grommet v2.10.0 Release Notes

Release Date: 2020-01-17 // over 4 years ago
    • โž• Added Nav Component.
    • ๐Ÿ›  Fixed clickable area for CheckBox and RadioButton.
    • ๐Ÿ›  Fixed Box background issue on dark mode.
    • ๐Ÿ”„ Changed RadioButtonGroup to set option ids based on group id.
    • ๐Ÿ›  Fixed non-modal Layer accessibly issue.
    • ๐Ÿ›  Fixed issue with placeholder of TextInput.
    • โœ‚ Removed styled-components from being included in the grommet package and is now a peer dependency.
      ๐Ÿ“š As indicated in the getting started documentation, styled-components should be included in your
      ๐Ÿ“ฆ package.json, just like react and react-dom.
       
      TypeScript:
    • ๐Ÿ›  Fixed Calendar type of onSelect.
    • ๐Ÿ›  Fixed type of Menu component to include all Button props.
    • ๐Ÿ’… Extended type of color and size styles on the theme.
       
      Hooks:
    • ๐Ÿ”จ Refactor Searcher and DataTable components.