File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed
Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 1+ ## [ 0.5.0] - 2025-10-24
2+
3+ ### 🐛 Bug Fixes
4+
5+ - * (toast)* Show description
6+ - * (popover)* Replace native Popover elements with Corvu Popover library fixing placement screen issues, simplify demo
7+
8+ ### 🏭 Operations
9+
10+ - * (release.sh)* Allow explicitely passing next release version
11+ - * (release.sh)* Automate version increase by looking for features in changelog content
12+
13+ ### 🚜 Refactor
14+
15+ - * (checkbox)* Sort classes, add invisible in addition to sr-only
16+ - Refactor(tsconfig): set module to Preserve to make tsc do less and let the bundler do more (if needed)
17+ - * (vite.config)* Update watch ignored files
18+ - * (utils)* Replace utils with ~ utils library, assume all utils are "ui" specific, move "ui" utils up to "utils"
19+
20+ ### 📚 Documentation
21+
22+ - * (rules)* Add roo code rules
23+ - * (rules)* Add entire result code, because its so small/simple and ai agents should not search for it
Original file line number Diff line number Diff line change 11{
22 "name" : " @adaptive-sm/solid-ui" ,
3- "version" : " 0.4 .0" ,
3+ "version" : " 0.5 .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