File tree 4 files changed +18
-2
lines changed
4 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 41
41
" honest-icons-change" ,
42
42
" hungry-dots-fry" ,
43
43
" hungry-tips-unite" ,
44
+ " itchy-beans-melt" ,
44
45
" itchy-lions-wash" ,
45
46
" khaki-mails-draw" ,
46
47
" khaki-moose-arrive" ,
47
48
" kind-deers-lay" ,
48
49
" kind-eagles-join" ,
49
50
" large-clouds-carry" ,
51
+ " lazy-masks-sit" ,
50
52
" lazy-spiders-think" ,
51
53
" lemon-geese-drum" ,
52
54
" light-pens-watch" ,
81
83
" soft-geese-learn" ,
82
84
" sour-forks-stare" ,
83
85
" sour-rules-march" ,
86
+ " spicy-plums-admire" ,
84
87
" stale-comics-look" ,
85
88
" strong-lemons-provide" ,
89
+ " sweet-mangos-beg" ,
86
90
" swift-ravens-hunt" ,
87
91
" tall-shrimps-worry" ,
88
92
" tall-tigers-wait" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.19
4
+
5
+ ### Patch Changes
6
+
7
+ - chore: fix compiler errors test suite ([ #9754 ] ( https://github.com/sveltejs/svelte/pull/9754 ) )
8
+
9
+ - fix: ensure transitions properly cancel on completion ([ #9778 ] ( https://github.com/sveltejs/svelte/pull/9778 ) )
10
+
11
+ - fix: apply event attribute validation to elements only ([ #9772 ] ( https://github.com/sveltejs/svelte/pull/9772 ) )
12
+
13
+ - fix: handle css nth-selector syntax ([ #9754 ] ( https://github.com/sveltejs/svelte/pull/9754 ) )
14
+
3
15
## 5.0.0-next.18
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.18 " ,
5
+ "version" : " 5.0.0-next.19 " ,
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.18 ' ;
9
+ export const VERSION = '5.0.0-next.19 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments