- 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.