Releases: equinor/design-system
Releases · equinor/design-system
eds-core-react@0.42.5
[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
eds-data-grid-react@0.7.4
eds-core-react@0.42.4
[0.42.4] - 2024-11-15
added
- 🎨
Autocomplete
: addedonClear
callback (triggered when clicking the 'clear' button) by @arkadiy93 in #3679
eds-data-grid-react@0.7.3
eds-core-react@0.42.3
[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
eds-data-grid-react@0.7.2
eds-core-react@0.42.2
[0.42.2] - 2024-10-24
Fixed
Menu
: when using menu within a form, the form was submitted due to missingtype="button"
attribute by @FredrikMWold in #3660- 🐛
Tooltip
: usereact.createPortal
to render element in body to prevent possible invalid syntax (such as wrapping tooltip around a path within svg) by @oddvernes in #3657
eds-data-grid-react@0.7.1
[0.7.1] - 2024-10-11
Added
- ✨ Expose
enableSortingRemoval
flag by @arkadiy93 in #3636
Fixed
- 🐛 Added missing
{...props}
spread to allow passingclassName
,style
etc to component by @arkadiy93 in #3648
eds-core-react@0.42.1
[0.42.1] - 2024-10-04
Fixed
- 🐛 Popover: Fix an issue where popover would "flicker" in a prod enviroment by @oddvernes in #3639
changed
- ⬆️ Updated @tanstack/react-virtual by @oddvernes in #3629
- ⬆️ Updated rollup and related plugins by @oddvernes in #3633
eds-data-grid-react@0.7.0
[0.7.0] - 2024-09-17
Added
- ✨ Support for new table footer sub-component
<Table.Foot>
from eds-core-react. New props:enableFooter
,stickyFooter
,footerClass
,footerStyle
by @zulu-eq-bouvet in #3624