Skip to content

Releases: sveltejs/svelte

[email protected]

08 Nov 19:49
4bcd01b
Compare
Choose a tag to compare

Patch Changes

  • fix: add migration task when there's a variable named that would conflict with a rune (#14216)

  • fix: consider valueOf in the reactive methods of SvelteDate (#14227)

  • fix: handle sibling combinators within :has (#14213)

  • fix: consider variables with synthetic store sub as state (#14195)

  • fix: read index as a source in legacy keyed each block (#14208)

  • fix: account for shadowing children slot during migration (#14224)

  • fix: ensure explicit nesting selector is always applied (#14193)

  • fix: add lang="ts" attribute during migration if needed (#14222)

[email protected]

07 Nov 09:02
d7caf08
Compare
Choose a tag to compare

Patch Changes

  • fix: ignore as type expressions on property definitions (#14181)

  • fix: restore active reaction if then block throws (#14191)

  • chore: adds legacy mode flag reducing bundle size in runes mode only apps (#14180)

[email protected]

06 Nov 13:02
c499496
Compare
Choose a tag to compare

Patch Changes

  • fix: error on TypeScript's readonly modifier (#14153)

  • fix: remove scoping for :not selectors (#14177)

[email protected]

05 Nov 18:56
ecc9b97
Compare
Choose a tag to compare

Patch Changes

  • fix: ensure non-matching elements are scoped for :not(...) selector (#13999)

  • fix: ensure video elements autoplay in safari (#14095)

  • fix: ensure trailing multiline comments on props produce correct code (#14143#issuecomment-2455702689) (#14143)

  • fix: correctly infer <a> tag namespace (#14134)

  • fix: check options namespace for top level svelte:elements (#14101)

  • fix: ensure migrate keeps inline/trailing comments in $props type definition (#14143)

  • fix: update links in JSDoc (#14165)

  • fix: ensure SvelteMap and SvelteSet work with generators in dev (#14103)

  • fix: only output the key for each_key_duplicate (#14147)

  • fix: prevent migrated snippet from shadow snippet prop (#14127)

  • fix: pass along anchor in legacy class wrappers (#14100)

  • fix: recognize all custom element prop definitions (#14084)

  • fix: migrate multiple declarations with only some exported correctly (#14126)

[email protected]

31 Oct 19:41
cf25930
Compare
Choose a tag to compare

Patch Changes

  • fix: ensure transitions are applied to nested elements (#14080)

[email protected]

31 Oct 17:20
b0d255a
Compare
Choose a tag to compare

Patch Changes

  • fix: ensure compiler statements are correctly included (#14074)

[email protected]

31 Oct 15:43
3b38bc2
Compare
Choose a tag to compare

Patch Changes

  • fix: ensure each block inert items are disposed of if the each block is also inert (#13930)

  • fix: allow warningFilter option for compileModule (#14066)

  • fix: ensure onMount correctly fires when new expressions are used (#14049)

  • fix: wrap :id, :where``:not and :has with :global during migration (#13850)

  • fix: ensure custom element attribute/prop changes are in their own context (#14016)

[email protected]

30 Oct 19:40
e78ea1d
Compare
Choose a tag to compare

Patch Changes

  • fix: ensure child effects are destroyed before their deriveds (#14043)

[email protected]

30 Oct 16:54
f519b3d
Compare
Choose a tag to compare

Patch Changes

  • fix: replace typo in compiler error messages (#14044)

  • fix: preserve the separator between selectors when an unused selector is in between (#13954)

  • fix: more robust re-subscribe detection for fromStore (#13995)

  • fix: allow to pass in TS preference to migration (#13929)

  • fix: extend derived/state validation error to indirect exports (#14039)

  • fix: minify inject CSS in prod mode (#14006)

  • fix: ensure toStore subscription correctly syncs latest value (#14015)

  • fix: don't access requestAnimationFrame until needed to reduce need for mocks during testing (#14040)

  • fix: ensure element effects are executed in the correct order (#14038)

  • fix: make compiler error extend from Error (#14036)

[email protected]

28 Oct 23:03
4441952
Compare
Choose a tag to compare

Patch Changes

  • fix: add empty stack to CompileDiagnostic to show error on build (#13942)

  • fix: ensure effect_tracking correctly handles tracking reactions (#14005)

  • fix: update broken links (#13944)

  • fix: more exhaustive check during SvelteMap.set in deriveds (#13951)

  • fix: trim whitespace while migrating blocks (#13941)

  • fix: update links that previously pointed to preview site (#14001)

  • fix: properly migrate imports types prefixed with $ (#14007)