Commit Graph

886 Commits (d027851e43b664c930423c97dffc5184edaf1b60)
 

Author SHA1 Message Date
Rich-Harris d027851e43 wait this is actually way easier
9 years ago
Rich-Harris 8367e44118 alternative approach - dont init observer if data has not changed
9 years ago
Rich-Harris d0d17bfde7 prevent component binding blowback on initial render
9 years ago
Rich-Harris b808a7e880 -> v1.15.1
9 years ago
Rich Harris 6a018dfbb2 Merge pull request #487 from sveltejs/gh-486
9 years ago
Rich-Harris 134e9b6f9d ensure binding event handlers precede normal ones (fixes #486)
9 years ago
Rich Harris 3550fee1d5 Merge pull request #483 from sveltejs/gh-479
10 years ago
Rich Harris 186f38f77f Merge pull request #482 from sveltejs/gh-481
10 years ago
Rich-Harris 4c927c0c26 clone before set — fixes #479
10 years ago
Rich-Harris 097a7c38c0 allow helpers to depend on one another (closes #481)
10 years ago
Rich-Harris 581257e664 -> v1.15.0
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
Rich Harris 31e1dd6075 Merge pull request #477 from sveltejs/gh-475
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 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