Skip to content

Commit

Permalink
Version Packages (#153)
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 6, 2024
1 parent e567797 commit f8f2ede
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 31 deletions.
5 changes: 0 additions & 5 deletions .changeset/beige-papayas-study.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-dragons-smell.md

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-hornets-study.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-peaches-ring.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-chairs-kiss.md

This file was deleted.

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

## 0.58.0

### Minor Changes

- Removes SelectList. Updates SelectField features to support SelectList's use case via property/attribute overrides. Updates QuickSearch to use SelectField. Defines MenuOption type & updates MenuField & SelectField to use it; this results in renaming of SelectField options' `name` field to become `label`, standardizing the API across the two. Also adds `activeOptionIcon` to SelectField so users can opt-in to dynamically updating the field icon based on the selected option. Also fixed a bug with the `scrollIntoView` action related to its `onlyIfNeeded` flag. ([#127](https://github.com/techniq/svelte-ux/pull/127))

### Patch Changes

- [SelectList] Add `type="button"` to `<button>` wrapper to not submit forms on click ([`a7b7a4ee800eb8f47040efbed751acc64514e9d3`](https://github.com/techniq/svelte-ux/commit/a7b7a4ee800eb8f47040efbed751acc64514e9d3))

- Add `max` prop to limit the number of selected values for `selectionStore`, `Selection`, `MultiSelect`, `MultiSelectField`, and `MultiSelectMenu`. Add `beforeOptions` and `afterOptions` slots, and pass `selection` to `actions` slot ([#231](https://github.com/techniq/svelte-ux/pull/231))

- Prevent cursor jumping around when backspacing near a decimal point in a number TextField ([#178](https://github.com/techniq/svelte-ux/pull/178))

- Update AppLayout nav to only show scrollbar when overflown (Windows, Mac with "Show scrollbars: always) ([#171](https://github.com/techniq/svelte-ux/pull/171))

- [Input] Fix `bind:value` ([#224](https://github.com/techniq/svelte-ux/pull/224))

## 0.57.1

### 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 <techniq35@gmail.com>",
"license": "MIT",
"repository": "techniq/svelte-ux",
"version": "0.57.3",
"version": "0.58.0",
"scripts": {
"dev": "vite dev",
"build": "vite build",
Expand Down

0 comments on commit f8f2ede

Please sign in to comment.