Skip to content

Commit 9ffec9e

Browse files
Version Packages (next)
1 parent 92cdcaa commit 9ffec9e

File tree

3 files changed

+34
-5
lines changed

3 files changed

+34
-5
lines changed

.changeset/pre.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,27 +8,32 @@
88
"changesets": [
99
"angry-ads-carry",
1010
"angry-zebras-remember",
11-
"beige-papayas-study",
1211
"chilled-dingos-sell",
12+
"clever-avocados-hope",
1313
"cool-hotels-own",
1414
"eight-bottles-eat",
1515
"fair-trees-sparkle",
16+
"fluffy-news-worry",
1617
"for-you-sean",
1718
"friendly-pets-reflect",
1819
"healthy-files-search",
1920
"light-pianos-refuse",
2021
"light-ways-dress",
2122
"modern-pumpkins-march",
2223
"moody-cows-pull",
24+
"nice-cats-know",
25+
"ninety-beers-return",
2326
"ninety-carpets-cross",
24-
"quick-avocados-hope",
2527
"quick-carrots-grab",
2628
"rare-flowers-flash",
2729
"selfish-hounds-dance",
28-
"shiny-hornets-study",
29-
"shy-peaches-ring",
30+
"shaggy-cars-approve",
31+
"shiny-schools-ring",
32+
"silver-penguins-jam",
33+
"six-drinks-smash",
3034
"sixty-walls-rest",
3135
"sour-cougars-beg",
36+
"spicy-toys-hug",
3237
"strong-flies-provide",
3338
"tidy-gifts-yawn",
3439
"wicked-melons-fold",

packages/svelte-ux/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# svelte-ux
22

3+
## 0.58.0-next.14
4+
5+
### Minor Changes
6+
7+
- Add ability to set a default values for labelPlacement and variant props ([#167](https://github.com/techniq/svelte-ux/pull/167))
8+
9+
- Add `sumObjects` array util ([#167](https://github.com/techniq/svelte-ux/pull/167))
10+
11+
- Add support for passing `class` and `classes` props to the DateField component ([#167](https://github.com/techniq/svelte-ux/pull/167))
12+
13+
### Patch Changes
14+
15+
- Fix ThemeSwitch SSR behavior by using `dark` class to define positioning and icon display ([#167](https://github.com/techniq/svelte-ux/pull/167))
16+
17+
- [MultiSelect] Add `autoFocusSearch` to opt into functionality, which `MultiSelectMenu` maintains ([#167](https://github.com/techniq/svelte-ux/pull/167))
18+
19+
- [DateRange] Remove `scrollIntoView` for date selection components (month, year) ([#167](https://github.com/techniq/svelte-ux/pull/167))
20+
21+
- [DateField] Fix input value when clearing value ([#167](https://github.com/techniq/svelte-ux/pull/167))
22+
23+
- Fix overriding `elevation-#` classes. Add `elevation-none` to remove `elevation-#` ([#167](https://github.com/techniq/svelte-ux/pull/167))
24+
25+
- [Appbar] Add `menuIcon` prop and slot ([#167](https://github.com/techniq/svelte-ux/pull/167))
26+
327
## 0.58.0-next.13
428

529
### Patch Changes

packages/svelte-ux/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author": "Sean Lynch <techniq35@gmail.com>",
55
"license": "MIT",
66
"repository": "techniq/svelte-ux",
7-
"version": "0.58.0-next.13",
7+
"version": "0.58.0-next.14",
88
"scripts": {
99
"dev": "vite dev",
1010
"build": "vite build",

0 commit comments

Comments
 (0)