File tree 4 files changed +21
-2
lines changed
4 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 13
13
" beige-flies-wash" ,
14
14
" beige-rabbits-shave" ,
15
15
" brave-walls-destroy" ,
16
+ " bright-peas-juggle" ,
16
17
" brown-spoons-boil" ,
17
18
" chatty-cups-drop" ,
18
19
" chatty-taxis-juggle" ,
26
27
" curly-lizards-dream" ,
27
28
" dirty-garlics-design" ,
28
29
" dirty-tips-add" ,
30
+ " dry-clocks-grow" ,
29
31
" dull-mangos-wave" ,
30
32
" early-ads-tie" ,
31
33
" eight-steaks-shout" ,
56
58
" hungry-dots-fry" ,
57
59
" hungry-tips-unite" ,
58
60
" itchy-beans-melt" ,
61
+ " itchy-kings-deliver" ,
59
62
" itchy-lions-wash" ,
60
63
" khaki-mails-draw" ,
61
64
" khaki-moose-arrive" ,
69
72
" lazy-spiders-think" ,
70
73
" lemon-geese-drum" ,
71
74
" light-pens-watch" ,
75
+ " long-buckets-lay" ,
72
76
" long-crews-return" ,
73
77
" lovely-carpets-lick" ,
74
78
" lovely-items-turn" ,
111
115
" slow-chefs-dream" ,
112
116
" small-papayas-laugh" ,
113
117
" smart-parents-swim" ,
118
+ " smart-zebras-pay" ,
114
119
" soft-clocks-remember" ,
115
120
" soft-geese-learn" ,
116
121
" sour-forks-stare" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.27
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: evaluate transition parameters when the transition runs ([ #9836 ] ( https://github.com/sveltejs/svelte/pull/9836 ) )
8
+
9
+ - feat: add ` $state.frozen ` rune ([ #9851 ] ( https://github.com/sveltejs/svelte/pull/9851 ) )
10
+
11
+ - fix: correctly transform prop fallback values that use other props ([ #9985 ] ( https://github.com/sveltejs/svelte/pull/9985 ) )
12
+
13
+ - fix: escape template literal characters in text sequences ([ #9973 ] ( https://github.com/sveltejs/svelte/pull/9973 ) )
14
+
15
+ - fix: inject comment in place of ` <noscript> ` in client output ([ #9953 ] ( https://github.com/sveltejs/svelte/pull/9953 ) )
16
+
3
17
## 5.0.0-next.26
4
18
5
19
### 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.26 " ,
5
+ "version" : " 5.0.0-next.27 " ,
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.26 ' ;
9
+ export const VERSION = '5.0.0-next.27 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments