Skip to content

Releases: sveltejs/svelte

[email protected]

14 Jul 20:07
616d29f
Compare
Choose a tag to compare

Minor Changes

  • feat: support await in components when using the experimental.async compiler option (#15844)

Patch Changes

  • fix: silence a11y warning for inert elements (#16339)

  • chore: clean up a11y analysis code (#16345)

[email protected]

14 Jul 16:39
6d8f39f
Compare
Choose a tag to compare

Patch Changes

  • fix: silence autofocus a11y warning inside <dialog> (#16341)

  • fix: don't show adjusted error messages in boundaries (#16360)

  • chore: replace inline regex with variable (#16340)

[email protected]

11 Jul 00:43
ca1eb55
Compare
Choose a tag to compare

Patch Changes

  • chore: simplify reaction/source ownership tracking (#16333)

  • chore: simplify internal component pop() (#16331)

[email protected]

09 Jul 13:43
fab2091
Compare
Choose a tag to compare

Patch Changes

  • fix: associate sources in Spring/Tween/SvelteMap/SvelteSet with correct reaction (#16325)

  • fix: re-evaluate derived props during teardown (#16278)

[email protected]

07 Jul 16:40
eb094ba
Compare
Choose a tag to compare

Patch Changes

  • fix: abort and reschedule effect processing after state change in user effect (#16280)

[email protected]

07 Jul 14:56
63e4836
Compare
Choose a tag to compare

Patch Changes

  • fix: account for mounting when select_option in attribute_effect (#16309)

  • fix: do not proxify the value assigned to a derived (#16302)

[email protected]

03 Jul 15:53
220e901
Compare
Choose a tag to compare

Patch Changes

[email protected]

02 Jul 20:21
5ebbedf
Compare
Choose a tag to compare

Patch Changes

  • feat: add parent hierarchy to __svelte_meta objects (#16255)

[email protected]

02 Jul 12:10
9dddb31
Compare
Choose a tag to compare

Minor Changes

  • feat: add getAbortSignal() (#16266)

Patch Changes

  • chore: simplify props (#16270)

[email protected]

28 Jun 08:38
cf9f8c9
Compare
Choose a tag to compare

Patch Changes

  • fix: ensure unowned deriveds can add themselves as reactions while connected (#16249)