Skip to content

Commit 7c6e322

Browse files
chore(release): v0.10.0
1 parent bebc6ea commit 7c6e322

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

changelogs/2025-12-06_v0.10.0.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
## [0.10.0] - 2025-12-06
2+
3+
### 🚀 Features
4+
5+
- *(label)* Add pseudo label variant with same styling as label but not being one (and chrome not complaining for dangling/free labels without an associated input)
6+
- *(input)* Add input with native html datalist
7+
- *(utils)* Add HasIcon interface
8+
- *(grid/classes)* Add grid cols lg 2 and 3 variants
9+
- *(dialog)* Switch native dialog to corvu dialog, add demos: icon, nested, long content, remove native dialogs
10+
11+
### 🚜 Refactor
12+
13+
- *(list)* Remove leading-relaxed, no longer in tailwind v4
14+
- *(src)* Add/use Has and MayHave interfaces for title and icon
15+
16+
### 🎨 Styling
17+
18+
- *(button/outline)* Make border slightly brighter to be seen in dark mode
19+
- *(popover)* Add max-w-4xl, add demo with very long content

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adaptive-sm/solid-ui",
3-
"version": "0.9.0",
3+
"version": "0.10.0",
44
"scripts": {
55
"dev": "bun run rsbuild:dev",
66
"build": "bun run build:lib",

0 commit comments

Comments
 (0)