File tree Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 598
598
" small-planets-destroy" ,
599
599
" small-sheep-type" ,
600
600
" small-spiders-fail" ,
601
+ " smart-cars-know" ,
601
602
" smart-cherries-leave" ,
602
603
" smart-fans-crash" ,
603
604
" smart-grapes-mate" ,
765
766
" wild-foxes-wonder" ,
766
767
" wild-moose-compare" ,
767
768
" wild-poems-design" ,
769
+ " wild-pumas-count" ,
768
770
" wise-apples-care" ,
769
771
" wise-dancers-hang" ,
770
772
" wise-dodos-tell" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.210
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: avoid recreating handlers for component events ([ #12722 ] ( https://github.com/sveltejs/svelte/pull/12722 ) )
8
+
9
+ - fix: call correct event handler for properties of non-reactive objects ([ #12722 ] ( https://github.com/sveltejs/svelte/pull/12722 ) )
10
+
3
11
## 5.0.0-next.209
4
12
5
13
### 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.209 " ,
5
+ "version" : " 5.0.0-next.210 " ,
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.209 ' ;
9
+ export const VERSION = '5.0.0-next.210 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments