File tree 4 files changed +30
-2
lines changed
4 files changed +30
-2
lines changed Original file line number Diff line number Diff line change 30
30
" famous-knives-sneeze" ,
31
31
" few-mugs-fail" ,
32
32
" fifty-steaks-float" ,
33
+ " five-tigers-search" ,
33
34
" flat-melons-protect" ,
34
35
" forty-comics-invent" ,
35
36
" fresh-weeks-trade" ,
40
41
" great-icons-retire" ,
41
42
" green-eggs-approve" ,
42
43
" green-hounds-play" ,
44
+ " healthy-planes-vanish" ,
43
45
" honest-icons-change" ,
44
46
" hungry-dots-fry" ,
45
47
" hungry-tips-unite" ,
68
70
" odd-schools-wait" ,
69
71
" odd-shoes-cheat" ,
70
72
" old-flies-jog" ,
73
+ " polite-dolphins-care" ,
71
74
" polite-pumpkins-guess" ,
72
75
" polite-ravens-study" ,
73
76
" poor-eggs-enjoy" ,
86
89
" shiny-shrimps-march" ,
87
90
" slimy-clouds-talk" ,
88
91
" small-papayas-laugh" ,
92
+ " smart-parents-swim" ,
93
+ " soft-clocks-remember" ,
89
94
" soft-geese-learn" ,
90
95
" sour-forks-stare" ,
91
96
" sour-rules-march" ,
92
97
" spicy-plums-admire" ,
93
98
" stale-comics-look" ,
94
99
" strong-lemons-provide" ,
95
100
" sweet-mangos-beg" ,
101
+ " swift-donkeys-perform" ,
96
102
" swift-ravens-hunt" ,
97
103
" swift-seahorses-deliver" ,
98
104
" tall-shrimps-worry" ,
99
105
" tall-tigers-wait" ,
106
+ " tasty-numbers-perform" ,
100
107
" ten-worms-reflect" ,
101
108
" thin-foxes-lick" ,
102
109
" thirty-flowers-sit" ,
107
114
" twelve-onions-juggle" ,
108
115
" two-dragons-yell" ,
109
116
" two-falcons-buy" ,
117
+ " unlucky-boxes-obey" ,
110
118
" wet-games-fly" ,
111
119
" wicked-clouds-exercise" ,
112
120
" wicked-doors-train" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.20
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: better readonly checks for proxies ([ #9808 ] ( https://github.com/sveltejs/svelte/pull/9808 ) )
8
+
9
+ - fix: prevent infinite loops stemming from invalidation method ([ #9811 ] ( https://github.com/sveltejs/svelte/pull/9811 ) )
10
+
11
+ - fix: improve non state referenced warning ([ #9809 ] ( https://github.com/sveltejs/svelte/pull/9809 ) )
12
+
13
+ - fix: reuse existing proxy when object has multiple references ([ #9821 ] ( https://github.com/sveltejs/svelte/pull/9821 ) )
14
+
15
+ - fix: improve consistency issues around binding invalidation ([ #9810 ] ( https://github.com/sveltejs/svelte/pull/9810 ) )
16
+
17
+ - fix: tweak css nth regex ([ #9806 ] ( https://github.com/sveltejs/svelte/pull/9806 ) )
18
+
19
+ - fix: adjust children snippet default type ([ ` dcdd64548 ` ] ( https://github.com/sveltejs/svelte/commit/dcdd645480ab412eb563632e70801f4d61c1d787 ) )
20
+
21
+ - fix: correctly apply scope on component children ([ #9824 ] ( https://github.com/sveltejs/svelte/pull/9824 ) )
22
+
3
23
## 5.0.0-next.19
4
24
5
25
### 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.19 " ,
5
+ "version" : " 5.0.0-next.20 " ,
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.19 ' ;
9
+ export const VERSION = '5.0.0-next.20 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments