Skip to content

Releases: sveltejs/svelte

[email protected]

12 Dec 23:53
435da13

Choose a tag to compare

Minor Changes

  • feat: Add csp option to render(...), and emit hashes when using hydratable (#17338)

[email protected]

12 Dec 03:28
5f249ab

Choose a tag to compare

Patch Changes

  • fix: race condition when importing AsyncLocalStorage (#17350)

[email protected]

11 Dec 20:32
a544a9d

Choose a tag to compare

Patch Changes

  • fix: correctly reschedule deferred effects when reviving a batch after async work (#17332)

  • fix: correctly print !doctype during print (#17341)

[email protected]

08 Dec 22:33
01cd352

Choose a tag to compare

Patch Changes

  • fix: set AST root.start to 0 and root.end to template.length (#17125)

  • fix: prevent erroneous state_referenced_locally warnings on prop fallbacks (#17329)

[email protected]

08 Dec 19:56
ebf7d94

Choose a tag to compare

Patch Changes

  • fix: Add <textarea wrap="off"> as a valid attribute value (#17326)

  • fix: add more css selectors to print() (#17330)

  • fix: don't crash on hydratable serialization failure (#17315)

[email protected]

06 Dec 05:40
275fa82

Choose a tag to compare

Patch Changes

  • fix: don't issue a11y warning for <video> without captions if it has no src (#17311)

  • fix: add srcObject to permitted <audio>/<video> attributes (#17310)

[email protected]

03 Dec 18:17
c864d2c

Choose a tag to compare

Patch Changes

  • fix: correctly reconcile each blocks after outroing branches are resumed (#17258)

  • fix: destroy each items after siblings are resumed (#17258)

[email protected]

02 Dec 22:50
f091b11

Choose a tag to compare

Patch Changes

  • chore: move DOM-related effect properties to effect.nodes (#17293)

  • fix: allow $props.id() to occur after an await (#17285)

  • fix: keep reactions up to date even when read outside of effect (#17295)

[email protected]

01 Dec 19:01
f8287b0

Choose a tag to compare

Patch Changes

  • add props to state_referenced_locally (#17266)

  • fix: preserve node locations for better sourcemaps (#17269)

  • fix: handle cross-realm Promises in hydratable (#17284)

[email protected]

26 Nov 21:45
b4b580a

Choose a tag to compare

Patch Changes

  • fix: array destructuring after await (#17254)

  • fix: throw on invalid {@tag}s (#17256)