Commit Graph

38 Commits (8be7dd558b519530dc3e4dba83372168e18f98cf)

Author SHA1 Message Date
Simon H 8be7dd558b
feat: make `<svelte:component>` unnecessary in runes mode (#12646)
1 year ago
Simon H 85f2f161ed
chore: use queue_microtask on `#await` again (#12647)
1 year ago
Simon H 13d86e9019
feat: allow `:global` in more places (alternative) (#12560)
1 year ago
Simon H 528d3468d0
docs: note hydration comments change (#12580)
1 year ago
Kohei Yoshino 0891fa7a18
docs: Fix a typo and spelling in Svelte 5 breaking changes doc (#12517)
1 year ago
Rich Harris c92620dcbe
feat: skip pending block for already-resolved promises (#12274)
1 year ago
Simon H f58d60068d
docs: note default value breaking change to `bind:` in runes mode (#12412)
1 year ago
Simon H 42a7a0ecd8
chore: document `@html` and `<img src>` hydration change (#12373)
1 year ago
Rich Harris a4f6407144
feat: universal injected css (#12374)
1 year ago
Rich Harris bdc45fdf7f
breaking: rename `legacy.componentApi` to `compatibility.componentApi` (#12370)
1 year ago
Simon H ba93e5fce3
breaking: play transitions on `mount` by default (#12351)
1 year ago
Simon H ba017db89d
docs: make legacy.componentApi more visible (#11924)
1 year ago
Dominic Gannaway 3c87a69999
breaking: removed deferred event updates (#11855)
1 year ago
Simon H 8c66b64e6b
feat: provide new `Component` type that represents the shape of components (#11775)
1 year ago
Rich Harris 24151c4e9c
docs: document event delegation and effect deferral (#11747)
1 year ago
Rich Harris d288735fa8
breaking: disallow string literal values in `<svelte:element this="...">` (#11454)
1 year ago
Simon H 13ce43a0a8
docs: document more breaking changes (#11636)
1 year ago
Luke Warlow 8be6fdde54
feat: MathML support (#11387)
1 year ago
Rich Harris 476f2172b6
fix: mark `accessors` and `immutable` as deprecated (#11277)
1 year ago
Simon H 2d378bb762
breaking: disallow binding to component exports in runes mode (#11238)
1 year ago
Simon H 6b7f1162ad
docs: note walk breaking change (#11078)
1 year ago
Simon H a9e15bdf2d
breaking: robustify interop of exports and props (#11064)
1 year ago
Simon H 3eef1cb8cf
feat: take form resets into account for two way bindings (#10617)
1 year ago
Simon H 749d3aa413
fix: add `$set` and `$on` methods in legacy compat mode (#10642)
2 years ago
Simon H 2755401034
breaking: remove `createRoot`, adjust `mount`/`hydrate` APIs, introduce `unmount` (#10516)
2 years ago
Simon H f8ff2b6ea3
chore: source maps for preprocessors + tests (#10459)
2 years ago
Rich Harris 999fca97cf
fix: use hybrid scoping strategy for consistent specificity increase (#10443)
2 years ago
Rich Harris 623340a1de
fix: make beforeUpdate/afterUpdate behave more like Svelte 4 (#10408)
2 years ago
Simon H 036e88f1f7
fix: allow `:global(..)` in compound selectors (#10266)
2 years ago
Simon Holthausen 35b500c399 docs: note `bind:files` breaking change
2 years ago
Simon Holthausen 2a0097e4ee docs: note null/undefined breaking change
2 years ago
Simon H 402a322317
chore: more validation errors (#9723)
2 years ago
Simon H 75295ac79f
docs: enhance breaking change section (#9674)
2 years ago
Erick Vargas 687b8f58e3
docs: fix typo in Svelte 5 preview docs (#9507)
2 years ago
Yuichiro Yamashita f18adc8b43
docs: Update Breaking changes section (#9444)
2 years ago
Rich Harris 6bba70a2a5
Docs (#9449)
2 years ago
Simon Holthausen 51394a4834 docs: note more breaking changes
2 years ago
Simon Holthausen fe8a9ce31d breaking: init Svelte 5
2 years ago