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 245
245
" heavy-ducks-leave" ,
246
246
" heavy-ears-rule" ,
247
247
" hip-balloons-begin" ,
248
+ " hip-garlics-tap" ,
248
249
" hip-pumpkins-boil" ,
249
250
" honest-buses-add" ,
250
251
" honest-dragons-turn" ,
305
306
" lemon-trees-act" ,
306
307
" light-badgers-glow" ,
307
308
" light-days-clean" ,
309
+ " light-hounds-carry" ,
308
310
" light-humans-hang" ,
309
311
" light-penguins-invent" ,
310
312
" light-pens-watch" ,
343
345
" mighty-cooks-scream" ,
344
346
" mighty-files-hammer" ,
345
347
" mighty-frogs-obey" ,
348
+ " mighty-paws-smash" ,
346
349
" mighty-shoes-nail" ,
347
350
" modern-apricots-promise" ,
348
351
" modern-fishes-double" ,
502
505
" silver-sheep-knock" ,
503
506
" six-bears-trade" ,
504
507
" six-boats-shave" ,
508
+ " six-chicken-kneel" ,
505
509
" six-gorillas-obey" ,
506
510
" sixty-items-crash" ,
507
511
" sixty-numbers-hope" ,
626
630
" tidy-chefs-taste" ,
627
631
" tidy-deers-hope" ,
628
632
" tidy-fans-relax" ,
633
+ " tidy-lizards-happen" ,
629
634
" tidy-starfishes-allow" ,
630
635
" tiny-kings-whisper" ,
631
636
" tiny-meals-deliver" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.177
4
+
5
+ ### Patch Changes
6
+
7
+ - breaking: play transitions on ` mount ` by default ([ #12351 ] ( https://github.com/sveltejs/svelte/pull/12351 ) )
8
+
9
+ - fix: make ` <select> ` ` <option value> ` behavior consistent ([ #12316 ] ( https://github.com/sveltejs/svelte/pull/12316 ) )
10
+
11
+ - chore: stricter control flow syntax validation in runes mode ([ #12342 ] ( https://github.com/sveltejs/svelte/pull/12342 ) )
12
+
13
+ - fix: resolve legacy component props equality for mutations ([ #12348 ] ( https://github.com/sveltejs/svelte/pull/12348 ) )
14
+
15
+ - fix: make ` $state ` component exports settable ([ #12345 ] ( https://github.com/sveltejs/svelte/pull/12345 ) )
16
+
3
17
## 5.0.0-next.176
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.176 " ,
5
+ "version" : " 5.0.0-next.177 " ,
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.176 ' ;
9
+ export const VERSION = '5.0.0-next.177 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments