File tree Expand file tree Collapse file tree 2 files changed +39
-1
lines changed
Expand file tree Collapse file tree 2 files changed +39
-1
lines changed Original file line number Diff line number Diff line change 1+ ## [ 0.8.0] - 2025-11-26
2+
3+ ### 🚀 Features
4+
5+ - * (check)* Add check variant with single value
6+ - * (check)* Allow disabling deselection, for a radio-like behavior
7+ - * (wrapper)* Add border wrapper class
8+ - * (check)* Narroweded types for const values
9+ - * (check)* Add check boolean and check boolean single variant
10+
11+ ### 🐛 Bug Fixes
12+
13+ - * (demos)* Demo generation should only use DemoNavDataProps and not NavProps
14+
15+ ### 🚜 Refactor
16+
17+ - Use common interfaces instead of defining props
18+ - * (logo)* Allow passing href and logo url
19+ - * (check)* Allow passing disabled prop
20+ - * (check)* Extract innerClass function
21+ - * (disabled)* Add disabled prop to lib/input, use centrally defined disabled classs
22+ - * (card classes)* Separate class parts
23+ - * (check/boolean)* Add optionClass to props for styling
24+ - * (i18n)* Add ru and tj translations, disassemble all t4 files into tb text blocks
25+ - * (i18n)* Remove all translations except english, allow passing own/custom translation files using texts property
26+ - * (i18n)* Extract texts into separate files
27+
28+ ### 📚 Documentation
29+
30+ - * (ui)* Update available ui component and files
31+
32+ ### 🎨 Styling
33+
34+ - * (check)* Align content left
35+
36+ ### ⚙️ Miscellaneous Tasks
37+
38+ - * (utils)* Add common used props as interfaces
Original file line number Diff line number Diff line change 11{
22 "name" : " @adaptive-sm/solid-ui" ,
3- "version" : " 0.7 .0" ,
3+ "version" : " 0.8 .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