File tree Expand file tree Collapse file tree 4 files changed +21
-2
lines changed Expand file tree Collapse file tree 4 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 32
32
" brown-spoons-boil" ,
33
33
" chatty-beans-divide" ,
34
34
" chatty-cups-drop" ,
35
+ " chatty-sloths-allow" ,
35
36
" chatty-taxis-juggle" ,
36
37
" chilled-pumas-invite" ,
37
38
" chilly-dolphins-lick" ,
116
117
" honest-icons-change" ,
117
118
" hungry-boxes-relate" ,
118
119
" hungry-dots-fry" ,
120
+ " hungry-singers-share" ,
119
121
" hungry-tips-unite" ,
120
122
" hungry-trees-travel" ,
121
123
" itchy-beans-melt" ,
165
167
" nervous-spoons-relax" ,
166
168
" new-boats-wait" ,
167
169
" new-rabbits-flow" ,
170
+ " nice-avocados-move" ,
168
171
" ninety-dingos-walk" ,
169
172
" odd-buckets-lie" ,
170
173
" odd-needles-joke" ,
237
240
" slimy-walls-draw" ,
238
241
" slow-beds-shave" ,
239
242
" slow-chefs-dream" ,
243
+ " slow-kids-sparkle" ,
240
244
" slow-wombats-reply" ,
241
245
" small-papayas-laugh" ,
242
246
" smart-parents-swim" ,
297
301
" tidy-buses-whisper" ,
298
302
" tidy-starfishes-allow" ,
299
303
" tiny-kings-whisper" ,
304
+ " tough-radios-punch" ,
300
305
" twelve-dragons-join" ,
301
306
" twelve-onions-juggle" ,
302
307
" twelve-worms-jog" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.69
4
+
5
+ ### Patch Changes
6
+
7
+ - perf: bail early when traversing non-state ([ #10654 ] ( https://github.com/sveltejs/svelte/pull/10654 ) )
8
+
9
+ - feat: improve ssr html mismatch validation ([ #10658 ] ( https://github.com/sveltejs/svelte/pull/10658 ) )
10
+
11
+ - fix: improve ssr output of dynamic textarea elements ([ #10638 ] ( https://github.com/sveltejs/svelte/pull/10638 ) )
12
+
13
+ - fix: warn when ` $props ` rune not called ([ #10655 ] ( https://github.com/sveltejs/svelte/pull/10655 ) )
14
+
15
+ - fix: add ` $set ` and ` $on ` methods in legacy compat mode ([ #10642 ] ( https://github.com/sveltejs/svelte/pull/10642 ) )
16
+
3
17
## 5.0.0-next.68
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.68 " ,
5
+ "version" : " 5.0.0-next.69 " ,
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.68 ' ;
9
+ export const VERSION = '5.0.0-next.69 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments