Releases: equinor/design-system
Releases · equinor/design-system
[email protected]
[0.21.0] - 2024-01-26
Added
jacket
monopile
[email protected]
[0.35.1] - 2023-12-21
Fixed
- 🐛
Typography
: Bug affecting users of styled-components v6 where line-clamping would be applied to allTypography
elements on the page if thelines
prop was set on one of them by @oddvernes in #3193
[email protected]
[0.7.4] - 2023-12-13
Changed
- ⬆️ Updated
eds-core-react
/eds-icons
dependencies
[email protected]
[0.20.0] - 2023-12-13
Changed
IconData
type:svgPathData
changed tostring | Array<string>
to allow multiple paths in the eds-core-reactIcon
component by @oddvernes in #3177
[email protected]
[0.2.0] - 2023-12-13
Added
- ✨ Column pinning feature (adding
columnPinState
,scrollbarHorizontal
,width
andheight
props) by @yusijs in #3176 - ✨ Functionality for manual/external sorting (adding
manualSorting
,onSortingChange
andsortingState
props) by @yusijs in #3172 - ✨ Support for external paginator via a new
externalPaginator
prop by @yusijs in #3162
Changed
[email protected]
[0.35.0] - 2023-12-13
Added
- ✨
Icon
: Added support for multiple paths (typeIconData.svgPathData
is nowstring | Array<string>
) by @oddvernes in #3177
Fixed
- 🐛
Autocomplete
: Fixed scrollbar clipping issue that manifested in Firefox by @oddvernes in #3179 - 🐛
Slider
: Fixed a bug where label tooltip was always visible for users with[email protected]
by @oddvernes in #3173
Changed
- 🧑💻
SideSheet
:open
prop type changed to required, conditionally render title and close button to reflect the optional types oftitle
andonClose
props by @oddvernes in #3161
Full Changelog: https://github.com/equinor/design-system/compare/[email protected]@0.35.0
[email protected]
[0.34.0] - 2023-11-17
Added
- ✨
Slider
: addedhideActiveTrack
prop by @oddvernes in #3131 - ✨
Slider
: addedlabelAlwaysOn
prop by @oddvernes in #3143 - ✨
Autocomplete
: Addedvariant
(error
,warning
,success
) andhelperText
props by @denektenina in #3139 - ✨
Breadcrumbs
: customseparator
prop by @oddvernes in #3142
Changed
- 💄
Slider
: redesigned value label to tooltip style, increased font size by @oddvernes in #3143 - ✨
Label
/TextField
/Autocomplete
: Thelabel
prop type changed fromstring
toReactNode
to allow it to be more customizable by @FredrikMWold in #3140 - ⬆️ Updated dependencies by @oddvernes in #3121 #3138 #3137 #3132 #3148
Fixed
- 📱
Slider
: added touch support for range slider by @oddvernes in #3144 - 🐛
Slider
: fixed bug in Safari where slider would grow in width on mouseover by @oddvernes in #3145
[email protected]
[0.8.3] - 2023-10-20
Fixed
- ⬆️ Update
@babel/runtime
to fix a vulnerability in its dependency@babel/traverse
(https://nvd.nist.gov/vuln/detail/CVE-2023-45133) by @oddvernes in #3115
[email protected]
[0.7.3] - 2023-10-20
Fixed
- ⬆️ Update
@babel/runtime
to fix a vulnerability in its dependency@babel/traverse
(https://nvd.nist.gov/vuln/detail/CVE-2023-45133) by @oddvernes in #3115
[email protected]
[0.33.1] - 2023-10-20
Fixed
- 🐛
Chip
: only hover color when clickable (fixed for error variant) by @oddvernes in #3096 - 🐛
Table.Row
: fix Styled-components v6 printing a false positive console warning aboutactive
prop by @oddvernes in #3104 - 🐛
Slider
: change returnvalue type foronChange
andonChangeCommitted
fromnumber[] | number
tonumber[]
to reflect reality. And allow value for non-range slider to be number[] (an array with only one number) by @oddvernes in #3076 - ⬆️ Update
@babel/runtime
to fix a vulnerability in its dependency@babel/traverse
(https://nvd.nist.gov/vuln/detail/CVE-2023-45133) by @oddvernes in #3115
Full Changelog: https://github.com/equinor/design-system/compare/[email protected]@0.33.1