Releases: sveltejs/svelte
Releases Β· sveltejs/svelte
17 Feb 22:10
Compare
Sorry, something went wrong.
No results found
Patch Changes
fix: correctly scope CSS selectors with descendant combinators (#10490 )
feat: implement support for :is(...) and :where(...) (#10490 )
chore: treeshake unused store subscriptions in SSR mode (#10506 )
fix: warn against accidental global event referenced (#10442 )
fix: improve bind:this support for each blocks (#10510 )
feat: implement nested CSS support (#10490 )
breaking: encapsulate/remove selectors inside :is(...) and :where(...) (#10490 )
17 Feb 16:27
Compare
Sorry, something went wrong.
No results found
Patch Changes
feat: add hydrate method, make hydration treeshakeable (#10497 )
fix: makes keyed each blocks consistent between dev and prod (#10500 )
fix: subscribe to stores in transition,animation,use directives (#10481 )
15 Feb 17:09
Compare
Sorry, something went wrong.
No results found
Patch Changes
fix: check that component wasn't instantiated in connectedCallback (#10466 )
15 Feb 20:29
Compare
Sorry, something went wrong.
No results found
Patch Changes
feat: derive destructured derived objects values (#10488 )
fix: prevent infinite loop when writing to store using shorthand (#10477 )
fix: add proper source map support (#10459 )
14 Feb 09:51
Compare
Sorry, something went wrong.
No results found
13 Feb 18:33
Compare
Sorry, something went wrong.
No results found
Patch Changes
fix: only throw bind error when not passing a value (#10090 )
fix: improve global transition handling of effect cleardown (#10469 )
fix: improve handling of object property deletions (#10456 )
fix: ensure inspect fires on prop changes (#10468 )
09 Feb 20:01
Compare
Sorry, something went wrong.
No results found
Patch Changes
fix: use hybrid scoping strategy for consistent specificity increase (#10443 )
fix: throw validation error when binding to each argument in runes mode (#10441 )
fix: make CSS animation declaration transformation more robust (#10432 )
fix: handle sole empty expression tags (#10433 )
08 Feb 17:26
Compare
Sorry, something went wrong.
No results found
Patch Changes
fix: align beforeUpdate/afterUpdate behavior better with that in Svelte 4 (#10408 )
fix: disallow exporting props, derived and reassigned state from within components (#10430 )
fix: improve indexed each array reconcilation (#10422 )
fix: add compiler error for each block mutations in runes mode (#10428 )
06 Feb 23:08
Compare
Sorry, something went wrong.
No results found
Patch Changes
fix: set open binding value in <details> (#10413 )
06 Feb 20:25
Compare
Sorry, something went wrong.
No results found
Patch Changes
fix: properly analyze group expressions (#10410 )
fix: handle nested script tags (#10416 )
fix: only update lazy properties that have actually changed (#10415 )
fix: correctly determine binding scope of let: directives (#10395 )
fix: run onDestroy callbacks during SSR (#10297 )