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 266
266
" happy-moles-live" ,
267
267
" happy-suits-film" ,
268
268
" healthy-ants-film" ,
269
+ " healthy-dancers-play" ,
269
270
" healthy-mangos-brush" ,
270
271
" healthy-planes-vanish" ,
271
272
" healthy-zebras-accept" ,
416
417
" nervous-turkeys-end" ,
417
418
" new-boats-wait" ,
418
419
" new-brooms-grin" ,
420
+ " new-cooks-roll" ,
419
421
" new-rabbits-flow" ,
420
422
" nice-avocados-move" ,
423
+ " nice-bottles-greet" ,
421
424
" nice-jobs-breathe" ,
422
425
" nine-cooks-join" ,
423
426
" ninety-days-visit" ,
436
439
" old-oranges-compete" ,
437
440
" olive-apples-lick" ,
438
441
" olive-cobras-wonder" ,
442
+ " olive-forks-grin" ,
439
443
" olive-kangaroos-brake" ,
440
444
" olive-mice-fix" ,
441
445
" olive-moons-act" ,
569
573
" silver-mice-double" ,
570
574
" silver-points-approve" ,
571
575
" silver-sheep-knock" ,
576
+ " six-apes-peel" ,
572
577
" six-bears-trade" ,
573
578
" six-boats-shave" ,
574
579
" six-chicken-kneel" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.211
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: improve prop binding warning validation for stores ([ #12745 ] ( https://github.com/sveltejs/svelte/pull/12745 ) )
8
+
9
+ - chore: add error for derived self referencing ([ #12746 ] ( https://github.com/sveltejs/svelte/pull/12746 ) )
10
+
11
+ - fix: skip ` is_standalone ` optimisation for dynamic components ([ #12767 ] ( https://github.com/sveltejs/svelte/pull/12767 ) )
12
+
13
+ - fix: ensure unowned deriveds correctly update ([ #12747 ] ( https://github.com/sveltejs/svelte/pull/12747 ) )
14
+
15
+ - fix: order of arguments for ` push_element ` in ` svelte:element ` ([ #12763 ] ( https://github.com/sveltejs/svelte/pull/12763 ) )
16
+
3
17
## 5.0.0-next.210
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.210 " ,
5
+ "version" : " 5.0.0-next.211 " ,
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.210 ' ;
9
+ export const VERSION = '5.0.0-next.211 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments