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