Skip to content

Releases: equinor/design-system

eds-core-react@0.42.3

08 Nov 14:37
440f692
Compare
Choose a tag to compare

[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

24 Oct 13:07
4fd4833
Compare
Choose a tag to compare

[0.7.2] - 2024-10-24

Added

  • ✨ exposed onRowContextMenu to enable context menu on right click by @tlastad in #3658

eds-core-react@0.42.2

24 Oct 13:06
4fd4833
Compare
Choose a tag to compare

[0.42.2] - 2024-10-24

Fixed

  • Menu: when using menu within a form, the form was submitted due to missing type="button" attribute by @FredrikMWold in #3660
  • 🐛Tooltip: use react.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

11 Oct 09:04
ff134ef
Compare
Choose a tag to compare

[0.7.1] - 2024-10-11

Added

Fixed

  • 🐛 Added missing {...props} spread to allow passing className, style etc to component by @arkadiy93 in #3648

eds-core-react@0.42.1

04 Oct 11:07
2d2f4ca
Compare
Choose a tag to compare

[0.42.1] - 2024-10-04

Fixed

  • 🐛 Popover: Fix an issue where popover would "flicker" in a prod enviroment by @oddvernes in #3639

changed

eds-data-grid-react@0.7.0

17 Sep 07:53
1a16ea6
Compare
Choose a tag to compare

[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

17 Sep 07:53
1a16ea6
Compare
Choose a tag to compare

[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

eds-core-react@0.41.5

10 Sep 07:44
f332f03
Compare
Choose a tag to compare

[0.41.5] - 2024-09-10

Fixed

  • 🐛Scrim: fixed a bug where body scroll was not restored after opening a Dialog within Scrim by @oddvernes in #3619

eds-core-react@0.41.4

05 Sep 11:22
14cfa3d
Compare
Choose a tag to compare

[0.41.4] - 2024-09-05

Changed

Fixed

  • 🐛 Autocomplete: in controlled singleselect, if updating selectedOptions programmatically by something other that the Autocomplete itself, the internal "selected item" state was not updated by @oddvernes in #3614

eds-data-grid-react@0.6.2

28 Aug 13:26
4caa1ed
Compare
Choose a tag to compare

[0.6.2] - 2024-08-28

Fixed

  • 🐛 Sortindicator should be hidden on custom filters by @yusijs in #3599