Releases: equinor/design-system
Releases · equinor/design-system
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
eds-core-react@0.42.0
[0.42.0] - 2024-09-17
Added
- ✨
Table
: new table footer sub-component<Table.Foot>
by @zulu-eq-bouvet in #3624 - ✨
DatePicker
: Enable setting locale from prop (<DatePicker locale="en-US" />
), and fetch default locale from system settings instead of browser language. by @yusijs in #3626
Fixed
🐛 Popover
: added check to make it more robust against an edge case where popover element is not connected to DOM by @oddvernes in #3610
🐛 DatePicker
: removing a deprecated popover prop causing console warnings by @oddvernes
New Contributors
- @zulu-eq-bouvet made their first contribution in #3624
eds-core-react@0.41.5
[0.41.5] - 2024-09-10
Fixed
- 🐛
Scrim
: fixed a bug where body scroll was not restored after opening aDialog
withinScrim
by @oddvernes in #3619
eds-core-react@0.41.4
[0.41.4] - 2024-09-05
Changed
- 🐛
NativeSelect
: Remove dropdown svg icon whenmultiple
is set by @mhwaage in #3611 - ⬆️ Updated
@tanstack/react-virtual
by @oddvernes in #3606 - ⬆️ Updated
downshift
by @oddvernes in #3608
Fixed
- 🐛
Autocomplete
: in controlled singleselect, if updatingselectedOptions
programmatically by something other that theAutocomplete
itself, the internal "selected item" state was not updated by @oddvernes in #3614