File tree Expand file tree Collapse file tree 4 files changed +24
-2
lines changed Expand file tree Collapse file tree 4 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 83
83
" chilled-seas-jog" ,
84
84
" chilly-carpets-switch" ,
85
85
" chilly-dolphins-lick" ,
86
+ " chilly-glasses-retire" ,
86
87
" chilly-laws-juggle" ,
87
88
" chilly-pans-raise" ,
88
89
" chilly-rocks-hug" ,
174
175
" eighty-days-cheat" ,
175
176
" eighty-days-wave" ,
176
177
" eighty-dragons-search" ,
178
+ " eighty-hornets-breathe" ,
177
179
" eighty-lizards-notice" ,
178
180
" eighty-mails-develop" ,
179
181
" eleven-avocados-walk" ,
286
288
" gentle-wasps-pull" ,
287
289
" giant-bananas-turn" ,
288
290
" giant-jars-applaud" ,
291
+ " giant-ladybugs-thank" ,
289
292
" giant-moons-own" ,
290
293
" giant-planets-shake" ,
291
294
" giant-plants-grin" ,
828
831
" tasty-cheetahs-appear" ,
829
832
" tasty-mice-admire" ,
830
833
" tasty-numbers-perform" ,
834
+ " tasty-spies-sniff" ,
831
835
" tasty-steaks-smile" ,
832
836
" ten-eels-move" ,
833
837
" ten-foxes-repeat" ,
877
881
" tidy-fans-relax" ,
878
882
" tidy-lizards-happen" ,
879
883
" tidy-starfishes-allow" ,
884
+ " tiny-ads-press" ,
880
885
" tiny-kings-whisper" ,
881
886
" tiny-meals-deliver" ,
882
887
" tiny-moose-kiss" ,
929
934
" wet-bats-exercise" ,
930
935
" wet-donkeys-fry" ,
931
936
" wet-games-fly" ,
937
+ " wet-hats-peel" ,
932
938
" wet-pears-buy" ,
933
939
" wet-pears-remain" ,
934
940
" wet-wombats-repeat" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.264
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: exclude custom elements from HTML tree validation ([ #13540 ] ( https://github.com/sveltejs/svelte/pull/13540 ) )
8
+
9
+ - fix: apply class/style directives after attributes ([ #13535 ] ( https://github.com/sveltejs/svelte/pull/13535 ) )
10
+
11
+ - fix: make immutable option work more correctly ([ #13526 ] ( https://github.com/sveltejs/svelte/pull/13526 ) )
12
+
13
+ - breaking: use ` <svelte-css-wrapper> ` instead of ` <div> ` for style props ([ #13499 ] ( https://github.com/sveltejs/svelte/pull/13499 ) )
14
+
15
+ - fix: mark custom element with virtual class attribute as dynamic ([ #13435 ] ( https://github.com/sveltejs/svelte/pull/13435 ) )
16
+
17
+ - fix: ensure set_text applies coercion to objects before diff ([ #13542 ] ( https://github.com/sveltejs/svelte/pull/13542 ) )
18
+
3
19
## 5.0.0-next.263
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.263 " ,
5
+ "version" : " 5.0.0-next.264 " ,
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.263 ' ;
9
+ export const VERSION = '5.0.0-next.264 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments