Commit Graph

1213 Commits (cae565bece941aee415d8542207a5ca206421c60)
 

Author SHA1 Message Date
Conduitry d0996e071e document `cascade` option in readme
7 years ago
Conduitry 9112671263 sanitize event name in handler function name (#612)
7 years ago
Rich Harris e8c1907709 Merge branch 'master' of github.com:sveltejs/svelte
7 years ago
Rich Harris 0491d7a6cc -> v1.22.0
7 years ago
Rich Harris c3fb711220 Merge pull request #603 from sveltejs/gh-592
7 years ago
Rich Harris 3b70920991 merge master -> gh-592
7 years ago
Rich Harris 6636ea3e0a Merge pull request #607 from sveltejs/gh-583
7 years ago
Rich Harris b5b484bd91 Merge pull request #606 from sveltejs/gh-584
7 years ago
Rich Harris 66a1fd76dd Merge pull request #605 from sveltejs/gh-602
7 years ago
Rich Harris e1001a7f34 add test for #610
7 years ago
Rich Harris ce8dd647f0 Merge branch 'fix-each-block' of https://github.com/hperrin/svelte into hperrin-fix-each-block
7 years ago
Hunter Perrin 41c214a986 Fixed each block producing elements in wrong order after change. Fixes #610.
7 years ago
Rich Harris a538f7a071 update tests to use new assign helper
7 years ago
Luke Edwards 869ae4b3cf improve assign() util performance
7 years ago
Rich Harris 7b99d47215 add cascade option, to prevent components inheriting styles (#583)
7 years ago
Rich Harris 6ae01b6682 coerce empty string in number/range inputs to undefined - closes #584
7 years ago
Rich Harris d752959ef1 change error message for invalid bindings
7 years ago
Rich Harris 2a92b36472 support binding to computed member expressions (fixes #602)
7 years ago
Rich Harris 79d3c44785 -> v1.21.0
7 years ago
Rich Harris f511962325 Merge branch 'master' into gh-592
7 years ago
Rich Harris 31d8ef6654 Merge pull request #601 from sveltejs/gh-574
7 years ago
Rich Harris 1db0d465b0 Merge pull request #600 from sveltejs/gh-575
7 years ago
Rich Harris ecc9a9352c Merge pull request #599 from sveltejs/gh-582
7 years ago
Rich Harris c4b68ca8cb remove TODO
7 years ago
Rich Harris 288d1c9d74 update tests
7 years ago
Rich Harris 739a832c37 remove some files from repo
7 years ago
Rich Harris 8a57ae8b54 tidy up
7 years ago
Rich Harris 5c055a9f0c separate unmount from destroy
7 years ago
Rich Harris 77fb38a123 Merge branch 'master' into gh-592
7 years ago
Rich Harris b831d6c47f apply t0 styles to nodes if css transition has delay. fixes #574
7 years ago
Rich Harris bf78dcc86a remove generated shared.ts file from repo
7 years ago
Rich Harris 3e30b755a3 Merge pull request #598 from sveltejs/gh-587
7 years ago
Rich Harris 75ea52754d always use helpers if referenced, not just for CallExpressions, and warn on context clashes (#575)
7 years ago
Rich Harris b828fdf855 treat <textarea> children the same as a value attribute
7 years ago
Rich Harris 8d2607c37d fix server-side rendering of textareas with value/children
7 years ago
Rich Harris 70431dd794 use value property for textareas
7 years ago
Rich Harris b2ea03dde0 prevent textarea from having both value and children
7 years ago
Rich Harris 5ccc200222 separate parsing rules for textareas
7 years ago
Rich Harris 40a65ce8e8 fix for environments where node.style.animation is undefined (fixes #587)
7 years ago
Rich Harris 4f56b6553c Merge pull request #597 from sveltejs/gh-593
7 years ago
Rich Harris 015ef56b18 make transitionManager treeshakeable (fixes #593)
7 years ago
Rich Harris 34170a5e76 compare bundled output with expectations
7 years ago
Rich Harris 1e14a62654 Merge branch 'master' of https://github.com/hville/svelte into hville-master
7 years ago
Rich Harris 2799aabb89 Merge pull request #596 from marvinhagemeister/ts_types
7 years ago
Marvin Hagemeister 61cbb25aef Fix typing errors
7 years ago
hville 2d6af10d43 minor fixes - redundant conditions and loops
7 years ago
Rich Harris 84a1571eed Merge pull request #573 from sveltejs/typescript
7 years ago
Rich-Harris 5cbe6b764a more TS
7 years ago
Rich-Harris 0b8cf4cef7 add back initialiser
7 years ago
Rich-Harris 4486b93d88 more TS
7 years ago