Skip to content

Releases: equinor/design-system

eds-core-react@0.42.5

21 Nov 09:31
5a45b74
Compare
Choose a tag to compare

[0.42.5] - 2024-11-21

Fixed

  • 🐛 Autocomplete: undefined param in optionDisabled 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

15 Nov 10:58
1184fe5
Compare
Choose a tag to compare

[0.7.4] - 2024-11-15

Fixed

eds-core-react@0.42.4

15 Nov 10:58
1184fe5
Compare
Choose a tag to compare

[0.42.4] - 2024-11-15

added

  • 🎨 Autocomplete: added onClear callback (triggered when clicking the 'clear' button) by @arkadiy93 in #3679

eds-data-grid-react@0.7.3

11 Nov 13:52
88d811e
Compare
Choose a tag to compare

[0.7.3] - 2024-11-11

Added

  • ✨ Expose table-instance via ref (tableInstanceRef) by @yusijs in #3670

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