Commit Graph

565 Commits (4037b647cbf7b318a79571685f32d000d30c1c31)

Author SHA1 Message Date
Rich Harris 7c23579197 typo
7 years ago
Rich Harris 1a798ec8ad Merge branch 'master' into gh-616
7 years ago
Rich Harris 4b1f1e8392 TS-ify spaces.js and deindent.js, so they get included in prettier task
7 years ago
Rich Harris b0a1616e31 add trailing commas to prettier config, only run on .ts files
7 years ago
Conduitry 05a7a262c3 also escape back-ticks and backslashes in text nodes in SSR code (#616)
7 years ago
Rich Harris 84595fb381 run prettier on src, update tests
7 years ago
Conduitry 03616943dd update for magic-string .overwrite API change
7 years ago
Conduitry 9112671263 sanitize event name in handler function name (#612)
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 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
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 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 8a57ae8b54 tidy up
7 years ago
Rich Harris 5c055a9f0c separate unmount from destroy
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 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 015ef56b18 make transitionManager treeshakeable (fixes #593)
7 years ago
Rich Harris 1e14a62654 Merge branch 'master' of https://github.com/hville/svelte into hville-master
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 5cbe6b764a more TS
7 years ago
Rich-Harris 0b8cf4cef7 add back initialiser
7 years ago
Rich-Harris 4486b93d88 more TS
7 years ago
Rich-Harris dc82db609c more TS
7 years ago
Rich-Harris 78adc5b226 more TS
7 years ago
Rich-Harris 4d5107113e more TS
7 years ago
Rich-Harris 48384b846c typescriptify validator
7 years ago
Rich-Harris 7c3fca57cf more typescript conversion
7 years ago
Rich-Harris b619d077a1 Merge branch 'master' into typescript
7 years ago
Rich Harris 2194de9b28 Merge pull request #591 from sveltejs/gh-590
7 years ago
Conduitry 228417e1dc fix special props on `<select>` elements (#590)
7 years ago