File tree Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 58
58
" brown-months-flow" ,
59
59
" brown-months-fry" ,
60
60
" brown-spoons-boil" ,
61
+ " brown-turkeys-tap" ,
61
62
" calm-buses-clap" ,
62
63
" calm-cameras-hide" ,
64
+ " calm-clocks-raise" ,
63
65
" calm-pandas-vanish" ,
64
66
" calm-ravens-sneeze" ,
65
67
" chatty-beans-divide" ,
686
688
" tall-shrimps-worry" ,
687
689
" tall-tigers-wait" ,
688
690
" tame-cycles-kneel" ,
691
+ " tame-dodos-float" ,
689
692
" tame-dots-battle" ,
690
693
" tame-goats-bow" ,
691
694
" tame-spies-drum" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.221
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: ensure onwheel is passive by default ([ #12837 ] ( https://github.com/sveltejs/svelte/pull/12837 ) )
8
+
9
+ - chore: improve signal perf by using Set rather than array for reactions ([ #12831 ] ( https://github.com/sveltejs/svelte/pull/12831 ) )
10
+
11
+ - fix: ensure each key validation occurs for updates ([ #12836 ] ( https://github.com/sveltejs/svelte/pull/12836 ) )
12
+
3
13
## 5.0.0-next.220
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.220 " ,
5
+ "version" : " 5.0.0-next.221 " ,
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.220 ' ;
9
+ export const VERSION = '5.0.0-next.221 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments