Commit Graph

1652 Commits (3b68d1f5dcf07f474e2c5cdf0e80bbf60d87fac9)
 

Author SHA1 Message Date
Rich Harris c35e5948cd reuse window object for faster tests
7 years ago
Rich Harris 7aadbcb02d tidy up
7 years ago
Rich Harris 65e484b6ae remove reify
7 years ago
Rich Harris 13a833e6ad update most everything else
7 years ago
Rich Harris 46cb2a4da3 update jsdom
7 years ago
Rich Harris 8da4a9f081 update more deps
7 years ago
Rich Harris e02c248456 update rollup and plugins
7 years ago
Rich Harris aa59dafb81 more TS fixes
7 years ago
Rich Harris bd9c59aa5a fix various typescript errors
7 years ago
Rich Harris 962f04f4bf dont throw error if component is destroyed twice (closes #643)
7 years ago
Rich Harris 130701af2c -> v1.27.0
7 years ago
Rich Harris 26f37c2da9 Merge pull request #734 from sveltejs/gh-696
7 years ago
Rich Harris 4daa57c67b optimise for ternary expressions when excluding unused css (#696)
7 years ago
Rich Harris 608f8943f3 Merge pull request #733 from sveltejs/gh-375
7 years ago
Rich Harris da87d5c3d7 Merge pull request #729 from sveltejs/gh-697
7 years ago
Rich Harris 70a99925a9 use helper to encapsulate styles, rather than being repetitious (fixes #375)
7 years ago
Rich Harris 333568275b Merge branch 'master' into gh-697
7 years ago
Rich Harris 71047c2961 Merge pull request #732 from sveltejs/gh-638
7 years ago
Rich Harris 6a74db035b Merge pull request #731 from sveltejs/gh-686
7 years ago
Rich Harris 57e7f75eee Merge pull request #728 from sveltejs/gh-721
7 years ago
Rich Harris dbf635b445 Merge pull request #727 from sveltejs/gh-706
7 years ago
Rich Harris 1b92f5fa20 event propagation shorthand for components (#638)
7 years ago
Rich Harris 51af8c29e0 event propagation shorthand for elements (#638)
7 years ago
Rich Harris c1f34e3e2a validate ref callees (#686)
7 years ago
Rich Harris 7b1299904b minify css and remove unused styles (#697)
7 years ago
Rich Harris cb030fd780 use _set, not set, when updating child components - fixes #721
7 years ago
Rich Harris 4d36908525 clear refs in destroy, not unmount, so that refs are populated in ondestroy. fixes #706
7 years ago
Rich Harris 5c4905a595 -> v1.26.2
7 years ago
Rich Harris f550035d93 Merge pull request #725 from sveltejs/gh-722
7 years ago
Rich Harris e2980a8985 -> v1.26.1
7 years ago
Rich Harris b701bf24b4 unescape hash character (#722)
7 years ago
Rich Harris fc7e104e63 reverse bad fix from yesterday - only have state object in mount if its a yield block
7 years ago
Zhuravlev Yury ab607269f9 Update css-media-query test. It's look like somebody forgot about that.
7 years ago
Yury Zhuravlev 246b4d70dc Fix binding in each block
7 years ago
Rich Harris b8454de57f -> v1.26.0
7 years ago
Rich Harris 2ab2661585 Merge pull request #720 from sveltejs/gh-711
7 years ago
Rich Harris 5f09421a18 Merge pull request #719 from sveltejs/gh-712
7 years ago
Rich Harris 94037f1eca Merge pull request #718 from sveltejs/gh-713
7 years ago
Rich Harris 1474556dc1 Merge pull request #709 from sveltejs/gh-708
7 years ago
Rich Harris 9085c0a22a update tests
7 years ago
Rich Harris 197c7e70d0 rename _block to _lock
7 years ago
Rich Harris cf66ef64f4 ensure data is up to date when re-rendering yield blocks (fixes #711)
7 years ago
Rich Harris b32a35febb failing test for #711
7 years ago
Rich Harris 815c17cbe7 fix unescaping edge case
7 years ago
Rich Harris 2d39b25585 second failing test for #712
7 years ago
Rich Harris 7b3c69b348 correctly unescape @ symbols (#712)
7 years ago
Rich Harris 343d66538b failing test for #712
7 years ago
Rich Harris b9d826304a dont strip whitespace at the end of an each block (#713)
7 years ago
Rich Harris 3f73f252ac update tests
7 years ago
Rich Harris 0a806585b3 enforce order of operations
7 years ago