diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cf73a1f6cb..c0e1d36760 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,6 +28,8 @@ jobs: os: ubuntu-latest - node-version: 22 os: ubuntu-latest + - node-version: 24 + os: ubuntu-latest steps: - uses: actions/checkout@v4 diff --git a/documentation/docs/05-special-elements/04-svelte-body.md b/documentation/docs/05-special-elements/04-svelte-body.md index d6536b0b74..c6828b98f7 100644 --- a/documentation/docs/05-special-elements/04-svelte-body.md +++ b/documentation/docs/05-special-elements/04-svelte-body.md @@ -8,7 +8,7 @@ title: Similarly to ``, this element allows you to add listeners to events on `document.body`, such as `mouseenter` and `mouseleave`, which don't fire on `window`. It also lets you use [actions](use) on the `` element. -As with `` and ``, this element may only appear the top level of your component and must never be inside a block or element. +As with `` and ``, this element may only appear at the top level of your component and must never be inside a block or element. ```svelte diff --git a/packages/svelte/CHANGELOG.md b/packages/svelte/CHANGELOG.md index 72ab89eb4a..da35e7cd68 100644 --- a/packages/svelte/CHANGELOG.md +++ b/packages/svelte/CHANGELOG.md @@ -1,5 +1,45 @@ # svelte +## 5.33.10 + +### Patch Changes + +- fix: use `fill: 'forwards'` on transition animations to prevent flicker ([#16035](https://github.com/sveltejs/svelte/pull/16035)) + +## 5.33.9 + +### Patch Changes + +- fix: put expressions in effects unless known to be static ([#15792](https://github.com/sveltejs/svelte/pull/15792)) + +## 5.33.8 + +### Patch Changes + +- fix: only `select_option` if `'value'` is in `next` ([#16032](https://github.com/sveltejs/svelte/pull/16032)) + +## 5.33.7 + +### Patch Changes + +- fix: `bind:value` to select with stores ([#16028](https://github.com/sveltejs/svelte/pull/16028)) + +## 5.33.6 + +### Patch Changes + +- fix: falsy attachments on components ([#16021](https://github.com/sveltejs/svelte/pull/16021)) + +- fix: correctly mark