Releases: equinor/design-system
Releases · equinor/design-system
eds-utils@0.7.0
[0.7.0] - 2022-11-04
Added
- ✨
useIsomorphicLayoutEffect
: new hook for better ssr support by @oddvernes in #2631
eds-lab-react@0.6.0
eds-core-react@0.26.0
[0.26.0] - 2022-11-04
Added
- ✨ Added
SideBar
component by @oddvernes in #2614 - 🚸 Button:
aria-disabled
now adds "disabled" styles by @denektenina in #2624
Changed
- ♿️
Tooltip
better announced by screen readers by @martalalik in #2596 - 💄
TopBar.Header
Changed gap to 12px (from from 24px) by @martalalik in #2623 - ✨ Replaced unnecessary occurrences of
useLayoutEffect
withuseEffect
for better ssr support by @oddvernes in #2631
Fixed
- 🐛
Textfield
: fixed missing id on helpertext for aria-labelledby by @oddvernes in #2639
Full Changelog: https://github.com/equinor/design-system/compare/eds-core-react@0.25.0...eds-core-react@0.26.0
eds-utils@0.6.0
eds-tokens@0.9.0
eds-lab-react@0.5.2
eds-core-react@0.25.0
[0.25.0] - 2022-10-19
Added
- ♿️ Add portal & focusManager to Popover by @martalalik in #2536
- ✨ New internal component:
InputWrapper
by @mimarz in #2395
Removed
- 🔥 Autocomplete breaking change: In the
variant
prop,default
has been removed as an option by @mimarz in #2395
Changed
- 💄 Bumped z-index for autocomplete by @denektenina in #2585
- ♻️ Refactored
Search
,TextField
,Autocomplete
to useInputWrapper
by @mimarz in #2395
Fixed
- 🐛 Tooltip: fix arrow persistence by @denektenina in #2592
New Contributors
- @denektenina made their first contribution in #2585
Full Changelog: https://github.com/equinor/design-system/compare/eds-core-react@0.24.0...eds-core-react@0.25.0
eds-utils@0.5.0
eds-tokens@0.8.0
eds-lab-react@0.5.1
[0.5.1] - 2022-10-12
Changed
- ⬆️ Upgrade to React 18 by @mimarz in #2510
- 🐛Sidebar link active warning by @oddvernes in #2531
- 💄 Sidebar spacing by @oddvernes in #2543