React Bulma Components Versions Save

React components for Bulma framework

v3.3.0

4 years ago

v3.1.3

4 years ago
  • Fix build after changing Navbar

v3.1.2

4 years ago
  • Stable version of version 3
  • Fix issues with renderAs props when passing a component that has forwardRef

v3.0.1-5

5 years ago
  • 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

v3.0.1-4

5 years ago
  • We have updated bulma to the latest version
  • Improved support for most used framework
  • Remove the ForwardRef Hell

v2.2.0

5 years ago
  • Added time as possible value for input type
  • Changed Input component from functional to class (to enable the ref API to handle focus)

v2.1.0

5 years ago
  • 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

v2.0.0

5 years ago

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

v1.5.0

5 years ago
  • Updated nodemon to 1.17.5 (#50)
  • Add static class to static buttons (#46)
  • Support for search HTML5 input type (#47)
  • Updated Storybook for Icon component (improve documentation)

v1.4.6

6 years ago
  • 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