Skip to content

Commit

Permalink
Version Packages (#248)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Feb 12, 2024
1 parent a357aa2 commit 89736d3
Show file tree
Hide file tree
Showing 38 changed files with 82 additions and 209 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-ads-carry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/angry-zebras-remember.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chilled-dingos-sell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clever-avocados-hope.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cool-hotels-own.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eight-bottles-eat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fair-trees-sparkle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fluffy-news-worry.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/for-you-sean.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/friendly-pets-reflect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/healthy-files-search.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-pianos-refuse.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-ways-dress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/modern-pumpkins-march.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/moody-cows-pull.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-cats-know.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ninety-beers-return.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ninety-carpets-cross.md

This file was deleted.

38 changes: 0 additions & 38 deletions .changeset/pre.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-carrots-grab.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-flowers-flash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-hounds-dance.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-cars-approve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-schools-ring.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-penguins-jam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-drinks-smash.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/sixty-walls-rest.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-cougars-beg.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-toys-hug.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-flies-provide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-gifts-yawn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-melons-fold.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-nails-vanish.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/yellow-oranges-fly.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/create-svelte-ux/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# create-svelte-ux

## 0.3.0

### Minor Changes

- Theme support ([#167](https://github.com/techniq/svelte-ux/pull/167))

## 0.3.0-next.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-svelte-ux/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-svelte-ux",
"version": "0.3.0-next.0",
"version": "0.3.0",
"description": "A CLI for creating new Svelte UX projects",
"repository": {
"type": "git",
Expand Down
74 changes: 74 additions & 0 deletions packages/svelte-ux/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,79 @@
# svelte-ux

## 0.60.0

### Minor Changes

- Update Settings component to expose each settings key as a component prop ([#167](https://github.com/techniq/svelte-ux/pull/167))

- 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))

- - Rename settings `theme` argument to `classes` ([#167](https://github.com/techniq/svelte-ux/pull/167))
- Rename getTheme to getClasses and getComponentTheme to getComponentClasses

- BREAKING: removed `dateDisplay()` in favor of `format()` ([#167](https://github.com/techniq/svelte-ux/pull/167))

- Add theme selection/creation page and simplify loading themes ([#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))

- - Add locale settings to settings object, and allow dynamically changing the current locale. ([#167](https://github.com/techniq/svelte-ux/pull/167))
- Move format function to be a store on the settings object, which updates when the locale changes.

- Change PeriodType values (0 = unqualified DoW, 1-7 = Sun-Sat) ([#167](https://github.com/techniq/svelte-ux/pull/167))

- Support `ux.themes` tailwind config, including Daisy UI ([#167](https://github.com/techniq/svelte-ux/pull/167))

- Rename `cssVars` action to `styleVars` and do not prefix properties with `--` by default (more flexible) ([#167](https://github.com/techniq/svelte-ux/pull/167))

- Theme support ([#167](https://github.com/techniq/svelte-ux/pull/167))

### Patch Changes

- Update dependencies (except vitest) ([#167](https://github.com/techniq/svelte-ux/pull/167))

- Add styles (with daisy) as top-level export ([#167](https://github.com/techniq/svelte-ux/pull/167))

- [SelectField] Add `stepper` prop to iterate through options (like `MenuField`) ([#167](https://github.com/techniq/svelte-ux/pull/167))

- [TableOfContents] Support changing icon ([#167](https://github.com/techniq/svelte-ux/pull/167))

- [MenuField] Expose `selected` option via prop (similar to `SelectField`) ([#167](https://github.com/techniq/svelte-ux/pull/167))

- Add ThemeInit component to prevent flash of unstyled content when SSR is enabled ([#167](https://github.com/techniq/svelte-ux/pull/167))

- [MenuButton] Support hiding `menuIcon` and dispatch `change` event ([#167](https://github.com/techniq/svelte-ux/pull/167))

- Rename `ThemeButton` to `ThemeSelect` ([#167](https://github.com/techniq/svelte-ux/pull/167))

- Add a store to manage the current theme ([#167](https://github.com/techniq/svelte-ux/pull/167))

- Support passing a custom formatter function as `format` argument to format() / formatWithLocale() ([#167](https://github.com/techniq/svelte-ux/pull/167))

- 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))

- add locale management of date leveraging intl ([#167](https://github.com/techniq/svelte-ux/pull/167))

- Map Skeleton themes to Svelte UX themes ([#167](https://github.com/techniq/svelte-ux/pull/167))

- [SelectField] Fix toggling display of options menu using toggleIcon. Support hiding toggleIcon (`<SelectField toggleIcon={null} /> ([#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))

- [Popover|Menu|popover] Support `resize` width or height only ([#167](https://github.com/techniq/svelte-ux/pull/167))

- Add `ThemeSwitch` component to toggle between light/dark theme ([#167](https://github.com/techniq/svelte-ux/pull/167))

## 0.58.0-next.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte-ux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "Sean Lynch <[email protected]>",
"license": "MIT",
"repository": "techniq/svelte-ux",
"version": "0.59.0",
"version": "0.60.0",
"scripts": {
"dev": "vite dev",
"build": "vite build",
Expand Down

0 comments on commit 89736d3

Please sign in to comment.