Breaking Changes
- Welcome styled-components v4 🎉
- To use that make sure to install
styled-components@4.x
(beta) andgrommet-icons@3.1.0-beta.1
- To use that make sure to install
- We are deprecating
babel-plugin-grommet
. Please remove it if you are using it in your babel config.- We recommend upgrading to Webpack 4, they have a finally nailed the tree-shaking support
- If you can't update to Webpack 4, please either use the full component path or use babel-plugin-transform-imports
Compatible Changes
- Fixed TextInput no opening suggestions on paste
- Fixed Layer to not close itself if drop is open
- Added TypeScript definitions 🎉
- Changed internal component structure and exports to have better three shaking support with Webpack 4 🎉
- Added the ability to create dynamic responsive breakpoints
- Better Safari support for TextInput
- Changed Meter to fix an issue with many values using default colors
- Added
onSuggestionsOpen
andonSuggestionsClose
to TextInput - Changed Menu to allow a long list of items that might scroll
- Added
color
to Paragraph - Added support for nested Collapsible components