File tree Expand file tree Collapse file tree 4 files changed +34
-3
lines changed Expand file tree Collapse file tree 4 files changed +34
-3
lines changed Original file line number Diff line number Diff line change 28
28
" fifty-steaks-float" ,
29
29
" forty-comics-invent" ,
30
30
" fresh-weeks-trade" ,
31
+ " friendly-lies-camp" ,
31
32
" funny-wombats-argue" ,
32
33
" good-pianos-jump" ,
33
34
" green-eggs-approve" ,
38
39
" khaki-mails-draw" ,
39
40
" kind-deers-lay" ,
40
41
" lazy-spiders-think" ,
42
+ " light-pens-watch" ,
41
43
" long-crews-return" ,
42
44
" lovely-items-turn" ,
43
45
" lovely-rules-eat" ,
47
49
" new-boats-wait" ,
48
50
" odd-needles-joke" ,
49
51
" odd-schools-wait" ,
52
+ " polite-pumpkins-guess" ,
50
53
" poor-eggs-enjoy" ,
51
54
" popular-mangos-rest" ,
52
55
" quiet-camels-mate" ,
56
+ " rare-pears-whisper" ,
53
57
" rich-sheep-burn" ,
54
58
" rotten-buckets-develop" ,
55
59
" serious-zebras-scream" ,
56
60
" seven-deers-jam" ,
61
+ " seven-ravens-check" ,
57
62
" sharp-gorillas-impress" ,
58
63
" shiny-baboons-play" ,
59
64
" shiny-shrimps-march" ,
65
+ " slimy-clouds-talk" ,
60
66
" small-papayas-laugh" ,
61
67
" soft-geese-learn" ,
62
68
" sour-rules-march" ,
69
+ " stale-comics-look" ,
63
70
" strong-lemons-provide" ,
64
71
" tall-shrimps-worry" ,
65
72
" ten-worms-reflect" ,
73
+ " thin-foxes-lick" ,
66
74
" thirty-flowers-sit" ,
67
75
" thirty-ghosts-fix" ,
68
76
" thirty-impalas-repair" ,
71
79
" two-falcons-buy" ,
72
80
" wet-games-fly" ,
73
81
" wicked-clouds-exercise" ,
74
- " wicked-doors-train"
82
+ " wicked-doors-train" ,
83
+ " witty-camels-warn"
75
84
]
76
85
}
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.14
4
+
5
+ ### Patch Changes
6
+
7
+ - feat: warn on references to mutated non-state in template ([ #9669 ] ( https://github.com/sveltejs/svelte/pull/9669 ) )
8
+
9
+ - fix: prevent reactive snippet from reinitializing unnecessarily ([ #9665 ] ( https://github.com/sveltejs/svelte/pull/9665 ) )
10
+
11
+ - fix: take event attributes into account when checking a11y ([ #9664 ] ( https://github.com/sveltejs/svelte/pull/9664 ) )
12
+
13
+ - feat: add $effect.root rune ([ #9638 ] ( https://github.com/sveltejs/svelte/pull/9638 ) )
14
+
15
+ - feat: support type definition in {@const } ([ #9609 ] ( https://github.com/sveltejs/svelte/pull/9609 ) )
16
+
17
+ - feat: ignore ` src ` , ` srcset ` , and ` href ` attributes when hydrating ([ #9662 ] ( https://github.com/sveltejs/svelte/pull/9662 ) )
18
+
19
+ - chore: bump esrap ([ #9649 ] ( https://github.com/sveltejs/svelte/pull/9649 ) )
20
+
21
+ - chore: improve ` <svelte:element> ` generated code ([ #9648 ] ( https://github.com/sveltejs/svelte/pull/9648 ) )
22
+
23
+ - chore: prevent some unused variable creation ([ #9571 ] ( https://github.com/sveltejs/svelte/pull/9571 ) )
24
+
3
25
## 5.0.0-next.13
4
26
5
27
### Patch Changes
Original file line number Diff line number Diff line change 2
2
"name" : " svelte" ,
3
3
"description" : " Cybernetically enhanced web apps" ,
4
4
"license" : " MIT" ,
5
- "version" : " 5.0.0-next.13 " ,
5
+ "version" : " 5.0.0-next.14 " ,
6
6
"type" : " module" ,
7
7
"types" : " ./types/index.d.ts" ,
8
8
"engines" : {
Original file line number Diff line number Diff line change 6
6
* https://svelte.dev/docs/svelte-compiler#svelte-version
7
7
* @type {string }
8
8
*/
9
- export const VERSION = '5.0.0-next.13 ' ;
9
+ export const VERSION = '5.0.0-next.14 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments