File tree 4 files changed +27
-2
lines changed 4 files changed +27
-2
lines changed Original file line number Diff line number Diff line change 78
78
" cold-cheetahs-judge" ,
79
79
" cold-lamps-accept" ,
80
80
" cold-masks-learn" ,
81
+ " cold-teachers-turn" ,
81
82
" cool-actors-tan" ,
82
83
" cool-ants-leave" ,
83
84
" cool-comics-marry" ,
133
134
" eighty-lizards-notice" ,
134
135
" eleven-avocados-walk" ,
135
136
" eleven-beers-yell" ,
137
+ " eleven-cows-judge" ,
136
138
" eleven-cycles-applaud" ,
137
139
" eleven-hounds-pump" ,
138
140
" empty-bags-heal" ,
157
159
" fast-donkeys-pay" ,
158
160
" fast-penguins-matter" ,
159
161
" fast-weeks-clean" ,
162
+ " few-cheetahs-taste" ,
160
163
" few-clouds-shop" ,
161
164
" few-mugs-fail" ,
162
165
" few-teachers-know" ,
398
401
" pink-bikes-agree" ,
399
402
" pink-goats-promise" ,
400
403
" pink-mayflies-tie" ,
404
+ " plenty-clouds-reply" ,
401
405
" plenty-elephants-fry" ,
402
406
" plenty-starfishes-dress" ,
403
407
" plenty-zoos-fix" ,
517
521
" slow-plums-chew" ,
518
522
" slow-wombats-reply" ,
519
523
" small-apples-eat" ,
524
+ " small-owls-remain" ,
520
525
" small-papayas-laugh" ,
521
526
" small-sheep-type" ,
522
527
" small-spiders-fail" ,
658
663
" wet-wombats-repeat" ,
659
664
" wicked-clouds-exercise" ,
660
665
" wicked-doors-train" ,
666
+ " wicked-emus-drive" ,
661
667
" wicked-hairs-cheer" ,
662
668
" wicked-wasps-allow" ,
663
669
" wicked-ways-reply" ,
670
+ " wild-cows-chew" ,
664
671
" wild-foxes-wonder" ,
665
672
" wild-moose-compare" ,
666
673
" wise-apples-care" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.176
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: correct start of ` {:else if} ` and ` {:else} ` ([ #12043 ] ( https://github.com/sveltejs/svelte/pull/12043 ) )
8
+
9
+ - fix: reverse parent/child order in invalid HTML warning ([ #12336 ] ( https://github.com/sveltejs/svelte/pull/12336 ) )
10
+
11
+ - fix: reorder reactive statements during migration ([ #12329 ] ( https://github.com/sveltejs/svelte/pull/12329 ) )
12
+
13
+ - feat: better ` <svelte:element> ` SSR output ([ #12339 ] ( https://github.com/sveltejs/svelte/pull/12339 ) )
14
+
15
+ - chore: align warning and error objects, add frame property ([ #12326 ] ( https://github.com/sveltejs/svelte/pull/12326 ) )
16
+
17
+ - fix: ensure ` $effect.root ` is ignored on the server ([ #12332 ] ( https://github.com/sveltejs/svelte/pull/12332 ) )
18
+
19
+ - fix: enable local transitions on ` svelte:element ` ([ #12346 ] ( https://github.com/sveltejs/svelte/pull/12346 ) )
20
+
3
21
## 5.0.0-next.175
4
22
5
23
### 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.175 " ,
5
+ "version" : " 5.0.0-next.176 " ,
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.175 ' ;
9
+ export const VERSION = '5.0.0-next.176 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments