File tree Expand file tree Collapse file tree 4 files changed +21
-2
lines changed Expand file tree Collapse file tree 4 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 82
82
" clean-cats-wave" ,
83
83
" clean-eels-beg" ,
84
84
" clean-melons-wash" ,
85
+ " clean-shirts-yawn" ,
85
86
" clever-chefs-relate" ,
86
87
" clever-maps-travel" ,
87
88
" clever-rockets-burn" ,
198
199
" fifty-rice-wait" ,
199
200
" fifty-steaks-float" ,
200
201
" fifty-toys-invite" ,
202
+ " five-maps-reflect" ,
201
203
" five-tigers-search" ,
202
204
" flat-feet-visit" ,
203
205
" flat-ghosts-fly" ,
273
275
" great-fans-unite" ,
274
276
" great-icons-retire" ,
275
277
" great-plums-pretend" ,
278
+ " green-baboons-sip" ,
276
279
" green-eggs-approve" ,
277
280
" green-fishes-lie" ,
278
281
" green-hounds-play" ,
419
422
" mighty-files-hammer" ,
420
423
" mighty-frogs-obey" ,
421
424
" mighty-paws-smash" ,
425
+ " mighty-poets-fix" ,
422
426
" mighty-shoes-nail" ,
423
427
" modern-apricots-promise" ,
424
428
" modern-fishes-double" ,
824
828
" weak-terms-destroy" ,
825
829
" wet-bats-exercise" ,
826
830
" wet-games-fly" ,
831
+ " wet-pears-buy" ,
827
832
" wet-pears-remain" ,
828
833
" wet-wombats-repeat" ,
829
834
" wicked-bikes-matter" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.237
4
+
5
+ ### Patch Changes
6
+
7
+ - breaking: throw error if derived creates state and then depends on it ([ #12985 ] ( https://github.com/sveltejs/svelte/pull/12985 ) )
8
+
9
+ - fix: ensure assignments to state field inside constructor trigger effects ([ #12985 ] ( https://github.com/sveltejs/svelte/pull/12985 ) )
10
+
11
+ - fix: ensure $inspect works with SvelteMap and SvelteSet ([ #12994 ] ( https://github.com/sveltejs/svelte/pull/12994 ) )
12
+
13
+ - chore: default options.filename to "(unknown)" ([ #12997 ] ( https://github.com/sveltejs/svelte/pull/12997 ) )
14
+
15
+ - feat: allow non-synchronous legacy component instantiation ([ #12970 ] ( https://github.com/sveltejs/svelte/pull/12970 ) )
16
+
3
17
## 5.0.0-next.236
4
18
5
19
### 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.236 " ,
5
+ "version" : " 5.0.0-next.237 " ,
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.236 ' ;
9
+ export const VERSION = '5.0.0-next.237 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments