Skip to content

Commit a1c77a3

Browse files
chore(release): v0.11.0
1 parent e5047e9 commit a1c77a3

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

changelogs/2025-12-24_v0.11.0.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
## [0.11.0] - 2025-12-24
2+
3+
### 🚀 Features
4+
5+
- *(icons)* Add social, github, npm icons
6+
- *(icons)* Add telegram icon
7+
- *(icons)* Add trello icon path
8+
9+
### 🐛 Bug Fixes
10+
11+
- *(toast)* Remove duplicated description
12+
- *(details/accessibility)* Do not use flow elements for strict wc3 validator
13+
- *(logo)* Center, apply path transformations
14+
- *(button)* Loading icon spinning state
15+
16+
### 🚜 Refactor
17+
18+
- *(input)* Move classes to separate file
19+
- *(icon)* Replace icon0 and icon1 with just icon
20+
- *(page wrapper)* Allow overwriting classes via props
21+
- *(app)* Rename global.css -> tailwind.css
22+
- *(img)* Refactor typed img to be more general and add a typed img b2 variant for internal storage remapping
23+
- *(page)* Min-h-screen -> min-h-[90vh], keep 10% for navbar
24+
- *(nav)* Use npm/github icons from solid-ui lib
25+
26+
### 📚 Documentation
27+
28+
- *(ui_lib)* Remove icon0 and icon1, replace with icon
29+
30+
### 🎨 Styling
31+
32+
- *(button/icon-only)* Reduce padding from 2.5 to 2, they are slightly to big in nav overwise

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.10.0",
3+
"version": "0.11.0",
44
"scripts": {
55
"dev": "bun run rsbuild:dev",
66
"build": "bun run build:lib",

0 commit comments

Comments
 (0)