Commit Graph

34 Commits (68d7dca1c86bc83be6a277d9bc8a5e414b7c2f83)

Author SHA1 Message Date
Rich Harris 61a96b382a implement namespaced components
6 years ago
Rich Harris aae969d6e2
Merge pull request #2415 from sveltejs/gh-2356
7 years ago
Richard Harris 016078d76e oops, messed up the merge
7 years ago
Richard Harris 07ecdb1849 propagate scope changes across chained slots - fixes #2359
7 years ago
Rich Harris 4e09479a9f
Merge branch 'master' into gh-2356
7 years ago
Richard Harris 5535110066 wait until flush complete before unlocking bindings - fixes #2356
7 years ago
Conduitry a710b1311c deconflict `value` argument in component bindings (#2395)
7 years ago
Rich Harris 5ae5bb4b91 handle arbitrary slot names
7 years ago
Rich Harris 21d56c9ee3
Tidy up (#2252)
7 years ago
Rich Harris 5b172d8a61
Merge pull request #2234 from sveltejs/gh-2163
7 years ago
Richard Harris d46e5bd8f7 report changes correctly
7 years ago
Richard Harris d9e08a80ad remove some update false positives
7 years ago
Mikhail Korepanov 57897d468e Add test case for #2115 and possible fix
7 years ago
Richard Harris 885ad257b7 fix svelte:self
7 years ago
Richard Harris cb11aa78c8 deconflict own name against globals - fixes #2175
7 years ago
Richard Harris f124f3c081 unsubscribe and resubscribe when stores are reassigned - fixes #2014
7 years ago
Rich Harris 2703f609a5 avoid spread pattern, it causes some problems with some setups somehow???
7 years ago
Conduitry 5b9cc176df rename properties to component.compileOptions and .componentOptions
7 years ago
Rich Harris b1d919f3f2
Overhaul stats — closes #1891
7 years ago
Richard Harris cdcccfb4e4 set current = true on mount as well as intro - fixes #2000
7 years ago
Rich Harris eccc8b264d
Implement local transitions — fixes #1480
7 years ago
Rich Harris c2e6d1bf0d
Better composition — implements https://github.com/sveltejs/rfcs/pull/12
7 years ago
Rich Harris 528527aaea
Merge branch 'master' into gh-1945
7 years ago
Rich Harris 0ea3840046
Overhaul transitions - fixes #1906
7 years ago
Richard Harris 0e59e8d4cb fix dynamic component event code generation - fixes #1945
7 years ago
Richard Harris 329b013e40 render functions that close over contextual data - fixes #1938
7 years ago
Rich Harris b87f930002
svelte/motion
7 years ago
Rich Harris c0a8e630e3
Fix media bindings, simplify others
7 years ago
Rich Harris 1f46e23e1b
More conservative invalidation
7 years ago
Rich Harris 29052aba7d
Bring svelte.technology source into main repo
7 years ago
Rich Harris 48f1f6b4d0
implement `bind:this`
7 years ago
Rich Harris f45e2b70fd
Implement reactive assignments (#1839)
7 years ago
Rich Harris e7c62e9182 only add list/index to each block context if necessary
7 years ago
Rich Harris e0fe31327a move render logic into separate phase (#1678)
7 years ago