File tree 4 files changed +30
-2
lines changed
4 files changed +30
-2
lines changed Original file line number Diff line number Diff line change 20
20
" big-eggs-flash" ,
21
21
" big-eyes-carry" ,
22
22
" big-geese-act" ,
23
+ " blue-rules-juggle" ,
23
24
" blue-timers-film" ,
24
25
" brave-points-sleep" ,
25
26
" brave-shrimps-kiss" ,
29
30
" bright-snakes-sing" ,
30
31
" brown-months-fry" ,
31
32
" brown-spoons-boil" ,
33
+ " chatty-beans-divide" ,
32
34
" chatty-cups-drop" ,
33
35
" chatty-taxis-juggle" ,
34
36
" chilled-pumas-invite" ,
38
40
" clever-chefs-relate" ,
39
41
" clever-rockets-burn" ,
40
42
" cold-birds-own" ,
43
+ " cold-masks-learn" ,
41
44
" cool-ants-leave" ,
42
45
" cool-rabbits-tickle" ,
43
46
" cool-roses-trade" ,
83
86
" forty-peaches-unite" ,
84
87
" forty-suns-smile" ,
85
88
" four-flies-hammer" ,
89
+ " fresh-impalas-bow" ,
86
90
" fresh-weeks-trade" ,
87
91
" friendly-candles-relate" ,
88
92
" friendly-lies-camp" ,
92
96
" gentle-spies-happen" ,
93
97
" giant-moons-own" ,
94
98
" giant-roses-press" ,
99
+ " good-buses-reply" ,
95
100
" good-cars-visit" ,
96
101
" good-pianos-jump" ,
97
102
" good-rivers-yawn" ,
151
156
" moody-carrots-lay" ,
152
157
" moody-frogs-exist" ,
153
158
" moody-owls-cry" ,
159
+ " moody-sheep-type" ,
154
160
" nasty-lions-double" ,
155
161
" nasty-yaks-peel" ,
156
162
" neat-boats-shake" ,
184
190
" pretty-ties-help" ,
185
191
" purple-dragons-peel" ,
186
192
" quiet-apricots-dream" ,
193
+ " quiet-berries-end" ,
187
194
" quiet-camels-mate" ,
188
195
" quiet-crabs-nail" ,
189
196
" quiet-timers-speak" ,
202
209
" rotten-bags-type" ,
203
210
" rotten-buckets-develop" ,
204
211
" rotten-experts-relax" ,
212
+ " rude-ghosts-tickle" ,
205
213
" selfish-dragons-knock" ,
206
214
" selfish-tools-hide" ,
207
215
" serious-kids-deliver" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.66
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: don't clear date input on temporarily invalid value ([ #10616 ] ( https://github.com/sveltejs/svelte/pull/10616 ) )
8
+
9
+ - fix: use safe-equals comparison for ` @const ` tags in legacy mode ([ #10606 ] ( https://github.com/sveltejs/svelte/pull/10606 ) )
10
+
11
+ - fix: improve proxy effect dependency tracking ([ #10605 ] ( https://github.com/sveltejs/svelte/pull/10605 ) )
12
+
13
+ - fix: prevent window listeners from triggering events twice ([ #10611 ] ( https://github.com/sveltejs/svelte/pull/10611 ) )
14
+
15
+ - feat: allow dynamic ` type ` attribute with ` bind:value ` ([ #10608 ] ( https://github.com/sveltejs/svelte/pull/10608 ) )
16
+
17
+ - fix: make ` bind_this ` implementation more robust ([ #10598 ] ( https://github.com/sveltejs/svelte/pull/10598 ) )
18
+
19
+ - fix: tweak initial ` bind:clientWidth/clientHeight/offsetWidth/offsetHeight ` update timing ([ #10512 ] ( https://github.com/sveltejs/svelte/pull/10512 ) )
20
+
21
+ - fix: correctly handle proxied signal writes before reads ([ #10612 ] ( https://github.com/sveltejs/svelte/pull/10612 ) )
22
+
3
23
## 5.0.0-next.65
4
24
5
25
### 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.65 " ,
5
+ "version" : " 5.0.0-next.66 " ,
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.65 ' ;
9
+ export const VERSION = '5.0.0-next.66 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments