Skip to content

Releases: equinor/design-system

eds-utils@0.8.3

20 Oct 12:09
415ebfc
Compare
Choose a tag to compare

[0.8.3] - 2023-10-20

Fixed

eds-lab-react@0.7.3

20 Oct 12:10
415ebfc
Compare
Choose a tag to compare

[0.7.3] - 2023-10-20

Fixed

eds-core-react@0.33.1

20 Oct 12:09
415ebfc
Compare
Choose a tag to compare

[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 about active prop by @oddvernes in #3104
  • 🐛 Slider: change returnvalue type for onChange and onChangeCommitted from number[] | number to number[] 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

26 Sep 21:10
18aef70
Compare
Choose a tag to compare

[0.8.2] - 2023-09-26

Added

eds-lab-react@0.7.2

26 Sep 21:10
18aef70
Compare
Choose a tag to compare

[0.7.2] - 2023-09-26

Added

eds-data-grid-react@0.1.0-beta.3

26 Sep 21:11
18aef70
Compare
Choose a tag to compare

[0.33.0] - 2023-09-26

Added

eds-core-react@0.33.0

26 Sep 21:10
18aef70
Compare
Choose a tag to compare

[0.33.0] - 2023-09-26

Added

Changed

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: add aria-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

eds-core-react@0.32.4

15 Aug 11:48
15ca33a
Compare
Choose a tag to compare

[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 no onClick 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

14 Jul 11:56
5f01354
Compare
Choose a tag to compare

[0.8.1] - 2023-07-14

Added

  • useIsInDialog: new hook to detect if an element is inside a dialog @oddvernes in #2970

eds-icons@0.19.3

14 Jul 10:57
712a9e7
Compare
Choose a tag to compare

[0.19.3] - 2023-07-14

Changed

  • 📦️ Revert changes from 0.19.2 due to testrunners downstream failing to resolve icons