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 123
123
" flat-melons-protect" ,
124
124
" fluffy-dolls-share" ,
125
125
" fluffy-humans-worry" ,
126
+ " fluffy-ravens-juggle" ,
126
127
" forty-comics-invent" ,
127
128
" forty-dogs-divide" ,
128
129
" forty-dolls-wave" ,
339
340
" selfish-tools-hide" ,
340
341
" serious-bobcats-carry" ,
341
342
" serious-crabs-punch" ,
343
+ " serious-goats-tap" ,
342
344
" serious-gorillas-eat" ,
343
345
" serious-kids-deliver" ,
344
346
" serious-needles-joke" ,
485
487
" weak-frogs-bow" ,
486
488
" weak-terms-destroy" ,
487
489
" wet-games-fly" ,
490
+ " wet-pears-remain" ,
488
491
" wet-wombats-repeat" ,
489
492
" wicked-clouds-exercise" ,
490
493
" wicked-doors-train" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.126
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: improve behaviour of unowned derived signals ([ #11521 ] ( https://github.com/sveltejs/svelte/pull/11521 ) )
8
+
9
+ - fix: make ` $effect.active() ` true when updating deriveds ([ #11500 ] ( https://github.com/sveltejs/svelte/pull/11500 ) )
10
+
11
+ - fix: skip parent element validation for snippet contents ([ #11463 ] ( https://github.com/sveltejs/svelte/pull/11463 ) )
12
+
3
13
## 5.0.0-next.125
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.125 " ,
5
+ "version" : " 5.0.0-next.126 " ,
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.125 ' ;
9
+ export const VERSION = '5.0.0-next.126 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments