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 179
179
" large-clouds-carry" ,
180
180
" large-turkeys-deny" ,
181
181
" late-crabs-lay" ,
182
+ " late-grapes-judge" ,
182
183
" late-peaches-mate" ,
184
+ " lazy-knives-happen" ,
183
185
" lazy-masks-sit" ,
184
186
" lazy-months-knock" ,
185
187
" lazy-spiders-think" ,
252
254
" polite-pumpkins-guess" ,
253
255
" polite-ravens-study" ,
254
256
" poor-eggs-enjoy" ,
257
+ " poor-hats-design" ,
255
258
" poor-seahorses-flash" ,
256
259
" popular-ligers-perform" ,
257
260
" popular-mangos-rest" ,
410
413
" unlucky-steaks-warn" ,
411
414
" unlucky-trees-lick" ,
412
415
" violet-pigs-jam" ,
416
+ " weak-drinks-speak" ,
413
417
" weak-terms-destroy" ,
414
418
" wet-games-fly" ,
415
419
" wet-wombats-repeat" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.106
4
+
5
+ ### Patch Changes
6
+
7
+ - feat: use state proxy ancestry for ownership validation ([ #11184 ] ( https://github.com/sveltejs/svelte/pull/11184 ) )
8
+
9
+ - fix: make snippet effects transparent for transitions ([ #11195 ] ( https://github.com/sveltejs/svelte/pull/11195 ) )
10
+
11
+ - fix: return ast from ` compile ` (like Svelte 4 does) ([ #11191 ] ( https://github.com/sveltejs/svelte/pull/11191 ) )
12
+
13
+ - fix: ensure bind: this unmount behavior for members is conditional ([ #11193 ] ( https://github.com/sveltejs/svelte/pull/11193 ) )
14
+
3
15
## 5.0.0-next.105
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.105 " ,
5
+ "version" : " 5.0.0-next.106 " ,
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.105 ' ;
9
+ export const VERSION = '5.0.0-next.106 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments