File tree Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 174
174
" eighty-days-cheat" ,
175
175
" eighty-days-wave" ,
176
176
" eighty-dragons-search" ,
177
+ " eighty-hornets-breathe" ,
177
178
" eighty-lizards-notice" ,
178
179
" eighty-mails-develop" ,
179
180
" eleven-avocados-walk" ,
828
829
" tasty-cheetahs-appear" ,
829
830
" tasty-mice-admire" ,
830
831
" tasty-numbers-perform" ,
832
+ " tasty-spies-sniff" ,
831
833
" tasty-steaks-smile" ,
832
834
" ten-eels-move" ,
833
835
" ten-foxes-repeat" ,
877
879
" tidy-fans-relax" ,
878
880
" tidy-lizards-happen" ,
879
881
" tidy-starfishes-allow" ,
882
+ " tiny-ads-press" ,
880
883
" tiny-kings-whisper" ,
881
884
" tiny-meals-deliver" ,
882
885
" tiny-moose-kiss" ,
929
932
" wet-bats-exercise" ,
930
933
" wet-donkeys-fry" ,
931
934
" wet-games-fly" ,
935
+ " wet-hats-peel" ,
932
936
" wet-pears-buy" ,
933
937
" wet-pears-remain" ,
934
938
" 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: apply class/style directives after attributes ([ #13535 ] ( https://github.com/sveltejs/svelte/pull/13535 ) )
8
+
9
+ - breaking: use ` <svelte-css-wrapper> ` instead of ` <div> ` for style props ([ #13499 ] ( https://github.com/sveltejs/svelte/pull/13499 ) )
10
+
11
+ - fix: mark custom element with virtual class attribute as dynamic ([ #13435 ] ( https://github.com/sveltejs/svelte/pull/13435 ) )
12
+
13
+ - fix: ensure set_text applies coercion to objects before diff ([ #13542 ] ( https://github.com/sveltejs/svelte/pull/13542 ) )
14
+
3
15
## 5.0.0-next.263
4
16
5
17
### 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