File tree 4 files changed +18
-2
lines changed
4 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 98
98
" cool-poems-watch" ,
99
99
" cool-rabbits-tickle" ,
100
100
" cool-roses-trade" ,
101
+ " cool-turtles-travel" ,
101
102
" cuddly-pianos-drop" ,
102
103
" cuddly-points-tickle" ,
103
104
" curly-cooks-cheer" ,
618
619
" smooth-pens-exist" ,
619
620
" smooth-pens-protect" ,
620
621
" smooth-rings-rush" ,
622
+ " smooth-windows-explain" ,
621
623
" soft-clocks-remember" ,
622
624
" soft-geese-learn" ,
623
625
" soft-months-grab" ,
653
655
" strong-pans-doubt" ,
654
656
" stupid-bottles-lay" ,
655
657
" stupid-parents-crash" ,
658
+ " stupid-rivers-stare" ,
656
659
" sweet-bottles-check" ,
657
660
" sweet-mangos-beg" ,
658
661
" sweet-pens-sniff" ,
785
788
" wise-ties-clap" ,
786
789
" witty-bikes-shave" ,
787
790
" witty-camels-warn" ,
791
+ " witty-frogs-cheat" ,
788
792
" witty-hornets-think" ,
789
793
" witty-phones-retire" ,
790
794
" witty-readers-provide" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.213
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: ensure custom elements do not sync flush on mount ([ #12787 ] ( https://github.com/sveltejs/svelte/pull/12787 ) )
8
+
9
+ - fix: ensure event handlers referencing $host are not hoisted ([ #12775 ] ( https://github.com/sveltejs/svelte/pull/12775 ) )
10
+
11
+ - fix: provide more hydration mismatch coverage ([ #12755 ] ( https://github.com/sveltejs/svelte/pull/12755 ) )
12
+
13
+ - chore: simpler fallback values ([ #12788 ] ( https://github.com/sveltejs/svelte/pull/12788 ) )
14
+
3
15
## 5.0.0-next.212
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.212 " ,
5
+ "version" : " 5.0.0-next.213 " ,
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.212 ' ;
9
+ export const VERSION = '5.0.0-next.213 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments