File tree Expand file tree Collapse file tree 4 files changed +27
-2
lines changed Expand file tree Collapse file tree 4 files changed +27
-2
lines changed Original file line number Diff line number Diff line change 20
20
" big-eggs-flash" ,
21
21
" big-eyes-carry" ,
22
22
" big-geese-act" ,
23
+ " blue-ants-raise" ,
23
24
" blue-rules-juggle" ,
24
25
" blue-timers-film" ,
25
26
" brave-points-sleep" ,
59
60
" dry-clocks-grow" ,
60
61
" dry-eggs-play" ,
61
62
" dry-eggs-retire" ,
63
+ " dull-coins-vanish" ,
62
64
" dull-mangos-wave" ,
63
65
" dull-roses-relate" ,
64
66
" early-ads-tie" ,
65
67
" eight-steaks-shout" ,
66
68
" eighty-bikes-camp" ,
67
69
" eighty-days-cheat" ,
70
+ " eleven-cycles-applaud" ,
68
71
" empty-bags-heal" ,
69
72
" empty-bulldogs-exercise" ,
70
73
" empty-crabs-think" ,
135
138
" kind-dots-sort" ,
136
139
" kind-eagles-join" ,
137
140
" kind-rings-flash" ,
141
+ " kind-spoons-return" ,
138
142
" large-clouds-carry" ,
139
143
" large-turkeys-deny" ,
140
144
" late-crabs-lay" ,
188
192
" olive-socks-kick" ,
189
193
" orange-crews-rescue" ,
190
194
" orange-dingos-poke" ,
195
+ " pink-bikes-agree" ,
191
196
" pink-mayflies-tie" ,
192
197
" polite-dolphins-care" ,
193
198
" polite-pumpkins-guess" ,
237
242
" shiny-baboons-play" ,
238
243
" shiny-shrimps-march" ,
239
244
" short-buses-camp" ,
245
+ " short-countries-rush" ,
240
246
" silent-apes-report" ,
241
247
" silly-laws-happen" ,
242
248
" silver-points-approve" ,
249
255
" slow-kids-sparkle" ,
250
256
" slow-wombats-reply" ,
251
257
" small-papayas-laugh" ,
258
+ " small-sheep-type" ,
252
259
" smart-parents-swim" ,
253
260
" smart-zebras-pay" ,
254
261
" soft-clocks-remember" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.73
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: improve bind: this support around proxyied state ([ #10732 ] ( https://github.com/sveltejs/svelte/pull/10732 ) )
8
+
9
+ - fix: bump specificity on all members of a selector list ([ #10730 ] ( https://github.com/sveltejs/svelte/pull/10730 ) )
10
+
11
+ - breaking: preserve slots inside templates with a shadowrootmode attribute ([ #10721 ] ( https://github.com/sveltejs/svelte/pull/10721 ) )
12
+
13
+ - chore: custom elements validation ([ #10720 ] ( https://github.com/sveltejs/svelte/pull/10720 ) )
14
+
15
+ - fix: ensure performance.now() and requestAnimationFrame() are polyfilled in ssr ([ #10715 ] ( https://github.com/sveltejs/svelte/pull/10715 ) )
16
+
17
+ - fix: eagerly unsubscribe when store is changed ([ #10727 ] ( https://github.com/sveltejs/svelte/pull/10727 ) )
18
+
19
+ - fix: error when exporting reassigned state from module context ([ #10728 ] ( https://github.com/sveltejs/svelte/pull/10728 ) )
20
+
3
21
## 5.0.0-next.72
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.72 " ,
5
+ "version" : " 5.0.0-next.73 " ,
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.72 ' ;
9
+ export const VERSION = '5.0.0-next.73 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments