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 17
17
" cold-birds-own" ,
18
18
" cuddly-pianos-drop" ,
19
19
" curly-lizards-dream" ,
20
+ " dirty-garlics-design" ,
21
+ " dirty-tips-add" ,
20
22
" early-ads-tie" ,
21
23
" eight-steaks-shout" ,
22
24
" eighty-bikes-camp" ,
23
25
" fair-crabs-check" ,
26
+ " few-mugs-fail" ,
24
27
" fifty-steaks-float" ,
28
+ " forty-comics-invent" ,
25
29
" fresh-weeks-trade" ,
26
30
" funny-wombats-argue" ,
27
31
" good-pianos-jump" ,
33
37
" kind-deers-lay" ,
34
38
" lazy-spiders-think" ,
35
39
" long-crews-return" ,
40
+ " lovely-items-turn" ,
36
41
" lucky-schools-hang" ,
42
+ " moody-frogs-exist" ,
37
43
" moody-owls-cry" ,
38
44
" new-boats-wait" ,
39
45
" odd-needles-joke" ,
46
+ " odd-schools-wait" ,
40
47
" poor-eggs-enjoy" ,
41
48
" popular-mangos-rest" ,
42
49
" quiet-camels-mate" ,
43
50
" rich-sheep-burn" ,
44
51
" rotten-buckets-develop" ,
52
+ " serious-zebras-scream" ,
53
+ " seven-deers-jam" ,
45
54
" sharp-gorillas-impress" ,
46
55
" shiny-baboons-play" ,
47
56
" shiny-shrimps-march" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.11
4
+
5
+ ### Patch Changes
6
+
7
+ - feat: add type of ` $effect.active ` ([ #9624 ] ( https://github.com/sveltejs/svelte/pull/9624 ) )
8
+
9
+ - fix: correct bind this multiple bindings ([ #9617 ] ( https://github.com/sveltejs/svelte/pull/9617 ) )
10
+
11
+ - chore: reuse common templates ([ #9601 ] ( https://github.com/sveltejs/svelte/pull/9601 ) )
12
+
13
+ - fix: handle undefined bubble events ([ #9614 ] ( https://github.com/sveltejs/svelte/pull/9614 ) )
14
+
15
+ - fix: dont error on stores looking like runes when runes explicitly turned off ([ #9615 ] ( https://github.com/sveltejs/svelte/pull/9615 ) )
16
+
17
+ - fix: improve member expression mutation logic ([ #9625 ] ( https://github.com/sveltejs/svelte/pull/9625 ) )
18
+
19
+ - chore: untrack keyed validation logic ([ #9618 ] ( https://github.com/sveltejs/svelte/pull/9618 ) )
20
+
21
+ - fix: ensure snippets have correct scope ([ #9623 ] ( https://github.com/sveltejs/svelte/pull/9623 ) )
22
+
23
+ - fix: better attribute casing logic ([ #9626 ] ( https://github.com/sveltejs/svelte/pull/9626 ) )
24
+
3
25
## 5.0.0-next.10
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.10 " ,
5
+ "version" : " 5.0.0-next.11 " ,
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.10 ' ;
9
+ export const VERSION = '5.0.0-next.11 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments