Releases: equinor/design-system
Releases · equinor/design-system
[email protected]
[0.5.1] - 2020-11-26
Changed 📓
- Updated README.md
[email protected]
[0.5.0] - 2020-11-26
Added ✨
- Types, as part of the Typescript Milestone
Changed 📓
- Changed module types for better support with
commonjs
andesm
. Using the<some-eds-npm-package>/commonjs
path on packages should no longer be needed and will be deprecated in the future (#887)
[email protected]
[0.7.1] - 2020-11-26
Changed 📓
- Updated README.md
[email protected]
[0.7.0] - 2020-11-26
Added ✨
- Types, as part of the Typescript Milestone
NativeSelect
component (#509)Table
caption (#621)isExpanded
prop to controlAccordion
externally (#677)
Fixed 🐛
- Added a guard clause to handle null values for
Accordion
children (#688) CardMedia
spacing bug (#603)- Added props spread to
BannerAction
(#478) Pagination
bug (#647)- Bundle improvements (#627)
- Cleaned up leaking
devDependencies
(#862) - Hide
Tooltip
when title is empty (#920)
Changed 📓
- Updated
z-index
values for correct layering of the components (#872) - Changed licence from GNU AGPL to MIT (#852)
- Clean up use of spacings in
Card
(#717) - Changed module types for better support with
commonjs
andesm
. Using the<some-eds-npm-package>/commonjs
path on packages should no longer be needed and will be deprecated in the future (#887) - Removed unused dependencies (#870)
- Cleaning and remodelling core-react for the future 💅 (#887)
[email protected]
[0.6.2] - 2020-09-16
Fixed 🐛
- Fixed
onClose
handler not being called whenMenuItem
was used insideMenuSection
(#546) - Fixed focus showing when clicking on
MenuItem
(#544) - Fixed an issue where
Divider
did not stretch to full width (#608) - Fixed
Head
styling whenTable
is set towidth: 100%
(#610)
Changed
[email protected]
[email protected]
Fixed 🐛
- Loosened up on Tabs & TabsPanel typechecking for children (#539)
[email protected]
Added
Color
- Added missing overlay color
pressed_overlay_light
Removed
- Removed unused colors in EDS
field__fill_resting
field__fill_hover
field__fill_activated
Changed
Color
- Changed
link_in_snackbars
for better contrast.
[email protected]
Added
<Menu>
component<Pagination>
component
Fixed 🐛
- Changed background color on
<Tabs>
to transparent (#533) - Improved tooltip inconsistencies when used inside a table (#488)
- Fixed Tooltip triggering on some disabled elements (#479)
- Fixed misplaced text when using
<Button>
as link or upload (#482) - Fixed wrong color on action buttons in snackbar (#535)
- Fixed elevation for dialog (#534)
[0.5.1] - 2020-07-15
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]
Changed
- Font-weight is increased from 400 (regular) to 500 (medium) in all cases where the font-size is below 16px
- Font-size is increased and line-height decreased for label and helper
- Values such as underline, uppercase etc. are now lowercase
Removed
- tabs.inactive-text is not in use in EDS Core React and has been removed