Releases: equinor/design-system
Releases · equinor/design-system
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
eds-core-react@0.32.3
[0.32.3] - 2023-07-14
Fixed
- 🐛
Autocomplete
,Tooltip
,Popover
andMenu
inside aDialog
should now render on top by @oddvernes in #2970
eds-lab-react@0.7.1
[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 inpeerDependencies
. this package does not support v6 yet
eds-data-grid-react@0.1.0-beta.2
eds-core-react@0.32.2
[0.32.2] - 2023-07-13
Fixed
- 🐛
Rollup
config: addedinterop: 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
[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 withReact 17
. - 📌 Restricted
styled-components
to below version 6 inpeerDependencies
. this package does not support v6 yet.
eds-utils@0.8.0
[0.8.0] - 2023-07-10
Changed
- 💄
useHideBodyScroll
: added scrollbar detection and handling to prevent layout shift by @oddvernes in #2950 - ⬆️Updated dependencies by @oddvernes in #2925
- ⬆️Updated Rollup to v3.x by @oddvernes in #2908
Removed
- 🔥Removed deprecated usePopper hook by @oddvernes in #2955
eds-core-react@0.32.0
[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 withstyled-components
v6 in by @oddvernes in #2953 - 🐛
Typography
: makecolor
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 wayisExpanded
works more intuitive by @denektenina in #2870
Added
- ✅ Added test coverage for the new
SideBar.Accordion
andSideBar.AccordionItem
by @denektenina in #2867
Removed
- 🔥 Commonjs build was removed from the published package in this release
New Contributors
- @FredrikMWold made their first contribution in #2891
- @yusijs made their first contribution in #2931
Full Changelog: https://github.com/equinor/design-system/compare/eds-core-react@0.31.1...eds-core-react@0.32.0