File tree Expand file tree Collapse file tree 4 files changed +20
-2
lines changed Expand file tree Collapse file tree 4 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 38
38
" khaki-mails-draw" ,
39
39
" kind-deers-lay" ,
40
40
" lazy-spiders-think" ,
41
+ " light-pens-watch" ,
41
42
" long-crews-return" ,
42
43
" lovely-items-turn" ,
43
44
" lovely-rules-eat" ,
47
48
" new-boats-wait" ,
48
49
" odd-needles-joke" ,
49
50
" odd-schools-wait" ,
51
+ " polite-pumpkins-guess" ,
50
52
" poor-eggs-enjoy" ,
51
53
" popular-mangos-rest" ,
52
54
" quiet-camels-mate" ,
53
55
" rich-sheep-burn" ,
54
56
" rotten-buckets-develop" ,
55
57
" serious-zebras-scream" ,
56
58
" seven-deers-jam" ,
59
+ " seven-ravens-check" ,
57
60
" sharp-gorillas-impress" ,
58
61
" shiny-baboons-play" ,
59
62
" shiny-shrimps-march" ,
60
63
" small-papayas-laugh" ,
61
64
" soft-geese-learn" ,
62
65
" sour-rules-march" ,
66
+ " stale-comics-look" ,
63
67
" strong-lemons-provide" ,
64
68
" tall-shrimps-worry" ,
65
69
" ten-worms-reflect" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.14
4
+
5
+ ### Minor Changes
6
+
7
+ - feat: support type definition in {@const } ([ #9609 ] ( https://github.com/sveltejs/svelte/pull/9609 ) )
8
+
9
+ ### Patch Changes
10
+
11
+ - fix: prevent reactive snippet from reinitializing unnecessarily ([ #9665 ] ( https://github.com/sveltejs/svelte/pull/9665 ) )
12
+
13
+ - fix: take event attributes into account when checking a11y ([ #9664 ] ( https://github.com/sveltejs/svelte/pull/9664 ) )
14
+
15
+ - chore: bump esrap ([ #9649 ] ( https://github.com/sveltejs/svelte/pull/9649 ) )
16
+
3
17
## 5.0.0-next.13
4
18
5
19
### 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.13 " ,
5
+ "version" : " 5.0.0-next.14 " ,
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.13 ' ;
9
+ export const VERSION = '5.0.0-next.14 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments