File tree 4 files changed +24
-2
lines changed
4 files changed +24
-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" ,
97
98
" dull-roses-relate" ,
98
99
" early-ads-tie" ,
99
100
" early-months-whisper" ,
101
+ " eight-carrots-hunt" ,
102
+ " eight-cougars-watch" ,
100
103
" eight-hornets-punch" ,
101
104
" eight-pianos-raise" ,
102
105
" eight-steaks-shout" ,
209
212
" khaki-cooks-develop" ,
210
213
" khaki-ligers-sing" ,
211
214
" khaki-mails-draw" ,
215
+ " khaki-monkeys-cry" ,
212
216
" khaki-moose-arrive" ,
213
217
" khaki-tomatoes-rule" ,
214
218
" kind-baboons-approve" ,
234
238
" light-humans-hang" ,
235
239
" light-penguins-invent" ,
236
240
" light-pens-watch" ,
241
+ " little-ligers-exist" ,
237
242
" little-pans-jog" ,
238
243
" long-buckets-lay" ,
239
244
" long-crews-return" ,
501
506
" unlucky-trees-lick" ,
502
507
" violet-mugs-behave" ,
503
508
" violet-pigs-jam" ,
509
+ " warm-cherries-shake" ,
504
510
" weak-drinks-speak" ,
505
511
" weak-frogs-bow" ,
506
512
" weak-terms-destroy" ,
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
+ - feat: error on imports to ` svelte/internal/* ` ([ #11632 ] ( https://github.com/sveltejs/svelte/pull/11632 ) )
10
+
11
+ - fix: better handle img loading attribute ([ #11635 ] ( https://github.com/sveltejs/svelte/pull/11635 ) )
12
+
13
+ - feat: add $state.is rune ([ #11613 ] ( https://github.com/sveltejs/svelte/pull/11613 ) )
14
+
15
+ - feat: provide $state warnings for accidental equality ([ #11610 ] ( https://github.com/sveltejs/svelte/pull/11610 ) )
16
+
17
+ - feat: error when snippet shadow a prop ([ #11631 ] ( https://github.com/sveltejs/svelte/pull/11631 ) )
18
+
3
19
## 5.0.0-next.133
4
20
5
21
### 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