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 159
159
" eleven-cycles-applaud" ,
160
160
" eleven-donuts-sit" ,
161
161
" eleven-hounds-pump" ,
162
+ " eleven-teachers-drive" ,
162
163
" empty-bags-heal" ,
163
164
" empty-bulldogs-exercise" ,
164
165
" empty-coins-build" ,
303
304
" hot-jobs-tap" ,
304
305
" hot-rivers-punch" ,
305
306
" hot-sloths-clap" ,
307
+ " hot-tips-appear" ,
306
308
" hungry-boxes-relate" ,
307
309
" hungry-dots-fry" ,
308
310
" hungry-pants-push" ,
345
347
" late-grapes-judge" ,
346
348
" late-peaches-mate" ,
347
349
" late-zebras-argue" ,
350
+ " lazy-carrots-buy" ,
348
351
" lazy-knives-happen" ,
349
352
" lazy-masks-sit" ,
350
353
" lazy-months-knock" ,
448
451
" odd-schools-wait" ,
449
452
" odd-shoes-cheat" ,
450
453
" odd-taxis-retire" ,
454
+ " odd-toys-glow" ,
451
455
" old-flies-jog" ,
452
456
" old-houses-drum" ,
453
457
" old-jokes-deliver" ,
598
602
" six-boats-shave" ,
599
603
" six-chicken-kneel" ,
600
604
" six-gorillas-obey" ,
605
+ " six-vans-add" ,
601
606
" sixty-items-crash" ,
602
607
" sixty-numbers-hope" ,
603
608
" sixty-pandas-rush" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.223
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: treat module-level imports as non-reactive in legacy mode ([ #12845 ] ( https://github.com/sveltejs/svelte/pull/12845 ) )
8
+
9
+ - feat: more efficient text-only fragments ([ #12864 ] ( https://github.com/sveltejs/svelte/pull/12864 ) )
10
+
11
+ - fix: ensure outro animation is not prematurely aborted ([ #12865 ] ( https://github.com/sveltejs/svelte/pull/12865 ) )
12
+
13
+ - chore: improve performance of DOM traversal operations ([ #12863 ] ( https://github.com/sveltejs/svelte/pull/12863 ) )
14
+
15
+ - fix: stricter ` crossorigin ` and ` wrap ` attributes types ([ #12858 ] ( https://github.com/sveltejs/svelte/pull/12858 ) )
16
+
3
17
## 5.0.0-next.222
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.222 " ,
5
+ "version" : " 5.0.0-next.223 " ,
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.222 ' ;
9
+ export const VERSION = '5.0.0-next.223 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments