Skip to content

Commit ffeb11f

Browse files
chore(release): v0.6.0
1 parent 7db89b3 commit ffeb11f

File tree

2 files changed

+52
-1
lines changed

2 files changed

+52
-1
lines changed

changelogs/2025-10-31_v0.6.0.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
## [0.6.0] - 2025-10-31
2+
3+
### 🚀 Features
4+
5+
- *(toast)* Allow passing log param to enable logging
6+
- *(checkbox)* Allow passing all checkbox props
7+
- *(router)* Add solid router search params state management
8+
- *(env)* Add isDevEnvVite
9+
- *(img)* Add optional zoom-in and invert-black-in-dark-mode effects
10+
- *(img)* Add typed img, generated from generateImageList (to be added later)
11+
- *(rules)* Show esimated token usage amount of generated rules md file
12+
- *(utils)* Add HasSubtitle, HasTitle
13+
- *(gridClasses)* Add classesGridCols5xl
14+
15+
### 🐛 Bug Fixes
16+
17+
- *(router)* Remove added solid-router files, because it does not work on the consumer side
18+
- *(demos)* Use InputS
19+
- *(tsconfig)* Remove allowImportingTsExtensions, because it causes problems for bundlers then importing compiled files from libraries
20+
- *(imports)* Remove ts and tsx extensions from imports
21+
- *(loader)* Fix random loader should display multiple loaders
22+
- *(env)* Remove isDevEnvVite, because it does not work then called from the consumer
23+
- *(onInputS)* Call passed onInput method in addition to p.valueSignal.set
24+
25+
### 💼 Other
26+
27+
- *(button)* Add disabled styles
28+
- *(card)* Make border a little more brighter in dark mode
29+
- *(links)* Use classesTextLink, with red colors in dark mode
30+
- *(demos)* Increase grid cols for demo listing
31+
- *(button)* Make ghost variant on hover more brighter in dark mode (was barely visible before)
32+
33+
### 🏭 Operations
34+
35+
- *(release.sh)* Update ai rules docs on release
36+
- *(release.sh)* Build and deploy project locally before releasing
37+
38+
### 🚜 Refactor
39+
40+
- *(utils)* Extract RouteComponent from RouteObject
41+
- *(utils)* Remove Name ending from ClassName in interface files
42+
- *(SeparatorWithText)* Simplify, replace before/after/borders with div bg
43+
44+
### 📚 Documentation
45+
46+
- *(rules)* Fix ui imports, simplify enums
47+
- *(rules)* Add new image components, fix new utils paths
48+
49+
### ⚡ Performance
50+
51+
- *(types)* Improve typescript performance by using interfaces for declaration merging instead of types

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

0 commit comments

Comments
 (0)