Skip to content

v0.3.0

Choose a tag to compare

@adaptive-shield-matrix adaptive-shield-matrix released this 19 Oct 09:50
· 180 commits to main since this release

[0.3.0] - 2025-10-19

🚀 Features

  • (static) Add page wrapper
  • (router) Add route config used by solid-router
  • (utils) Add @adaptive-sm/utils, add import aliases
  • (packaging) Compile ts to js
  • (ci) Add trusted publishing for npm packages using github actions
  • (url) Add get search params

🤖 CI

  • (security) Setup trusted publishing using oidc authentication
  • (testing) Disable test step until tests are added at a later date

🚜 Refactor

  • (cliff.toml) Reduce intendation from 4 to 2
  • (cliff.toml) Remove "build" category
  • (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
  • (sattic) Move page wrapper to lib/page, remove unused
  • (readme.md) Rename file to lower case
  • Remove unused/duplicate

📚 Documentation

  • (rules) Add tech stack to rules / roo code / ask mode

⚙️ Miscellaneous Tasks

  • (package scripts) Make update:commit commit in git conventional style
  • (popover) Use interfaces for declaration merging
  • (mcp) Add chrome-devtools mcp
  • (tsconfig) Change from es2024 to esnext to use more recent syntax
  • (tsconfig) Re-add noUncheckedSideEffectImports and erasableSyntaxOnly
  • (package scripts) Build command should run even if export dir is missing
  • (cliff) Allow non-conventional git commits