File tree Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Expand file tree Collapse file tree 4 files changed +18
-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" ,
448
450
" odd-schools-wait" ,
449
451
" odd-shoes-cheat" ,
450
452
" odd-taxis-retire" ,
453
+ " odd-toys-glow" ,
451
454
" old-flies-jog" ,
452
455
" old-houses-drum" ,
453
456
" old-jokes-deliver" ,
598
601
" six-boats-shave" ,
599
602
" six-chicken-kneel" ,
600
603
" six-gorillas-obey" ,
604
+ " six-vans-add" ,
601
605
" sixty-items-crash" ,
602
606
" sixty-numbers-hope" ,
603
607
" 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
+ - chore: improve performance of DOM traversal operations ([ #12863 ] ( https://github.com/sveltejs/svelte/pull/12863 ) )
12
+
13
+ - fix: stricter ` crossorigin ` and ` wrap ` attributes types ([ #12858 ] ( https://github.com/sveltejs/svelte/pull/12858 ) )
14
+
3
15
## 5.0.0-next.222
4
16
5
17
### 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