Skip to content

Commit a51c6ec

Browse files
Version Packages (#311)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a47b7c7 commit a51c6ec

File tree

5 files changed

+11
-16
lines changed

5 files changed

+11
-16
lines changed

.changeset/dirty-geckos-give.md

-5
This file was deleted.

.changeset/green-rockets-rule.md

-5
This file was deleted.

.changeset/hot-trainers-grow.md

-5
This file was deleted.

packages/svelte-ux/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# svelte-ux
22

3+
## 0.62.4
4+
5+
### Patch Changes
6+
7+
- [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))
8+
9+
- [MultiSelect] Remove default outer padding (add to MultiSelectMenu) and add `classes.action` ([#310](https://github.com/techniq/svelte-ux/pull/310))
10+
11+
- [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))
12+
313
## 0.62.3
414

515
### Patch Changes

packages/svelte-ux/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author": "Sean Lynch <[email protected]>",
55
"license": "MIT",
66
"repository": "techniq/svelte-ux",
7-
"version": "0.62.3",
7+
"version": "0.62.4",
88
"scripts": {
99
"dev": "vite dev",
1010
"build": "vite build",

0 commit comments

Comments
 (0)