File tree Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Expand file tree Collapse file tree 4 files changed +18
-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" ,
165
166
" nervous-spoons-relax" ,
166
167
" new-boats-wait" ,
167
168
" new-rabbits-flow" ,
169
+ " nice-avocados-move" ,
168
170
" ninety-dingos-walk" ,
169
171
" odd-buckets-lie" ,
170
172
" odd-needles-joke" ,
237
239
" slimy-walls-draw" ,
238
240
" slow-beds-shave" ,
239
241
" slow-chefs-dream" ,
242
+ " slow-kids-sparkle" ,
240
243
" slow-wombats-reply" ,
241
244
" small-papayas-laugh" ,
242
245
" smart-parents-swim" ,
297
300
" tidy-buses-whisper" ,
298
301
" tidy-starfishes-allow" ,
299
302
" tiny-kings-whisper" ,
303
+ " tough-radios-punch" ,
300
304
" twelve-dragons-join" ,
301
305
" twelve-onions-juggle" ,
302
306
" 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
+ - fix: improve ssr output of dynamic textarea elements ([ #10638 ] ( https://github.com/sveltejs/svelte/pull/10638 ) )
10
+
11
+ - fix: warn when ` $props ` rune not called ([ #10655 ] ( https://github.com/sveltejs/svelte/pull/10655 ) )
12
+
13
+ - fix: add ` $set ` and ` $on ` methods in legacy compat mode ([ #10642 ] ( https://github.com/sveltejs/svelte/pull/10642 ) )
14
+
3
15
## 5.0.0-next.68
4
16
5
17
### 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