Skip to content

Releases: equinor/design-system

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

eds-core-react@0.32.3

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

[0.32.3] - 2023-07-14

Fixed

  • 🐛 Autocomplete, Tooltip, Popover and Menu inside a Dialog should now render on top by @oddvernes in #2970

eds-lab-react@0.7.1

13 Jul 12:02
0cff13b
Compare
Choose a tag to compare

[0.7.1] - 2023-07-13

Changed

  • ⬆️ Upgrade rollup to v3 by @oddvernes in #2908
  • ⬆️ Storybook updated to v7 by @oddvernes in #2866
  • ⬆️ updated dependencies by @oddvernes in #2925
  • 📌 Restricted styled-components to below version 6 in peerDependencies. this package does not support v6 yet

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

13 Jul 09:38
f54cfeb
Compare
Choose a tag to compare

[0.1.0-beta.2] - 2023-07-13

  • ⬆️ Bump to eds-core-react@0.32.2 and added ^ semver range to eds-core-react, eds-utils and eds-icons dependencies
  • 📦️ Added commonjs build to output

[0.1.0-beta.1] - 2023-07-12

  • 🎉 Implement @equinor/eds-data-grid-react package by @yusijs in #2931

eds-core-react@0.32.2

13 Jul 07:53
bd7d98f
Compare
Choose a tag to compare

[0.32.2] - 2023-07-13

Fixed

  • 🐛 Rollup config: added interop: auto. This fixes an issue with the commonJs build where jest was unable to resolve styled-components in downstream tests

eds-core-react@0.32.1

11 Jul 14:11
4f495b7
Compare
Choose a tag to compare

[0.32.1] - 2023-07-11

Changed

  • ⏪️ Added back commonjs build and changed file extension of modules from .mjs to .js due to a compatability issue with React 17.
  • 📌 Restricted styled-components to below version 6 in peerDependencies. this package does not support v6 yet.

eds-utils@0.8.0

10 Jul 13:40
81f8f15
Compare
Choose a tag to compare

[0.8.0] - 2023-07-10

Changed

Removed

eds-core-react@0.32.0

10 Jul 13:41
81f8f15
Compare
Choose a tag to compare

[0.32.0] - 2023-07-10

Fixed

  • 🐛 Autocomplete: Allow option value of 0 by @oddvernes in #2957
  • 🐛 Popover, Card: fixed style-syntax that affected users with styled-components v6 in by @oddvernes in #2953
  • 🐛 Typography: make color a transient prop so it doesn't show up in the dom by @oddvernes in #2952
  • 💄 Sidebar: Remove visible scrollbar when collapsed by @oddvernes in #2863

Changed

  • ♻️🚸 Dialog: Refactored to use native dialog under the hood by @oddvernes in #2950
  • ⚡️ Tabs: conditionally render tab panels (previously display:none) by @oddvernes in #2947
  • ⬆️ updated dependencies by @oddvernes in #2925
  • ⬆️ Update floating-ui by @oddvernes in #2922
  • ⬆️ Upgrade rollup to v3 by @oddvernes in #2908
  • 🚸 Scrim/Dialog: trigger dismiss on mousedown to prevent accidental "click outside" by @oddvernes in #2923
  • 📝 Autocomplete: Improved selectAll story in storybook by @denektenina in #2883
  • 📝 Storybook, improved documentation: Add null as a possible value for useState hooks that receive HTML elements to avoid type error by @FredrikMWold in #2891
  • ⬆️ Storybook updated to v7 by @oddvernes in #2866
  • 🚸 SideBar.Accordion: Made the way isExpanded works more intuitive by @denektenina in #2870

Added

  • ✅ Added test coverage for the new SideBar.Accordion and SideBar.AccordionItem by @denektenina in #2867

Removed

  • 🔥 Commonjs build was removed from the published package in this release

New Contributors

Full Changelog: https://github.com/equinor/design-system/compare/eds-core-react@0.31.1...eds-core-react@0.32.0