Commit Graph

1175 Commits (b0a1616e3118d817314c4cb95ec81fbc1ad07f64)
 

Author SHA1 Message Date
Rich Harris b0a1616e31 add trailing commas to prettier config, only run on .ts files
7 years ago
Rich Harris 485d7b4ef1 update lint config
7 years ago
Rich Harris 10ecd81734 prettierfy test files
7 years ago
Rich Harris 66e4c7307a prettierfy rollup configs
7 years ago
Rich Harris 84595fb381 run prettier on src, update tests
7 years ago
Rich Harris 399ee4595a add prettier
7 years ago
Rich Harris 2f54282ac0 remove temporary file
7 years ago
Rich Harris f016a84d45 Merge pull request #617 from sveltejs/fix-magic-string-deprecation
7 years ago
Conduitry 03616943dd update for magic-string .overwrite API change
7 years ago
Rich Harris 6bfddc2141 -> v1.22.1
7 years ago
Rich Harris 4cd5303831 Merge pull request #613 from sveltejs/gh-612
7 years ago
Rich Harris 9bf9b51428 Merge pull request #614 from sveltejs/document-cascade
7 years ago
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