File tree Expand file tree Collapse file tree 2 files changed +33
-1
lines changed
Expand file tree Collapse file tree 2 files changed +33
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments