Commit Graph

1308 Commits (0c33eb4b1b8fb3c2cabb206056de91e733f7e968)
 

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