Commit Graph

31 Commits (b272901449e2b7599a1a58173ab7a320fa0f6e02)

Author SHA1 Message Date
Richard Harris 20a4e5756c update JS tests
8 years ago
Richard Harris 8f9e2fd6f6 update parser and js tests
8 years ago
Rich Harris 69c9422907 Better composition — implements https://github.com/sveltejs/rfcs/pull/12
8 years ago
Rich Harris c30ae9a896 Overhaul transitions - fixes #1906
8 years ago
Richard Harris f0206ff4b9 deconflict with implicit props - fixes #1957
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 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 0bd3553e96 merge master -> gh-1187-b
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 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 3b82f90db2 use Object.create for each block child contexts
8 years ago
Rich Harris a344afaa86 update tests
8 years ago
Rich Harris d695d7b75a update tests
8 years ago
Rich Harris 58f481d2e4 destructuring
8 years ago
Rich Harris 364921ee8a deduplicate each block context generation for keyed blocks
8 years ago
Rich Harris f7f9c25e0a failing test for #1187
8 years ago
Rich Harris fc6fd787d2 recalculate each block values lazily - fixes #1286
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 6e41ebe91b component spread
9 years ago
Luke Edwards 74e0e7e51d update test samples’ expectants
9 years ago
Rich Harris 160d9136c0 add local variable for list values - fixes #1240
9 years ago
Rich Harris cbca5cd006 alias listName to deconflict with shared helpers - fixes #1229
9 years ago