Commit Graph

648 Commits (7d19e5b1a4ecf631490d6a96be724f7c8c68c3e9)

Author SHA1 Message Date
Simon H 7d19e5b1a4
fix: disallow mounting a snippet (#11347)
9 months ago
Paolo Ricciuti d3949a6e71
fix: hr, script and template as valid select children (#11344)
9 months ago
Simon H cd798077b4
feat: provide migration function (#11334)
9 months ago
Rich Harris f1986da755
feat: only inject push/init/pop when necessary (#11319)
9 months ago
Rich Harris 8e43e9aae0
fix: correctly interpret empty aria- attribute (#11325)
9 months ago
github-actions[bot] 4be593472d
Version Packages (next) (#11315)
9 months ago
Rich Harris 6eb70f88bb
fix: remove `bind_prop` in runes mode (#11321)
9 months ago
Rich Harris 476f2172b6
fix: mark `accessors` and `immutable` as deprecated (#11277)
9 months ago
github-actions[bot] 880886061d
Version Packages (next) (#11307)
9 months ago
Simon H f6dfac985c
feat: `Bindable` types (#11225)
9 months ago
github-actions[bot] 3866887f37
Version Packages (next) (#11296)
9 months ago
Simon H 2d378bb762
breaking: disallow binding to component exports in runes mode (#11238)
9 months ago
github-actions[bot] e3c8589737
Version Packages (next) (#11292)
9 months ago
Craig Jennings fe6e4e2b05
fix: avoid hoisting error by using 'let' instead of 'var' (#11291)
9 months ago
github-actions[bot] 05ac8f4322
Version Packages (next) (#11260)
9 months ago
Yuichiro Yamashita 0bb49b12d2
fix: resolve type definition error in `svelte/compiler` (#11283)
9 months ago
Rich Harris dcfa503617
fix: use type arguments when extending Map/Set (#10820)
9 months ago
Rich Harris 47ba488cf2
fix: only destroy snippets when they have changed (#11267)
9 months ago
Rich Harris 5ef1fdf7cc
fix: run render functions for dynamic void elements (#11258)
9 months ago
Rich Harris 521d124267
fix: allow events to continue propagating following an error (#11263)
9 months ago
Rich Harris 9721d5641b
feat: implement `:global {...}` CSS blocks (#11276)
9 months ago
Vaibhav Rai 11c7cd5495
Feat: Add read-only binding focused (#11271)
9 months ago
Jeremiasz Major b91a67ba68
feat: include `script` and `svelte:options` attributes in ast (#11241)
9 months ago
github-actions[bot] 1b688eac8f
Version Packages (next) (#11255)
9 months ago
Simon H 7edba25581
fix: run event attributes after binding event listeners (#11230)
9 months ago
github-actions[bot] 68a12f0a09
Version Packages (next) (#11236)
9 months ago
Rich Harris 6bff8c0e93
fix: ensure that CSS is generated for the final frame of a transition (#11251)
9 months ago
Rich Harris 0ad0f04b0b
fix: more robust moving of each item nodes (#11254)
9 months ago
Jeremiasz Major a764f4e88e
don't allow children in svelte:options (#11250)
9 months ago
Caique Torres f632b2a944
feat: checking for runes when generating js code for object mutations (#11243)
9 months ago
Simon H 669d2d7a1e
fix: preserve getters/setters in HMR mode (#11231)
9 months ago
Rich Harris 516cd22686
fix: more accurate error message when creating orphan effects (#11227)
9 months ago
Paolo Ricciuti eac4218402
fix: possible name clash in hoisted functions (#11237)
9 months ago
Simon H cca67bba51
fix: support `$state.snapshot` as part of variable declarations (#11235)
9 months ago
github-actions[bot] 5fce00f06e
Version Packages (next) (#11205)
9 months ago
Rich Harris de2d8a0bee
Revert "feat: allow $inspect reactivity map, set, date (#11164)" (#11223)
9 months ago
Rich Harris 42ce8d74e1
breaking: warn on self-closing non-void HTML tags (#11114)
9 months ago
Rich Harris 56654986a6
fix: measure elements before taking siblings out of the flow (#11216)
9 months ago
Simon H 27eb91bbce
fix: dynamic namespace fixes and enhancements (#11219)
9 months ago
Tan Li Hau 43d13e92a0
feat: allow $inspect reactivity map, set, date (#11164)
9 months ago
Simon H 4b59ef3c41
fix: widen ownership when sub state is assigned to new state (#11217)
9 months ago
Rich Harris c44234dc2f
fix: take outroing elements out of the flow when animating siblings (#11208)
10 months ago
Simon H d51075c154
breaking: warn/error on old syntax in runes mode (#11203)
10 months ago
github-actions[bot] 4ef64541dd
Version Packages (next) (#11201)
10 months ago
Tan Li Hau 3d49731b1b
fix: refine css `:global()` selector checks in a compound selector (#11142)
10 months ago
Tan Li Hau 1510c13113
feat: add warning when using $bindable runes without calling it (#11181)
10 months ago
Dominic Gannaway 777527b5a3
fix: remove memory leak from retaining old DOM elements (#11197)
10 months ago
Dominic Gannaway 63456f1df9
fix: remove memory leak from bind:this (#11194)
10 months ago
github-actions[bot] 9aebae83a5
Version Packages (next) (#11192)
10 months ago
Rich Harris 1c33ff0107
fix: make snippet effects transparent for transitions (#11195)
10 months ago