Releases: equinor/design-system
Releases · equinor/design-system
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
eds-utils@0.8.3
[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
eds-lab-react@0.7.3
[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
eds-core-react@0.33.1
[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/eds-core-react@0.33.0...eds-core-react@0.33.1
eds-utils@0.8.2
eds-lab-react@0.7.2
eds-data-grid-react@0.1.0-beta.3
eds-core-react@0.33.0
[0.33.0] - 2023-09-26
Added
- ✨
Tabs
: controlled mode for use with routers by @oddvernes in #3036 - 🚸
Tabs
: addedconditionalRender
prop forTabs.Panels
by @oddvernes in #3062 - ⬆️ Support
Styled-components
v6 by @oddvernes in #3050
Changed
- ⬆️ Updated
typescript
from 4.9.x to 5.1.x by @oddvernes in #3020 - 🚸
Search
: removed "clear" button when component is disabled by @denektenina in #3054
Fixed
- 💄
Breadcrumbs
: fixed vertical alignment for icons by @oddvernes in #3023 - 💄
Radio
/Checbox
/Switch
fixed z-index bug where component could show through overlaying content by @oddvernes in #3032 - 🔒️ Utils: Moved
babel-jest
to dev-dependencies by @oddvernes in #3055 - 🚸
SideBar
: addaria-label
to toggle button by @ingeridhellen in #3066 - 🐛
Autocomplete
improved fix for "Maximum update depth exceeded" crash caused by merging refs by @oddvernes in #3069
New Contributors
- @ingeridhellen made their first contribution in #3066