Skip to content

Releases: equinor/design-system

[email protected]

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

[email protected]

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

[email protected]

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

[email protected]

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

[email protected]

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

[email protected]

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

[email protected]

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

[email protected]

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

[0.41.3] - 2024-08-28

Changed

  • Popover: implement native popover. This also deprecates the withinPortal prop. by @oddvernes in #3601
  • 🔥 Autocomplete: remove deprecated disablePortal prop by @oddvernes in #3603

Fixed

  • 🐛 Autocomplete: deselect multiple does not work with complex items by @mhwaage in #3600

[email protected]

26 Aug 10:12
74d571f
Compare
Choose a tag to compare

[0.41.2] - 2024-08-26

Changed

New Contributors

[email protected]

20 Aug 10:57
ca2d8f2
Compare
Choose a tag to compare

[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