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 8383 " chilled-seas-jog" ,
8484 " chilly-carpets-switch" ,
8585 " chilly-dolphins-lick" ,
86+ " chilly-glasses-retire" ,
8687 " chilly-laws-juggle" ,
8788 " chilly-pans-raise" ,
8889 " chilly-rocks-hug" ,
174175 " eighty-days-cheat" ,
175176 " eighty-days-wave" ,
176177 " eighty-dragons-search" ,
178+ " eighty-hornets-breathe" ,
177179 " eighty-lizards-notice" ,
178180 " eighty-mails-develop" ,
179181 " eleven-avocados-walk" ,
286288 " gentle-wasps-pull" ,
287289 " giant-bananas-turn" ,
288290 " giant-jars-applaud" ,
291+ " giant-ladybugs-thank" ,
289292 " giant-moons-own" ,
290293 " giant-planets-shake" ,
291294 " giant-plants-grin" ,
828831 " tasty-cheetahs-appear" ,
829832 " tasty-mice-admire" ,
830833 " tasty-numbers-perform" ,
834+ " tasty-spies-sniff" ,
831835 " tasty-steaks-smile" ,
832836 " ten-eels-move" ,
833837 " ten-foxes-repeat" ,
877881 " tidy-fans-relax" ,
878882 " tidy-lizards-happen" ,
879883 " tidy-starfishes-allow" ,
884+ " tiny-ads-press" ,
880885 " tiny-kings-whisper" ,
881886 " tiny-meals-deliver" ,
882887 " tiny-moose-kiss" ,
929934 " wet-bats-exercise" ,
930935 " wet-donkeys-fry" ,
931936 " wet-games-fly" ,
937+ " wet-hats-peel" ,
932938 " wet-pears-buy" ,
933939 " wet-pears-remain" ,
934940 " wet-wombats-repeat" ,
Original file line number Diff line number Diff line change 11# svelte
22
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+
319## 5.0.0-next.263
420
521### Patch Changes
Original file line number Diff line number Diff line change 22 "name" : " svelte" ,
33 "description" : " Cybernetically enhanced web apps" ,
44 "license" : " MIT" ,
5- "version" : " 5.0.0-next.263 " ,
5+ "version" : " 5.0.0-next.264 " ,
66 "type" : " module" ,
77 "types" : " ./types/index.d.ts" ,
88 "engines" : {
Original file line number Diff line number Diff line change 66 * https://svelte.dev/docs/svelte-compiler#svelte-version
77 * @type {string }
88 */
9- export const VERSION = '5.0.0-next.263 ' ;
9+ export const VERSION = '5.0.0-next.264 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments