Releases: equinor/design-system
Releases · equinor/design-system
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
eds-core-react@0.32.4
[0.32.4] - 2023-08-15
Fixed
- 🐛
Autocomplete
: Added a fix for "Maximum update depth exceeded" error by @oddvernes in #3005 - 🐛
Autocomplete
: Fixed issue where externally added eventlisteners (onFocus
,onBlur
etc) broke internal functionality by @bjartebore in #2999 - 🐛
Dialog
: Fixed open on mount by @oddvernes in #3003
Changed
- 🔥
Chip
: Removed z-index from the x-icon by @oddvernes in #2992 - 💄
Chip
removed hover-effect when there is noonClick
present by @bjartebore in #2995 - ⬆️
Autocomplete
Update to Downshift 8.1.0.Autocomplete
now opens on click instead of focus to comply with ARIA 1.2 by @oddvernes in #3000 - ⬆️ Updated
floating-UI
to v0.24.3 by @oddvernes in #3004 - 🦺
Icon
: removed "height" attribute from svg path to comply with w3 validator by @oddvernes in #3006
Full Changelog: https://github.com/equinor/design-system/compare/eds-core-react@0.32.3...eds-core-react@0.32.4
eds-utils@0.8.1
[0.8.1] - 2023-07-14
Added
- ✨
useIsInDialog
: new hook to detect if an element is inside adialog
@oddvernes in #2970
eds-icons@0.19.3
[0.19.3] - 2023-07-14
Changed
- 📦️ Revert changes from 0.19.2 due to testrunners downstream failing to resolve icons