Skip to main content

2 posts tagged with "release"

View All Tags

Configurable and Themeable

· 10 min read
Alex Smith
Software Engineer

We're excited to announce version 2.0.0 of @allxsmith/bestax-bulma, bringing powerful new configuration and theming capabilities that fully embrace Bulma v1's modern approach to CSS customization.

This release introduces two major features that transform how you can customize and integrate Bulma components: ConfigProvider for global component configuration (including CSS class prefixing), and Theme for comprehensive CSS variable-based theming.

Theming

With ConfigProvider, you can now globally configure all bestax-bulma components using the useConfig hook, enabling seamless integration with other CSS frameworks through class prefixing. The new Theme component allows you to customize Bulma's appearance using CSS variables at both global and scoped nested levels, giving you unprecedented control over your design system.

2.x.x compatible with 1.x.x

We need to address an important note about versioning: we accidentally bumped this release to 2.0.0 instead of the intended 1.2.0. This became a major release due to a semantic-release configuration issue, when it should have been a minor release.

However, all changes are completely backward compatible - version 2.x.x is fully compatible with 1.x.x. We decided it's easier to move forward with the new version number rather than create confusion with republishing.

First full release

· One min read
Alex Smith
Software Engineer

We completed the first full release, with a react component per each Bulma component.

The first release is published under @allxsmith/bestax-bulma.

info

The package name changed from bestax-lib to bestax-bulma to help users search and find the project.

We reset the package version number from 1.x and 2.x to 1.0.0 since this is the first true release under the new package name.