|
| 1 | +## [0.3.0] - 2025-10-19 |
| 2 | + |
| 3 | +### 🚀 Features |
| 4 | + |
| 5 | +- *(static)* Add page wrapper |
| 6 | +- *(router)* Add route config used by solid-router |
| 7 | +- *(utils)* Add @adaptive-sm/utils, add import aliases |
| 8 | +- *(packaging)* Compile ts to js |
| 9 | +- *(ci)* Add trusted publishing for npm packages using github actions |
| 10 | +- *(url)* Add get search params |
| 11 | + |
| 12 | +### 🤖 CI |
| 13 | + |
| 14 | +- *(security)* Setup trusted publishing using oidc authentication |
| 15 | +- *(testing)* Disable test step until tests are added at a later date |
| 16 | + |
| 17 | +### 🚜 Refactor |
| 18 | + |
| 19 | +- *(cliff.toml)* Reduce intendation from 4 to 2 |
| 20 | +- *(cliff.toml)* Remove "build" category |
| 21 | +- *(aliases)* Change import aliases from "~" to "~ui" to be more similar how its used on the cunsumer side, allows for easier copy and paste as well |
| 22 | +- *(sattic)* Move page wrapper to lib/page, remove unused |
| 23 | +- *(readme.md)* Rename file to lower case |
| 24 | +- Remove unused/duplicate |
| 25 | + |
| 26 | +### 📚 Documentation |
| 27 | + |
| 28 | +- *(rules)* Add tech stack to rules / roo code / ask mode |
| 29 | + |
| 30 | +### ⚙️ Miscellaneous Tasks |
| 31 | + |
| 32 | +- *(package scripts)* Make update:commit commit in git conventional style |
| 33 | +- *(popover)* Use interfaces for declaration merging |
| 34 | +- *(mcp)* Add chrome-devtools mcp |
| 35 | +- *(tsconfig)* Change from es2024 to esnext to use more recent syntax |
| 36 | +- *(tsconfig)* Re-add noUncheckedSideEffectImports and erasableSyntaxOnly |
| 37 | +- *(package scripts)* Build command should run even if export dir is missing |
| 38 | +- *(cliff)* Allow non-conventional git commits |
0 commit comments