Commit Graph

395 Commits (134e9b6f9dd14858ac21c3d63e86ea843b306bcb)

Author SHA1 Message Date
Rich-Harris 134e9b6f9d ensure binding event handlers precede normal ones (fixes #486)
9 years ago
Rich-Harris 4c927c0c26 clone before set — fixes #479
10 years ago
Rich Harris 3ba49f07bc Merge pull request #478 from sveltejs/gh-476
10 years ago
Rich Harris bbf2b12bfc Merge pull request #473 from sveltejs/gh-166
10 years ago
Rich-Harris 04db04cbd5 update select value bindings at the end of the cycle (fixes #476)
10 years ago
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 24c8782165 replace all invalid characters in attribute names when creating variables (fixes #470)
10 years ago
Rich Harris c853c79bf6 Merge pull request #468 from sveltejs/gh-465
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 a8e5a9c49e Merge pull request #461 from sveltejs/gh-404-scroll
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
Conduitry 7fffde7ffc unit test
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 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 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 20e483f7eb correctly bind one-way select value attributes (#423)
10 years ago
Rich Harris e74b3edd30 hoist some event handlers, rewrite non-hoisted ones to avoid binding
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
Rich-Harris de1f21553d add gitkeep file so tests pass in CI
10 years ago
Rich-Harris 2cd132e44d separate current *fragment* from current *generator state*
10 years ago
Rich-Harris b97438749f all tests passing once more. now the real work begins
10 years ago
Rich Harris 505da643d3 another horrible half-done commit
10 years ago
Rich Harris c7187d1b17 baby steps...
10 years ago
Rich Harris 1462ec4665 minor test tweaks
10 years ago
Taylor Zane Glaeser f97cfcda59 Fixes #452. Fixed an issue that caused setting `computed` to an empty object to prevent the component from compiling.
10 years ago
Rich Harris 88cf096065 remove #433 test for now
10 years ago
Rich Harris 7479219f3c move test/generator to test/runtime, and have separate input -> output tests for codegen. add test for #433
10 years ago
Rich Harris 9875411177 reverse pre and post to fix deferrerd observers (fixes #441)
10 years ago
Rich Harris a6b4bb0d01 while we're at it, remove unused stuff from generated SSR code
10 years ago
Rich Harris 8e27684642 centralise logic for manipulating source javascript
10 years ago
Rich Harris 84bc724bba Merge pull request #445 from sveltejs/gh-442-b
10 years ago
Rich-Harris ef23b0c431 fix broken proto helper
10 years ago
Rich-Harris 57f1397d68 generate more idiomatic code when removing object properties
10 years ago
Rich Harris fb599f4f83 Merge pull request #443 from sveltejs/gh-431
10 years ago
Rich Harris 7054cdc633 Merge pull request #422 from sveltejs/gh-419
10 years ago
Rich-Harris 0f44611285 use assign helper, to avoid compatibility headaches
10 years ago