File tree Expand file tree Collapse file tree 4 files changed +14
-2
lines changed Expand file tree Collapse file tree 4 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 205
205
" forty-suns-smile" ,
206
206
" four-balloons-beam" ,
207
207
" four-flies-hammer" ,
208
+ " four-kids-flow" ,
208
209
" four-mice-hammer" ,
209
210
" four-papayas-turn" ,
210
211
" four-peas-tickle" ,
703
704
" thick-swans-type" ,
704
705
" thin-colts-yawn" ,
705
706
" thin-foxes-lick" ,
707
+ " thin-papayas-tap" ,
706
708
" thin-spoons-float" ,
707
709
" thin-years-rhyme" ,
708
710
" thirty-dogs-whisper" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.216
4
+
5
+ ### Minor Changes
6
+
7
+ - feat: make custom element ` tag ` property optional ([ #12754 ] ( https://github.com/sveltejs/svelte/pull/12754 ) )
8
+
9
+ ### Patch Changes
10
+
11
+ - fix: improved memory profile for transitions/animations ([ #12796 ] ( https://github.com/sveltejs/svelte/pull/12796 ) )
12
+
3
13
## 5.0.0-next.215
4
14
5
15
### 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.215 " ,
5
+ "version" : " 5.0.0-next.216 " ,
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.215 ' ;
9
+ export const VERSION = '5.0.0-next.216 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments