Breaking Changes
- Added generic styles (e.g margin, gridArea) to most components
- The margin property of
Heading
,Paragraph
, andText
used to only set margin on the top and bottom when a single size value was provided. Now, the margin property of those components has been aligned with how margin works on Box.
- The margin property of
- Move theme prop from
radioButton.border.radius
toradioButton.check.radius
to better align with CheckBox.
Compatible Changes
- Changed RangeSelector and Calendar to use the control color
- Improved Anchor in dark background
- Fixed icon theme inside Grommet
- Added change to allow short HEX colors
- Fixed Box elevation in dark context
- Added change allow custom Heading levels
- Grid: added number to allowed values of column count
- CheckBox, DataTable, Menu, RadioButton , Table, Tabs: better theming support
- Fixed CheckBox click when placed inside a Button