Releases: couds/react-bulma-components
Releases · couds/react-bulma-components
v3.3.0
Hotfix
Release notes for V3
- Stable version of version 3
- Fix issues with renderAs props when passing a component that has forwardRef
3.0.1-5
- Fix Element response helpers on storybook
- Manually disable pagination buttons
- Allow multiple dropdown components on a page
- List items with custom children now are correctly rendered as an anchor
- Add inputProps to pass down props to the input element for InputFile Component
- Revert breaking change on TS definition file
Release Candidate
- We have updated bulma to the latest version
- Improved support for most used framework
- Remove the ForwardRef Hell
Release Notes
- Added time as possible value for input type
- Changed Input component from functional to class (to enable the ref API to handle focus)
Release Notes
- Add color, date propTypes to input
- Added Gatsby.js v2 webpack info to README.md
- Refactor component to use Generic Element
- Show real component name on storybook
Release Notes
A lot of Internal improvements!!
- Migrated almost all components to funcional ones again (there are a few that have internal state so they are still classes).
- Now all components have props for all the Bulma helpers https://bulma.io/documentation/modifiers/
- The Mobile Menu of the navbar is now a controlled component so you should pass as prop if the menu its opened
- The Storybook now have the working code of the component For example the Button
- The Storybook now implement some knob to see how the compoent behave depending of the props
- Added a new component
Element
that do no add any bulma class but have all the props to use the helpers Docs
Release Notes 1.5.0
Release Notes 1.4.6
- Added support to text-weight helpers for Heading Component
- Fix inconsistencies on sass files (has
;
at the end of the import lines) - Added support to number type on Input component