Releases: equinor/design-system
Releases · equinor/design-system
[email protected]
Changed
- Font-weight has been increased to medium in all cases where the font-size is below 16px for improved legibility. This change is most notable in table cells and labels.
- Font-size has been increased and line-height decreased for
<helper>
and<label>
<Icon>
now usescurrentColor
for its fill value – which means it inherits its fill colour from its parentscolor
value<Typography>
now accepts any value for its color property
[email protected]
Added
<Typography>
can now limit the number of visible lines, render any typography style in EDS, change the underlying html element and override/extend tokens used for a particular variant<Table>
can now have headers in columns in the table body
Fixed 🐛
[email protected]
Changed
- Updated tokens to include text-align even if the value is “left”
[email protected]
Added
- Breadcrumbs
- Progress
- Snackbar
<Button>
can now be rendered as an<a>
by providing anhref
attribute- Support for left/right icons inside
<Button
Fixed
- Fixed an overflow bug in
<Popover>
(#375)
Changed
- Increased
<Button>
icon size to 24px (up from 16px) for greater legibility
[email protected]
Fixed
- Fixed a bug where
<Tabs>
steals focus from interactive controls in tab panels. (#369)
[email protected]
[email protected]
Added
- Banner
- Popover
- Slider
- Selection controls
- Option to control the
<Search>
component. (#342)
Fixed 🐛
- Fixed a bug where
<Tooltip>
did not close as expected. (#339)
Changed
- README
- Moved Banner, Popover, Selection controls and Slider to «Available»
- Moved Progress indicator and Snackbar to «In progress»
[email protected]
Fixed 🐛
Fixed bug where the <Tabs>
component focused automatically on the active tab on render. (#329)
[email protected]
Added
- New group of icons, Technical, including gear, bearing, pressure, platform, circuit, gas & beat icons
[email protected]
Fixed 🐛
- Fixed bug where
<Search>
component ignoredonFocus
&onBlur
functions. (#330)