Skip to content

Releases: couds/react-bulma-components

v3.3.0

10 Jun 12:05
Compare
Choose a tag to compare
3.3.0

Hotfix

08 Oct 13:18
Compare
Choose a tag to compare
  • Fix build after changing Navbar

Release notes for V3

06 Oct 16:55
Compare
Choose a tag to compare
  • Stable version of version 3
  • Fix issues with renderAs props when passing a component that has forwardRef

3.0.1-5

03 May 10:39
Compare
Choose a tag to compare
3.0.1-5 Pre-release
Pre-release
  • 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

01 Mar 13:35
Compare
Choose a tag to compare
Release Candidate Pre-release
Pre-release
  • We have updated bulma to the latest version
  • Improved support for most used framework
  • Remove the ForwardRef Hell

Release Notes

10 Oct 13:55
Compare
Choose a tag to compare
  • 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

08 Oct 15:02
Compare
Choose a tag to compare
  • 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

16 Aug 12:47
Compare
Choose a tag to compare

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

23 Jun 11:51
Compare
Choose a tag to compare
  • 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)

Release Notes 1.4.6

12 Jun 10:22
Compare
Choose a tag to compare
  • 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