Commit Graph

33 Commits (f955eb28b5d169e4f0e4c120154e4addb635928f)

Author SHA1 Message Date
Rich Harris f955eb28b5 Merge pull request #2258 from sveltejs/collapse-whitespace
8 years ago
Conduitry 27bbc43af6 update tests
8 years ago
Richard Harris 4fad86313f collapse consecutive whitespace characters in the absense of options.preserveWhitespace or a <pre>
8 years ago
Rich Harris 7e8e891d91 Tidy up (#2252)
8 years ago
Richard Harris ad17bd7627 default to accessors: false (#2144)
8 years ago
Richard Harris 20a4e5756c update JS tests
8 years ago
Conduitry 9b6c142f37 update tests
8 years ago
Rich Harris 69c9422907 Better composition — implements https://github.com/sveltejs/rfcs/pull/12
8 years ago
Richard Harris 6334140213 prevent writing to reactive values - fixes #1920
8 years ago
Rich Harris c30ae9a896 Overhaul transitions - fixes #1906
8 years ago
Richard Harris 9cac743948 update tests
8 years ago
Richard Harris f5fb02a24a fix tests
8 years ago
Richard Harris 6c89a53cab prevent parent component modifying child component state - fixes #1924
8 years ago
Rich Harris b584844610 remove missing prop warning false positives - fixes #1902
8 years ago
Rich Harris b30f2cdbf1 More conservative invalidation
8 years ago
Conduitry b84f1fb308 use extension-less import for svelte/internal
8 years ago
Rich Harris efba821c84 Implement reactive assignments (#1839)
8 years ago
Rich Harris af490843f1 Merge branch 'master' into gh-938
8 years ago
Rich Harris d081e830c8 reinstate tests
8 years ago
Rich Harris 5b902fc444 merge master -> gh-938
8 years ago
Rich Harris 9b8b779ee9 move render logic into separate phase (#1678)
8 years ago
Rich Harris 6df0aa7a18 replace appendNode(node, parent) with append(parent, node) - easier to follow
8 years ago
Rich Harris 45b3b4132a stringify values before setting text data - fixes #1598
8 years ago
Rich Harris 1b6cef0873 prevent possibility of conflicts with __file
8 years ago
Rich Harris ad27d5471e add location info to nodes - fixes #1499
8 years ago
Rich Harris 3d8aad2f6c fix skipped intros
8 years ago
Rich Harris f9db67edbb nested component transitions
8 years ago
Rich Harris 0e43507660 add skipIntroByDefault compiler option (#547)
8 years ago
Rich Harris a344afaa86 update tests
8 years ago
Rich Harris 394240a2aa set window scroll from bindings on initialisation - fixes #938
8 years ago
Rich Harris dd61ceba66 minor fixes, update various tests
8 years ago
Rich Harris 90d06134fd remove v1 snapshot tests
8 years ago
Rich Harris c9d029f705 skip missing property warning for computed/global properties
9 years ago