Commit Graph

1149 Commits (63a1df3f767315d571c0dadb3b3bb6781d1ee899)
 

Author SHA1 Message Date
Rich Harris 63a1df3f76 Merge pull request #607 from sveltejs/gh-583
9 years ago
Rich Harris 5a3aa566ce Merge pull request #606 from sveltejs/gh-584
9 years ago
Rich Harris 173fdffaa8 Merge pull request #605 from sveltejs/gh-602
9 years ago
Rich Harris 7e5e6c3f13 add test for #610
9 years ago
Rich Harris ac94286897 Merge branch 'fix-each-block' of https://github.com/hperrin/svelte into hperrin-fix-each-block
9 years ago
Hunter Perrin eb71c440a4 Fixed each block producing elements in wrong order after change. Fixes #610.
9 years ago
Rich Harris 14c42114fe update tests to use new assign helper
9 years ago
Luke Edwards 80b3c55e81 improve assign() util performance
9 years ago
Rich Harris ac83b405a6 add cascade option, to prevent components inheriting styles (#583)
9 years ago
Rich Harris 41cd7f1b15 coerce empty string in number/range inputs to undefined - closes #584
9 years ago
Rich Harris 4b08fe38f2 change error message for invalid bindings
9 years ago
Rich Harris 19a64181b6 support binding to computed member expressions (fixes #602)
9 years ago
Rich Harris c6112573fb -> v1.21.0
9 years ago
Rich Harris feb308cebf Merge pull request #601 from sveltejs/gh-574
9 years ago
Rich Harris ac6bdd4df3 Merge pull request #600 from sveltejs/gh-575
9 years ago
Rich Harris 8f1b43d4d7 Merge pull request #599 from sveltejs/gh-582
9 years ago
Rich Harris 7b9ef42d3b apply t0 styles to nodes if css transition has delay. fixes #574
9 years ago
Rich Harris 76ddf96154 remove generated shared.ts file from repo
9 years ago
Rich Harris 1f29a32723 Merge pull request #598 from sveltejs/gh-587
9 years ago
Rich Harris 14936889ae always use helpers if referenced, not just for CallExpressions, and warn on context clashes (#575)
9 years ago
Rich Harris d1e2ef34f1 treat <textarea> children the same as a value attribute
9 years ago
Rich Harris 2da800524d fix server-side rendering of textareas with value/children
9 years ago
Rich Harris 791bbc0ad5 use value property for textareas
9 years ago
Rich Harris e46e631a48 prevent textarea from having both value and children
9 years ago
Rich Harris 02068bfb3a separate parsing rules for textareas
9 years ago
Rich Harris e4d8af7646 fix for environments where node.style.animation is undefined (fixes #587)
9 years ago
Rich Harris d039887d0f Merge pull request #597 from sveltejs/gh-593
9 years ago
Rich Harris cd76c110f7 make transitionManager treeshakeable (fixes #593)
9 years ago
Rich Harris 18f5e06e83 compare bundled output with expectations
9 years ago
Rich Harris 55b8679a3c Merge branch 'master' of https://github.com/hville/svelte into hville-master
9 years ago
Rich Harris 608c56eab1 Merge pull request #596 from marvinhagemeister/ts_types
9 years ago
Marvin Hagemeister 8de9c94290 Fix typing errors
9 years ago
hville ac22ce715c minor fixes - redundant conditions and loops
9 years ago
Rich Harris 90e79af37f Merge pull request #573 from sveltejs/typescript
9 years ago
Rich-Harris ac1e5d8366 more TS
9 years ago
Rich-Harris a85b01e873 add back initialiser
9 years ago
Rich-Harris 1fa899b811 more TS
9 years ago
Rich-Harris 4db0c65218 more TS
9 years ago
Rich-Harris 8af39b4577 more TS
9 years ago
Rich-Harris 2a9eacdb3e more TS
9 years ago
Rich-Harris 5c75730091 typescriptify validator
9 years ago
Rich-Harris 8a5b11dd74 more typescript conversion
9 years ago
Rich-Harris fcc12a53a9 Merge branch 'master' into typescript
9 years ago
Rich Harris dde59938c6 Merge pull request #591 from sveltejs/gh-590
9 years ago
Rich Harris 7486c25497 Merge pull request #580 from sveltejs/gh-579
9 years ago
Conduitry 819217decc add unit test
9 years ago
Conduitry 48832ecfa8 fix special props on `<select>` elements (#590)
9 years ago
Conduitry 8cdd4dad8a downgrade invalid callee error for event handlers to a warning (#579)
9 years ago
Rich-Harris 65a82a5683 gah, rollup needs the file extensions. which idiot wrote it
9 years ago
Rich-Harris fd8b09eb2e add a few type annotations
9 years ago