Commit Graph

971 Commits (685dffd4f5bfe7d44d3f937e2d064e772f1afdca)
 

Author SHA1 Message Date
Conduitry 11dcbc1e68 only warn on missing properties in dev mode, do not warn on whitelisted globals
10 years ago
Rich Harris bdf58ee3c2 handle this.get special case in helpers
10 years ago
Rich Harris 3f7f643816 enforce helper function purity
10 years ago
Rich Harris 453cb1e806 check that event handler callee corresponds to a valid method
10 years ago
Rich Harris 97e0dd62bd validate namespaces
10 years ago
Rich-Harris 027e4bb033 -> v1.14.1
10 years ago
Rich Harris 3ed199d644 Merge pull request #471 from sveltejs/gh-470
10 years ago
Rich-Harris 24c8782165 replace all invalid characters in attribute names when creating variables (fixes #470)
10 years ago
Rich Harris cf67b9883a -> v1.14.0
10 years ago
Rich Harris c853c79bf6 Merge pull request #468 from sveltejs/gh-465
10 years ago
Rich Harris 5cc4d40ba1 remove hardcoded component reference
10 years ago
Rich Harris c7577dbd9e Merge pull request #463 from sveltejs/readonly-dev-warning
10 years ago
Rich Harris f75d345f3d Merge branch 'master' into gh-465
10 years ago
Rich Harris 6258a7c09e Merge branch 'master' into readonly-dev-warning
10 years ago
Rich Harris 627323cd3f Merge pull request #462 from sveltejs/gh-404-online
10 years ago
Rich Harris a8e5a9c49e Merge pull request #461 from sveltejs/gh-404-scroll
10 years ago
Rich Harris ce5c678f90 Merge pull request #467 from sveltejs/gh-466
10 years ago
Rich Harris d9590bd65a fix all aliasing tests
10 years ago
Rich Harris 4233f1de42 catch hardcoded names that should be aliases (#465)
10 years ago
Rich Harris 05e3118592 ensure hoisted event handler names are globally unique — fixes #466
10 years ago
Rich Harris d8d334d86d move some tests to where they belong
10 years ago
Rich Harris fa14fc849a Merge pull request #464 from sveltejs/gh-451
10 years ago
Conduitry 7fffde7ffc unit test
10 years ago
Conduitry b0c7b4523c warn if options.name does not begin with a capital letter; tidying
10 years ago
Conduitry f8e5353f83 recognize component name as a global identifier to be avoided (#451)
10 years ago
Rich Harris 8769d9734f merge master -> readonly-dev-warning
10 years ago
Rich Harris d897607cc1 throw if user sets read-only properties in dev mode
10 years ago
Rich Harris dee035fee2 add bind:online to <:Window/> (#404)
10 years ago
Rich Harris 4a20d3d946 window scroll bindings are bidirectional (#404)
10 years ago
Rich Harris 2fea782240 Merge pull request #460 from sveltejs/gh-450
10 years ago
Rich Harris a3ca11f830 Merge pull request #459 from sveltejs/gh-189
10 years ago
Rich Harris cc110db65e Merge pull request #458 from sveltejs/gh-425
10 years ago
Rich Harris 99edd486ab lint
10 years ago
Rich Harris ceea9be45a collapse consecutive if-statements with the same condition (#450)
10 years ago
Rich Harris e04bc02518 dont create whitespace nodes inside elements like <select> (#189)
10 years ago
Rich Harris 60d42ffabe better error for attempts to use getters/setters for methods. closes #425
10 years ago
Rich Harris a913057bb0 -> v1.13.7
10 years ago
Rich Harris 5d0d00ff5b Merge pull request #457 from sveltejs/gh-423
10 years ago
Rich Harris 20e483f7eb correctly bind one-way select value attributes (#423)
10 years ago
Rich Harris 1b6537b8b8 Merge pull request #456 from sveltejs/gh-433-b
10 years ago
Rich Harris 7bd00c2caf align component code more closely with post-refactor element code
10 years ago
Rich Harris de9260b320 Merge pull request #453 from sveltejs/refactor
10 years ago
Rich Harris e74b3edd30 hoist some event handlers, rewrite non-hoisted ones to avoid binding
10 years ago
Rich-Harris bb37006e36 more refactoring
10 years ago
Rich-Harris 1c761e709b refactor a lot of attribute code
10 years ago
Rich-Harris ae227855fd move some files, tidy up a bit
10 years ago
Rich-Harris 91ad5f77bd start refactoring element code a bit
10 years ago
Rich-Harris 20ee8370e4 failing test for #433
10 years ago
Rich-Harris 48d8c2ca95 Merge branch 'master' into refactor
10 years ago
Rich Harris 445ba268aa Merge pull request #448 from sveltejs/gh-441
10 years ago