v0.4.2
🚀 Release addon-ui v0.4.2 (2025-10-14)
⚡️ Performance Improvements
-
enhance type declaration support and refactor build process (e9ada45)
- Updated
typesfield inpackage.jsonto point to generated type declarations. - Modified
exportsto include type declarations for components (config,plugin, etc.). - Added
tsconfig.build.jsonto generate declaration files in thedist-typesdirectory. - Added
prepublishOnlyscript to automate type generation during publishing. - Updated
.gitignoreand ESLint configuration to includedist-types. - Introduced type definitions for
odometerandaddon-ui-configmodules.
- Updated
🤖 CI
-
update build and CI scripts to include type generation (186eab3)
- Updated
.husky/pre-pushto replace commented-out commands withnpm run build:types. - Modified GitHub Actions workflow to add a step for running
npm run build:typesduring CI.
- Updated
🧹 Chores
-
remove
.npmignoreand updatepackage.jsonfile patterns (d902232) -
update .prettierignore to include CHANGELOG.md (e2d51ac)
🙌 Contributors
- Addon Stack (@addon-stack) — commits: 6