Skip to content

Commit

Permalink
Version Packages (#311)
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 Mar 28, 2024
1 parent a47b7c7 commit a51c6ec
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/dirty-geckos-give.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-rockets-rule.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-trainers-grow.md

This file was deleted.

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

## 0.62.4

### Patch Changes

- [Checkbox / Radio] Add `fullWidth` prop. Add `input` to classes, and class names to all internal elements for easier devtool recognition and CSS targeting ([#310](https://github.com/techniq/svelte-ux/pull/310))

- [MultiSelect] Remove default outer padding (add to MultiSelectMenu) and add `classes.action` ([#310](https://github.com/techniq/svelte-ux/pull/310))

- [MultiSelectOption] Improve default styling (align with SelectField) including `:hover`. Leverage recent Checkbox fullWidth changes for better pointer targets (full width and height). Support passing all `Checkbox` classes. ([#310](https://github.com/techniq/svelte-ux/pull/310))

## 0.62.3

### 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.62.3",
"version": "0.62.4",
"scripts": {
"dev": "vite dev",
"build": "vite build",
Expand Down

0 comments on commit a51c6ec

Please sign in to comment.