Releases: promethey/bsui
Releases · promethey/bsui
Release list
v1.2.4
v1.2.3
Fixed
- Fixed npm package contents by ensuring compiled
distfiles are included in the published package. - Fixed npm package type declarations by ensuring the generated
typesdirectory is included in the published package. - Restored the complete package structure required for consuming BSUI from npm.
v1.2.2
v1.2.1
Changed
- Moved documentation-only dependencies from
dependenciestodevDependenciesto prevent unnecessary packages from being installed by consumers. - Updated the documentation Sandbox dependency to
@promethey/bsui@^1.1.2, allowing it to use the latest compatible BSUI release within the1.xversion range.
Fixed
- Reduced the runtime dependency footprint of the published package.
- Fixed the Sandbox dependency configuration to allow newer compatible BSUI versions to be resolved.
v1.2.0
⚠️ Breaking Changes
- Form child components are no longer exported from the package root.
- Direct imports of Form child components are no longer supported and will not be available after this release.
Added
- Added compound
Formcomponents for building form interfaces. - Added documentation for
InputGroupandLabel. - Added an interactive Sandbox example to the documentation landing page.
- Added architecture and API design documentation.
Changed
- Restructured and cleaned up the Docusaurus documentation.
- Improved the introduction, installation, usage, and architecture documentation.
- Improved README content and developer experience.
- Updated documentation examples to use the
Formcompound component API. - Removed Bootstrap Icons from the Storybook setup.
Fixed
- Fixed Form component imports and Storybook documentation.
- Fixed Storybook component tests.
- Fixed the Docusaurus overview page.
Removed
- Removed direct root-level exports for Form child components.
- Removed automatic npm package publishing from CI/CD.