Releases: equinor/design-system
Releases · equinor/design-system
eds-utils@0.8.4
[0.8.4] - 2024-02-09
Changed
- 🔧 Updated
babel
browserlist from "defaults" to "last 2 versions of chrome/edge/firefox/safari". This reduces build size significantly and removes all the babel runtime helpers. by @oddvernes in #3219
eds-lab-react@0.7.5
[0.7.5] - 2024-02-09
Changed
- 🔧 Updated
babel
browserlist from "defaults" to "last 2 versions of chrome/edge/firefox/safari". This reduces build size significantly and removes all the babel runtime helpers. by @oddvernes in #3219
eds-core-react@0.36.0
[0.36.0] - 2024-02-09
Added
- ✨
Autocomplete
: Implemented "Select all" functionality, enabled withallowSelectAll
prop by @yusijs in #3245 - 💄
Slider
: option to render "value label" below the track with newlabelBelow
prop by @oddvernes in #3227
Fixed
- 🐛
Slider
:onChangeCommitted
was not triggered by touch input by @oddvernes in #3244 - 🐛
Slider
: fixed bug in Firefox where "value label" did not show on hover by @oddvernes in #3224 - 🐛
Snackbar
: A missing check in the autohide timer causedonClose
to be called twice by @oddvernes and @yusijs in #3241 - 🐛
Autocomplete
: withmultiple
,readOnly
was still accessible when clicking in the input.readOnly
was still accessible in both modes when using keyboard arrow buttons by @oddvernes in #3216
Changed
- 💄
Slider
: design adjustments to the "value label": changed color, reduced padding, removed "arrow" and moved closer to the "thumb" by @oddvernes in #3227 - 💄
TextField
/InputWrapper
: allow line break character to work inHelperText
by @oddvernes in #3233 - 🔧 Updated
babel
browserlist from "defaults" to "last 2 versions of chrome/edge/firefox/safari". This reduces build size significantly and removes all the babel runtime helpers. by @oddvernes in #3219 - 🚸
Autocomplete
ux-changes: input cleared on blur, added "no options" dropdown andnoOptionsText
prop by @oddvernes in #3216
eds-icons@0.21.0
[0.21.0] - 2024-01-26
Added
jacket
monopile
eds-core-react@0.35.1
[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
eds-lab-react@0.7.4
[0.7.4] - 2023-12-13
Changed
- ⬆️ Updated
eds-core-react
/eds-icons
dependencies
eds-icons@0.20.0
[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
eds-data-grid-react@0.2.0
[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
eds-core-react@0.35.0
[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 withstyled-components@5.x.x
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/eds-core-react@0.34.0...eds-core-react@0.35.0
eds-core-react@0.34.0
[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