Skip to content

Releases: bmthd/lift

v0.4.0

04 Dec 18:28

Choose a tag to compare

What's Changed

Refactoring

  • File renamed to match API: Renamed create-slottable-component.tsx to create-hoistable-component.tsx to align with the exported createHoistableComponent API

Dependency Cleanup

  • Removed unused vite dependencies:
    • vite (bundling is handled by tsdown)
    • vite-plugin-dts (type definitions are generated by tsdown)
    • @vitejs/plugin-react
  • Removed vite.config.ts configuration file
  • Removed dev script from lib/package.json

Full Changelog: v0.3.0...v0.4.0

v0.3.0

04 Dec 18:15

Choose a tag to compare

What's Changed

Dependency Updates

  • Updated Node.js to v24
  • Updated @types/react to v19.2.7
  • Updated happy-dom to v20
  • Updated vitest to v4
  • Updated GitHub Actions:
    • actions/checkout to v6
    • actions/setup-node to v6
    • actions/configure-pages to v5

Bug Fixes

  • Fixed CI failures by correcting workspace configuration
  • Fixed GitHub Pages deployment in PR builds
  • Added lib package build step to demo deployment workflow
  • Fixed tsconfig.json formatting

Full Changelog: v0.2.0...v0.3.0