File tree Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 38
38
" clever-chefs-relate" ,
39
39
" clever-rockets-burn" ,
40
40
" cold-birds-own" ,
41
+ " cold-masks-learn" ,
41
42
" cool-ants-leave" ,
42
43
" cool-rabbits-tickle" ,
43
44
" cool-roses-trade" ,
151
152
" moody-carrots-lay" ,
152
153
" moody-frogs-exist" ,
153
154
" moody-owls-cry" ,
155
+ " moody-sheep-type" ,
154
156
" nasty-lions-double" ,
155
157
" nasty-yaks-peel" ,
156
158
" neat-boats-shake" ,
184
186
" pretty-ties-help" ,
185
187
" purple-dragons-peel" ,
186
188
" quiet-apricots-dream" ,
189
+ " quiet-berries-end" ,
187
190
" quiet-camels-mate" ,
188
191
" quiet-crabs-nail" ,
189
192
" 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: improve proxy effect dependency tracking ([ #10605 ] ( https://github.com/sveltejs/svelte/pull/10605 ) )
8
+
9
+ - fix: make ` bind_this ` implementation more robust ([ #10598 ] ( https://github.com/sveltejs/svelte/pull/10598 ) )
10
+
11
+ - fix: tweak initial ` bind:clientWidth/clientHeight/offsetWidth/offsetHeight ` update timing ([ #10512 ] ( https://github.com/sveltejs/svelte/pull/10512 ) )
12
+
3
13
## 5.0.0-next.65
4
14
5
15
### 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