Releases: bmthd/lift
Releases · bmthd/lift
v0.4.0
What's Changed
Refactoring
- File renamed to match API: Renamed
create-slottable-component.tsxtocreate-hoistable-component.tsxto align with the exportedcreateHoistableComponentAPI
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.tsconfiguration file - Removed
devscript from lib/package.json
Full Changelog: v0.3.0...v0.4.0
v0.3.0
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