Commit Graph

894 Commits (ab19649dfa6fbf4543aa34d8c0c325813d95d9f7)
 

Author SHA1 Message Date
Rich-Harris ab19649dfa preprocess template, so that we can discover dependencies ahead of time
8 years ago
Rich-Harris d00348d3d6 reduce noise a bit
8 years ago
Rich-Harris 30d4c1c166 less indirection when mounting
8 years ago
Rich-Harris 1d5018bf1e tame each-block code a bit
8 years ago
Rich-Harris 3d259f46ee rename some things so they make more sense
8 years ago
Rich-Harris db7fe861b2 failing test for #381
8 years ago
Rich Harris a9f18b5e9f Merge pull request #488 from sveltejs/component-binding-blowback
8 years ago
Rich-Harris 34622a8a5a tidy up
8 years ago
Rich-Harris 7a3611b5df wait this is actually way easier
8 years ago
Rich-Harris 227ce7928c alternative approach - dont init observer if data has not changed
8 years ago
Rich-Harris 4c3aa0a36f prevent component binding blowback on initial render
8 years ago
Rich-Harris 850c4745c8 -> v1.15.1
8 years ago
Rich Harris 4f20ac8710 Merge pull request #487 from sveltejs/gh-486
8 years ago
Rich-Harris ef52a93699 ensure binding event handlers precede normal ones (fixes #486)
8 years ago
Rich Harris cc21db37c3 Merge pull request #483 from sveltejs/gh-479
8 years ago
Rich Harris 563d300aa2 Merge pull request #482 from sveltejs/gh-481
8 years ago
Rich-Harris e56f09dfe5 clone before set — fixes #479
8 years ago
Rich-Harris 51ff9ecfa6 allow helpers to depend on one another (closes #481)
8 years ago
Rich-Harris dba9401670 -> v1.15.0
8 years ago
Rich Harris c0aa3ef7e1 Merge pull request #478 from sveltejs/gh-476
8 years ago
Rich Harris d4d7f6c53e Merge pull request #473 from sveltejs/gh-166
8 years ago
Rich-Harris 02e55e8f7a update select value bindings at the end of the cycle (fixes #476)
8 years ago
Rich Harris ef630b1483 Merge pull request #477 from sveltejs/gh-475
8 years ago
Conduitry c6304b19f7 only warn on missing properties in dev mode, do not warn on whitelisted globals
8 years ago
Rich Harris cc722f8f7a handle this.get special case in helpers
8 years ago
Rich Harris fa65f7af60 enforce helper function purity
8 years ago
Rich Harris c7ac8b82ba check that event handler callee corresponds to a valid method
8 years ago
Rich Harris 3595470305 validate namespaces
8 years ago
Rich-Harris ec543cf9b6 -> v1.14.1
8 years ago
Rich Harris d7320ba9fd Merge pull request #471 from sveltejs/gh-470
8 years ago
Rich-Harris a47a679e38 replace all invalid characters in attribute names when creating variables (fixes #470)
8 years ago
Rich Harris c54bebb750 -> v1.14.0
8 years ago
Rich Harris faa287f5f3 Merge pull request #468 from sveltejs/gh-465
8 years ago
Rich Harris 2069372369 remove hardcoded component reference
8 years ago
Rich Harris 262f4aaf49 Merge pull request #463 from sveltejs/readonly-dev-warning
8 years ago
Rich Harris 79b5ce090e Merge branch 'master' into gh-465
8 years ago
Rich Harris 7176001963 Merge branch 'master' into readonly-dev-warning
8 years ago
Rich Harris eaf5b6bfc7 Merge pull request #462 from sveltejs/gh-404-online
8 years ago
Rich Harris 229d9f0a5f Merge pull request #461 from sveltejs/gh-404-scroll
8 years ago
Rich Harris 42c1096745 Merge pull request #467 from sveltejs/gh-466
8 years ago
Rich Harris 91a58a0f26 fix all aliasing tests
8 years ago
Rich Harris a793398d63 catch hardcoded names that should be aliases (#465)
8 years ago
Rich Harris 352bb3d354 ensure hoisted event handler names are globally unique — fixes #466
8 years ago
Rich Harris c61ce134df move some tests to where they belong
8 years ago
Rich Harris 92444ca0e1 Merge pull request #464 from sveltejs/gh-451
8 years ago
Conduitry 86035c3f99 unit test
8 years ago
Conduitry 4fe03652f8 warn if options.name does not begin with a capital letter; tidying
8 years ago
Conduitry e76f4fe6cd recognize component name as a global identifier to be avoided (#451)
8 years ago
Rich Harris 5f2c6e3c19 merge master -> readonly-dev-warning
8 years ago
Rich Harris 8b38b2b802 throw if user sets read-only properties in dev mode
8 years ago