diff --git a/.changeset/pre.json b/.changeset/pre.json index 28253abd3..fc8f5a5c3 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -8,11 +8,12 @@ "changesets": [ "angry-ads-carry", "angry-zebras-remember", - "beige-papayas-study", "chilled-dingos-sell", + "clever-avocados-hope", "cool-hotels-own", "eight-bottles-eat", "fair-trees-sparkle", + "fluffy-news-worry", "for-you-sean", "friendly-pets-reflect", "healthy-files-search", @@ -20,15 +21,19 @@ "light-ways-dress", "modern-pumpkins-march", "moody-cows-pull", + "nice-cats-know", + "ninety-beers-return", "ninety-carpets-cross", - "quick-avocados-hope", "quick-carrots-grab", "rare-flowers-flash", "selfish-hounds-dance", - "shiny-hornets-study", - "shy-peaches-ring", + "shaggy-cars-approve", + "shiny-schools-ring", + "silver-penguins-jam", + "six-drinks-smash", "sixty-walls-rest", "sour-cougars-beg", + "spicy-toys-hug", "strong-flies-provide", "tidy-gifts-yawn", "wicked-melons-fold", diff --git a/packages/svelte-ux/CHANGELOG.md b/packages/svelte-ux/CHANGELOG.md index 084730df8..356c0e361 100644 --- a/packages/svelte-ux/CHANGELOG.md +++ b/packages/svelte-ux/CHANGELOG.md @@ -1,5 +1,29 @@ # svelte-ux +## 0.58.0-next.14 + +### Minor Changes + +- Add ability to set a default values for labelPlacement and variant props ([#167](https://github.com/techniq/svelte-ux/pull/167)) + +- Add `sumObjects` array util ([#167](https://github.com/techniq/svelte-ux/pull/167)) + +- Add support for passing `class` and `classes` props to the DateField component ([#167](https://github.com/techniq/svelte-ux/pull/167)) + +### Patch Changes + +- Fix ThemeSwitch SSR behavior by using `dark` class to define positioning and icon display ([#167](https://github.com/techniq/svelte-ux/pull/167)) + +- [MultiSelect] Add `autoFocusSearch` to opt into functionality, which `MultiSelectMenu` maintains ([#167](https://github.com/techniq/svelte-ux/pull/167)) + +- [DateRange] Remove `scrollIntoView` for date selection components (month, year) ([#167](https://github.com/techniq/svelte-ux/pull/167)) + +- [DateField] Fix input value when clearing value ([#167](https://github.com/techniq/svelte-ux/pull/167)) + +- Fix overriding `elevation-#` classes. Add `elevation-none` to remove `elevation-#` ([#167](https://github.com/techniq/svelte-ux/pull/167)) + +- [Appbar] Add `menuIcon` prop and slot ([#167](https://github.com/techniq/svelte-ux/pull/167)) + ## 0.58.0-next.13 ### Patch Changes diff --git a/packages/svelte-ux/package.json b/packages/svelte-ux/package.json index 04cdebecf..0d782342b 100644 --- a/packages/svelte-ux/package.json +++ b/packages/svelte-ux/package.json @@ -4,7 +4,7 @@ "author": "Sean Lynch ", "license": "MIT", "repository": "techniq/svelte-ux", - "version": "0.58.0-next.13", + "version": "0.58.0-next.14", "scripts": { "dev": "vite dev", "build": "vite build",