File tree 4 files changed +30
-2
lines changed 4 files changed +30
-2
lines changed Original file line number Diff line number Diff line change 38
38
" brave-walls-flow" ,
39
39
" breezy-carrots-flash" ,
40
40
" breezy-rules-beg" ,
41
+ " bright-falcons-float" ,
41
42
" bright-peas-juggle" ,
42
43
" bright-snakes-sing" ,
43
44
" brown-geckos-fry" ,
61
62
" clever-rockets-burn" ,
62
63
" clever-sloths-push" ,
63
64
" cold-birds-own" ,
65
+ " cold-cheetahs-judge" ,
64
66
" cold-masks-learn" ,
65
67
" cool-actors-tan" ,
66
68
" cool-ants-leave" ,
97
99
" dull-roses-relate" ,
98
100
" early-ads-tie" ,
99
101
" early-months-whisper" ,
102
+ " eight-carrots-hunt" ,
103
+ " eight-cougars-watch" ,
100
104
" eight-hornets-punch" ,
101
105
" eight-pianos-raise" ,
102
106
" eight-steaks-shout" ,
209
213
" khaki-cooks-develop" ,
210
214
" khaki-ligers-sing" ,
211
215
" khaki-mails-draw" ,
216
+ " khaki-monkeys-cry" ,
212
217
" khaki-moose-arrive" ,
213
218
" khaki-tomatoes-rule" ,
214
219
" kind-baboons-approve" ,
234
239
" light-humans-hang" ,
235
240
" light-penguins-invent" ,
236
241
" light-pens-watch" ,
242
+ " little-ligers-exist" ,
237
243
" little-pans-jog" ,
238
244
" long-buckets-lay" ,
239
245
" long-crews-return" ,
501
507
" unlucky-trees-lick" ,
502
508
" violet-mugs-behave" ,
503
509
" violet-pigs-jam" ,
510
+ " warm-cherries-shake" ,
504
511
" weak-drinks-speak" ,
505
512
" weak-frogs-bow" ,
506
513
" weak-terms-destroy" ,
527
534
" witty-years-crash" ,
528
535
" yellow-pugs-raise" ,
529
536
" yellow-taxis-double" ,
537
+ " yellow-trees-juggle" ,
530
538
" young-ads-roll" ,
531
539
" young-masks-refuse"
532
540
]
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.134
4
+
5
+ ### Patch Changes
6
+
7
+ - chore: improve SSR invalid element error message ([ #11585 ] ( https://github.com/sveltejs/svelte/pull/11585 ) )
8
+
9
+ - fix: deduplicate children prop and default slot ([ #10800 ] ( https://github.com/sveltejs/svelte/pull/10800 ) )
10
+
11
+ - feat: error on imports to ` svelte/internal/* ` ([ #11632 ] ( https://github.com/sveltejs/svelte/pull/11632 ) )
12
+
13
+ - fix: better handle img loading attribute ([ #11635 ] ( https://github.com/sveltejs/svelte/pull/11635 ) )
14
+
15
+ - feat: add $state.is rune ([ #11613 ] ( https://github.com/sveltejs/svelte/pull/11613 ) )
16
+
17
+ - feat: provide $state warnings for accidental equality ([ #11610 ] ( https://github.com/sveltejs/svelte/pull/11610 ) )
18
+
19
+ - feat: error when snippet shadow a prop ([ #11631 ] ( https://github.com/sveltejs/svelte/pull/11631 ) )
20
+
21
+ - chore: use ` new CustomEvent ` instead of deprecated ` initCustomEvent ` ([ #11629 ] ( https://github.com/sveltejs/svelte/pull/11629 ) )
22
+
3
23
## 5.0.0-next.133
4
24
5
25
### 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.133 " ,
5
+ "version" : " 5.0.0-next.134 " ,
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.133 ' ;
9
+ export const VERSION = '5.0.0-next.134 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments