Releases: equinor/design-system
Releases · equinor/design-system
[email protected]
[0.8.6] - 2025-01-17
Changed
useId
: changed from randomly generated number to deterministic counter in order to support server side rendering by @sebastianvitterso in #3706
[email protected]
[0.7.5] - 2025-01-17
Added
- ✨ Expose
onRowDoubleClick
event by @oleksiishv in #3718
New Contributors
- @oleksiishv made their first contribution in #3718
[email protected]
[0.43.0] - 2025-01-17
Fixed
- 🐛
Tooltip
: fixed an issue that caused the Tooltip to flicker in some cases by @oddvernes in #3695 - 🐛
Icon
: icon now uses deterministically generated id internally to work better with server side rendering by @sebastianvitterso in #3706
Added
- ✨
Tooltip
: Allow defining custom root element for tooltips portal by setting the newrootElement
prop on theEdsProvider
by @yusijs in #3696 - 🧑💻
Tooltip
: addededs-tooltip
class for easier access to override styling by @oddvernes in #3700
Changed
- 🧑💻components are
'use client'
by default for better ssr support (this only applies to non-composite components) by @oddvernes in #3703 - ⬆️ updated dev dependencies by @oddvernes in #3713
- ⬆️ updated prod dependencies by @oddvernes in #3715
[email protected]
[0.22.0] - 2025-01-08
Added
circle_filled
Changed
in_progress
stroke thickness adjusted to conform with the rest of the circle icons
[email protected]
[0.42.5] - 2024-11-21
Fixed
- 🐛
Autocomplete
: undefined param inoptionDisabled
by @oddvernes in #3689 - 🐛
DatePicker
: use locale prop for text and formats when it is defined by @torleifhalseth in #3690
[email protected]
[email protected]
[0.42.4] - 2024-11-15
added
- 🎨
Autocomplete
: addedonClear
callback (triggered when clicking the 'clear' button) by @arkadiy93 in #3679
[email protected]
[email protected]
[0.42.3] - 2024-11-08
Fixed
- 🐛
Datepicker
: "today" button stopped working and didn't focus on today's cell by @arkadiy93 in #3669 - 🐛
SideBar
: fixes issue where sidebar default state always starts as closed by @FredrikMWold in #3672