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