Skip to content

Commit 82ca836

Browse files
Version Packages
1 parent 78de2d1 commit 82ca836

6 files changed

+13
-21
lines changed

.changeset/friendly-squids-attack1.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/friendly-squids-attack2.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/friendly-squids-attack3.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/friendly-squids-attack4.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/svelte-ux/CHANGELOG.md

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

3+
## 0.72.1
4+
5+
### Patch Changes
6+
7+
- adds a function `normalizeClasses` to normalize classes when they can be a string or an object, essentially converting strings to objects ([#419](https://github.com/techniq/svelte-ux/pull/419))
8+
9+
- adds a function `clsMerge` for merging groups of classes without needing to do more complex property-by-property merging ([#419](https://github.com/techniq/svelte-ux/pull/419))
10+
11+
- passes the `classes` objects down to the `TextField` component from the `Select` and `MultiSelect` components ([#419](https://github.com/techniq/svelte-ux/pull/419))
12+
13+
- fixes a TypeError caused by a faulty ReturnType from `entries()` and removes a related `@ts-expect-error` ([#419](https://github.com/techniq/svelte-ux/pull/419))
14+
315
## 0.72.0
416

517
### Minor 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 <[email protected]>",
55
"license": "MIT",
66
"repository": "techniq/svelte-ux",
7-
"version": "0.72.0",
7+
"version": "0.72.1",
88
"scripts": {
99
"dev": "vite dev",
1010
"build": "vite build",

0 commit comments

Comments
 (0)