Releases: couds/react-bulma-components
Releases · couds/react-bulma-components
Release 1.4.5
- Correctly use section html element to render Section component
Release 1.4.4
- Fix Heading component to render a title by default
- Fix Label component to not render an empty htmlFor by default
- Add export statement for breadcrumb component
Release Notes 1.4.3
- Update Bulma to 0.7.1
Release Notes 1.4.2
- Fix Icon component to not require icon prop (you can use a children component instead)
- Add missing columns sizes (one-fifth, two-fifths, etc)
- Update storybook to newer version
- Prepare Image tag to support new sizes (introduced on Bulma 0.7)
Release Notes 1.3.1
- Disable click handler on button when disabled prop its true
Release Notes 1.3.0
- Improve modal component (do not mount if not necessary and pass down class names)
- Fix names of the coponents to math their namesspaces (ex: ColumnsColumns to Columns.Column)
Release Notes 1.2.2
- Add Link color as a valid prop-type
- Minor fixes
Release Notes
- Rollback storybook upgrades.
Release Notes
- Added missing components (Menu, Message and Panel)
Release Notes
- Fix Notification Component (add missing styles)