Skip to content

v0.16.0

Choose a tag to compare

@david1gp david1gp released this 12 Jun 06:27
· 13 commits to main since this release

[0.16.0] - 2026-06-12

🚀 Features

  • (sidebar) Add keyboard shorcut alt+b
  • (sidebar) Split children in to desktop/mobile variants to allow different styling, ex. aboslute positioning in desktop
  • (searchbox) Add initial searchbox with filter, dropdown capabilities
  • (button) Add filled gradient color variants
  • (cookie) Add cookie consent banner with google consent-mode integration

🐛 Bug Fixes

  • (demos) Hide learning solid in prod builds
  • (ts) Remove downlevelIteration, deprecated field
  • (release) Check gh auth before deployment

🤖 CI

  • (publish) Bump checkout/setup-node to v6 for Node 24 runtime

🚜 Refactor

  • (ui) Group complex components under composite/ category
  • (demo) Pass desktop/mobile children to DemoSidebar

⚙️ Miscellaneous Tasks

  • (ci) Update node version 20 -> 24