Skip to content

svelte@4.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Jul 13:56
· 1038 commits to main since this release
5d66f96

Minor Changes

  • feat: add ability to extend custom element class (#8991)

Patch Changes

  • fix: ensure svelte:component evaluates props once (#8946)

  • fix: remove let:variable slot bindings from select binding dependencies (#8969)

  • fix: handle destructured primitive literals (#8871)

  • perf: optimize imports that are not mutated or reassigned (#8948)

  • fix: don't add accessor twice (#8996)