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 29
29
" bright-snakes-sing" ,
30
30
" brown-months-fry" ,
31
31
" brown-spoons-boil" ,
32
+ " chatty-beans-divide" ,
32
33
" chatty-cups-drop" ,
33
34
" chatty-taxis-juggle" ,
34
35
" chilled-pumas-invite" ,
38
39
" clever-chefs-relate" ,
39
40
" clever-rockets-burn" ,
40
41
" cold-birds-own" ,
42
+ " cold-masks-learn" ,
41
43
" cool-ants-leave" ,
42
44
" cool-rabbits-tickle" ,
43
45
" cool-roses-trade" ,
151
153
" moody-carrots-lay" ,
152
154
" moody-frogs-exist" ,
153
155
" moody-owls-cry" ,
156
+ " moody-sheep-type" ,
154
157
" nasty-lions-double" ,
155
158
" nasty-yaks-peel" ,
156
159
" neat-boats-shake" ,
184
187
" pretty-ties-help" ,
185
188
" purple-dragons-peel" ,
186
189
" quiet-apricots-dream" ,
190
+ " quiet-berries-end" ,
187
191
" quiet-camels-mate" ,
188
192
" quiet-crabs-nail" ,
189
193
" quiet-timers-speak" ,
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: use safe-equals comparison for ` @const ` tags in legacy mode ([ #10606 ] ( https://github.com/sveltejs/svelte/pull/10606 ) )
8
+
9
+ - fix: improve proxy effect dependency tracking ([ #10605 ] ( https://github.com/sveltejs/svelte/pull/10605 ) )
10
+
11
+ - fix: make ` bind_this ` implementation more robust ([ #10598 ] ( https://github.com/sveltejs/svelte/pull/10598 ) )
12
+
13
+ - fix: tweak initial ` bind:clientWidth/clientHeight/offsetWidth/offsetHeight ` update timing ([ #10512 ] ( https://github.com/sveltejs/svelte/pull/10512 ) )
14
+
3
15
## 5.0.0-next.65
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.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