Releases: couds/react-bulma-components
Releases · couds/react-bulma-components
Release Notes
- Fix modal component to be on top of other elements
Release notes 1.1.1
- Fix Server side rendering for Modal component
- Pass down all props from Bulma component to inner one
- Upgrade dependencies
- Update Readme with missing components links
Release Notes
- Update Dependencies and peerDependencies (this wasan error before, the devDependencies were updated to react 16 but perrDependencies did't)
- Added Tabs
- Added Pagination Component
- Updated renderAs props to accept a React element (class of functional)
- Use ReactDom.createPortal for Modals
Release Notes
- Improve Columns breakpoints props for responsive instead of use
mobileSize, tabletSize...
now you can use
{
"size": 8,
"offset": 2,
"narrow": true
}
- Expose Card component on main module
- Expose name props to Form components to use https://reactjs.org/docs/forms.html#handling-multiple-inputs
- Use relative import on modules to avoid issues when importing a solo component
Release 1.0.0
- Upgrade all dependencies to latest versions (React 16, Bulma 0.6.1)
- Added Navbar component
Release Notes
- Add Loader component
Release Notes
- Allow overriding Bulma styles variables Docs
- Improve Button component to allow passing custom href when renderAs element different as Anchor
Release Notes
- Create Icon component
- Create Dropdown Component
- Fix exports on bundled package. Modal was not exposed if you try to import using
import { Modal } from 'react-bulma-components'
Release Notes
- Move react-dom to peer dependencies
Release Notes
- Fix Readme links for documentation (Points to github pages instead of localhost storybook)