Skip to content

Commit 05376c4

Browse files
chore(release): v0.8.0
1 parent 051f40a commit 05376c4

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
lines changed

changelogs/2025-11-26_v0.8.0.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
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

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

0 commit comments

Comments
 (0)