File tree 4 files changed +12
-2
lines changed
4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 382
382
" mighty-shoes-nail" ,
383
383
" modern-apricots-promise" ,
384
384
" modern-fishes-double" ,
385
+ " modern-peaches-cheer" ,
385
386
" moody-carrots-lay" ,
386
387
" moody-frogs-exist" ,
387
388
" moody-ghosts-buy" ,
747
748
" wild-cows-chew" ,
748
749
" wild-foxes-wonder" ,
749
750
" wild-moose-compare" ,
751
+ " wild-poems-design" ,
750
752
" wise-apples-care" ,
751
753
" wise-dancers-hang" ,
752
754
" wise-dodos-tell" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.202
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: remove implicit passive behavior from OnDirective events ([ #12645 ] ( https://github.com/sveltejs/svelte/pull/12645 ) )
8
+
9
+ - fix: always set draggable through ` setAttribute ` to avoid weird behavior ([ #12649 ] ( https://github.com/sveltejs/svelte/pull/12649 ) )
10
+
3
11
## 5.0.0-next.201
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.201 " ,
5
+ "version" : " 5.0.0-next.202 " ,
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.201 ' ;
9
+ export const VERSION = '5.0.0-next.202 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments