|
1 | 1 | # svelte |
2 | 2 |
|
| 3 | +## 5.2.0 |
| 4 | + |
| 5 | +### Minor Changes |
| 6 | + |
| 7 | +- feat: better inlining of static attributes ([#14269](https://github.com/sveltejs/svelte/pull/14269)) |
| 8 | + |
| 9 | +## 5.1.17 |
| 10 | + |
| 11 | +### Patch Changes |
| 12 | + |
| 13 | +- fix: account for `:has(...)` as part of `:root` ([#14229](https://github.com/sveltejs/svelte/pull/14229)) |
| 14 | + |
| 15 | +- fix: prevent nested pseudo class from being marked as unused ([#14229](https://github.com/sveltejs/svelte/pull/14229)) |
| 16 | + |
| 17 | +- fix: use strict equality for key block comparisons in runes mode ([#14285](https://github.com/sveltejs/svelte/pull/14285)) |
| 18 | + |
| 19 | +- fix: bump `is-reference` dependency to fix `import.meta` bug ([#14286](https://github.com/sveltejs/svelte/pull/14286)) |
| 20 | + |
| 21 | +## 5.1.16 |
| 22 | + |
| 23 | +### Patch Changes |
| 24 | + |
| 25 | +- fix: don't wrap pseudo classes inside `:global(...)` with another `:global(...)` during migration ([#14267](https://github.com/sveltejs/svelte/pull/14267)) |
| 26 | + |
| 27 | +- fix: bail on named slots with that have reserved keywords during migration ([#14278](https://github.com/sveltejs/svelte/pull/14278)) |
| 28 | + |
| 29 | +## 5.1.15 |
| 30 | + |
| 31 | +### Patch Changes |
| 32 | + |
| 33 | +- fix: consider static attributes that are inlined in the template ([#14249](https://github.com/sveltejs/svelte/pull/14249)) |
| 34 | + |
| 35 | +## 5.1.14 |
| 36 | + |
| 37 | +### Patch Changes |
| 38 | + |
| 39 | +- fix: migration script messing with attributes ([#14260](https://github.com/sveltejs/svelte/pull/14260)) |
| 40 | + |
| 41 | +- fix: do not treat reassigned synthetic binds as state in runes mode ([#14236](https://github.com/sveltejs/svelte/pull/14236)) |
| 42 | + |
| 43 | +- fix: account for mutations in script module in ownership check ([#14253](https://github.com/sveltejs/svelte/pull/14253)) |
| 44 | + |
| 45 | +- fix: consider img with loading attribute not static ([#14237](https://github.com/sveltejs/svelte/pull/14237)) |
| 46 | + |
| 47 | +## 5.1.13 |
| 48 | + |
| 49 | +### Patch Changes |
| 50 | + |
| 51 | +- fix: add migration task when there's a variable named that would conflict with a rune ([#14216](https://github.com/sveltejs/svelte/pull/14216)) |
| 52 | + |
| 53 | +- fix: consider `valueOf` in the reactive methods of `SvelteDate` ([#14227](https://github.com/sveltejs/svelte/pull/14227)) |
| 54 | + |
| 55 | +- fix: handle sibling combinators within `:has` ([#14213](https://github.com/sveltejs/svelte/pull/14213)) |
| 56 | + |
| 57 | +- fix: consider variables with synthetic store sub as state ([#14195](https://github.com/sveltejs/svelte/pull/14195)) |
| 58 | + |
| 59 | +- fix: read index as a source in legacy keyed each block ([#14208](https://github.com/sveltejs/svelte/pull/14208)) |
| 60 | + |
| 61 | +- fix: account for shadowing children slot during migration ([#14224](https://github.com/sveltejs/svelte/pull/14224)) |
| 62 | + |
| 63 | +- fix: ensure explicit nesting selector is always applied ([#14193](https://github.com/sveltejs/svelte/pull/14193)) |
| 64 | + |
| 65 | +- fix: add `lang="ts"` attribute during migration if needed ([#14222](https://github.com/sveltejs/svelte/pull/14222)) |
| 66 | + |
3 | 67 | ## 5.1.12 |
4 | 68 |
|
5 | 69 | ### Patch Changes |
|
0 commit comments