File tree 4 files changed +33
-2
lines changed
4 files changed +33
-2
lines changed Original file line number Diff line number Diff line change 14
14
" brown-spoons-boil" ,
15
15
" chilly-dolphins-lick" ,
16
16
" clean-eels-beg" ,
17
+ " cold-birds-own" ,
17
18
" cuddly-pianos-drop" ,
18
19
" curly-lizards-dream" ,
19
20
" early-ads-tie" ,
20
21
" eight-steaks-shout" ,
21
22
" eighty-bikes-camp" ,
23
+ " fair-crabs-check" ,
22
24
" fifty-steaks-float" ,
23
25
" fresh-weeks-trade" ,
24
26
" funny-wombats-argue" ,
25
27
" good-pianos-jump" ,
28
+ " green-hounds-play" ,
26
29
" honest-icons-change" ,
27
30
" hungry-dots-fry" ,
28
31
" itchy-lions-wash" ,
32
35
" long-crews-return" ,
33
36
" lucky-schools-hang" ,
34
37
" moody-owls-cry" ,
38
+ " new-boats-wait" ,
35
39
" odd-needles-joke" ,
36
40
" poor-eggs-enjoy" ,
41
+ " popular-mangos-rest" ,
37
42
" quiet-camels-mate" ,
38
43
" rich-sheep-burn" ,
39
44
" rotten-buckets-develop" ,
40
45
" sharp-gorillas-impress" ,
46
+ " shiny-baboons-play" ,
41
47
" shiny-shrimps-march" ,
42
48
" small-papayas-laugh" ,
43
49
" soft-geese-learn" ,
46
52
" tall-shrimps-worry" ,
47
53
" thirty-flowers-sit" ,
48
54
" thirty-ghosts-fix" ,
55
+ " thirty-impalas-repair" ,
49
56
" tiny-kings-whisper" ,
57
+ " two-falcons-buy" ,
58
+ " wicked-clouds-exercise" ,
50
59
" wicked-doors-train"
51
60
]
52
61
}
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.10
4
+
5
+ ### Patch Changes
6
+
7
+ - chore: add inline new class warning ([ #9583 ] ( https://github.com/sveltejs/svelte/pull/9583 ) )
8
+
9
+ - fix: prevent false positives when detecting runes mode ([ #9599 ] ( https://github.com/sveltejs/svelte/pull/9599 ) )
10
+
11
+ - fix: deconflict generated names against globals ([ #9570 ] ( https://github.com/sveltejs/svelte/pull/9570 ) )
12
+
13
+ - chore: bump esrap ([ #9590 ] ( https://github.com/sveltejs/svelte/pull/9590 ) )
14
+
15
+ - feat: add $effect.active rune ([ #9591 ] ( https://github.com/sveltejs/svelte/pull/9591 ) )
16
+
17
+ - feat: add Snippet type ([ #9584 ] ( https://github.com/sveltejs/svelte/pull/9584 ) )
18
+
19
+ - fix: adjust event delegation heuristics ([ #9581 ] ( https://github.com/sveltejs/svelte/pull/9581 ) )
20
+
21
+ - chore: remove unused code ([ #9593 ] ( https://github.com/sveltejs/svelte/pull/9593 ) )
22
+
23
+ - fix: adjust regex ([ #9572 ] ( https://github.com/sveltejs/svelte/pull/9572 ) )
24
+
3
25
## 5.0.0-next.9
4
26
5
27
### 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.9 " ,
5
+ "version" : " 5.0.0-next.10 " ,
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.9 ' ;
9
+ export const VERSION = '5.0.0-next.10 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments