Releases: equinor/design-system
Releases Β· equinor/design-system
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
eds-data-grid-react@0.6.2
eds-core-react@0.41.3
[0.41.3] - 2024-08-28
Changed
- β¨
Popover
: implement nativepopover
. This also deprecates thewithinPortal
prop. by @oddvernes in #3601 - π₯
Autocomplete
: remove deprecateddisablePortal
prop by @oddvernes in #3603
Fixed
eds-core-react@0.41.2
[0.41.2] - 2024-08-26
Changed
- β¨
DatePicker
: year picker is now multipage by @arkadiy93 in #3571
New Contributors
- @arkadiy93 made their first contribution in #3571
eds-core-react@0.41.1
[0.41.1] - 2024-08-20
Changed
- π§βπ»
Button.Toggle
: allow "wrapped" Button as child by @oddvernes in #3590
Fixed
- π
Snackbar
: fixed "auto hide" timer restarting every render by @oddvernes in #3591
eds-core-react@0.41.0
[0.41.0] - 2024-08-14
Fixed
- π
DateRangePicker
: Added missing{...props}
spread that prevented attaching eventlisteners etc to this component by @oddvernes in #3584 - π
Autocomplete
: fixed an edge case where it would crash when all items in filter are disabled by @mhwaage in #3565 - π
Autocomplete
: fixed a bug where it was unclickable insideMenu
by @oddvernes in #3583 - π©Ή
Tabs
: Fix firefox error message caused by invalid value for scrollbar-width by @benjamin-lyon in #3578 - βΏοΈ
Menu
: added missingrole="group"
toMenu.Section
by @oddvernes in #3583
Changed
- π
Tooltip
: implement nativepopover
by @oddvernes in #3575 - π
Snackbar
: implement nativepopover
by @oddvernes in #3577 - π
Menu
: implement nativepopover
by @oddvernes in #3583 - β¬οΈ Updated dependencies by @oddvernes in #3579
New Contributors
- @benjamin-lyon made their first contribution in #3578
eds-core-react@0.40.1
[0.40.1] - 2024-07-10
Fixed
Changed
- π§βπ»
Icon
: improve icon type definition by making it a descriminated union onname
anddata
by @FredrikMWold in #3547 - β¬οΈ Updated prod dependencies by @oddvernes in #3554
eds-core-react@0.40.0
[0.40.0] - 2024-06-21
Fixed
- π
DatePicker
: use correct token for text color by @oddvernes in #3520 - π
DatePicker
: exportDatePickerProps
type by @oddvernes in #3538 - π
Autocomplete
: reverted changes from #3408 (conditionaloptionLabel
type) due to typescript issues when wrapping the component. Also madeoptions
typereadonly
by @oddvernes in #3515 - πΈ
Autocomplete
: return focus to input after pressing 'clear' button by @oddvernes in #3531 - π
Autocomplete
: crash triggered by opening dropdown using keyboard if all items are disabled by @oddvernes in #3534
Added
- π§βπ»
Datepicker
type: allow passing standard html attributes by @oddvernes in #3509 - β¨
Datepicker
/DateRangepicker
: addedhideClearButton
prop, and also hide clear button if no date is set by @oddvernes in #3537