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