Skip to content

Releases: equinor/design-system

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

eds-core-react@0.41.3

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

eds-core-react@0.41.2

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

[0.41.2] - 2024-08-26

Changed

New Contributors

eds-core-react@0.41.1

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

eds-core-react@0.41.0

14 Aug 11:59
1d71e1a
Compare
Choose a tag to compare

[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 inside Menu by @oddvernes in #3583
  • 🩹 Tabs: Fix firefox error message caused by invalid value for scrollbar-width by @benjamin-lyon in #3578
  • ♿️ Menu: added missing role="group" to Menu.Section by @oddvernes in #3583

Changed

New Contributors

eds-core-react@0.40.1

10 Jul 13:36
daece9f
Compare
Choose a tag to compare

[0.40.1] - 2024-07-10

Fixed

  • πŸ› Autocomplete: Do not attach document.body if server side rendering by @magnh in #3542

Changed

  • πŸ§‘β€πŸ’» Icon: improve icon type definition by making it a descriminated union on name and data by @FredrikMWold in #3547
  • ⬆️ Updated prod dependencies by @oddvernes in #3554

eds-core-react@0.40.0

21 Jun 08:22
60bd3b4
Compare
Choose a tag to compare

[0.40.0] - 2024-06-21

Fixed

  • πŸ’„ DatePicker: use correct token for text color by @oddvernes in #3520
  • πŸ› DatePicker: export DatePickerProps type by @oddvernes in #3538
  • πŸ› Autocomplete: reverted changes from #3408 (conditional optionLabel type) due to typescript issues when wrapping the component. Also made options type readonly 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: added hideClearButton prop, and also hide clear button if no date is set by @oddvernes in #3537