Skip to content

Releases: equinor/design-system

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

eds-data-grid-react@0.6.1

04 Jun 14:09
a0eb80f
Compare
Choose a tag to compare

[0.6.1] - 2024-06-04

Fixed

  • 🐛 package.json: restored "engine" requirements to old values

eds-data-grid-react@0.6.0

04 Jun 12:38
b33e888
Compare
Choose a tag to compare

[0.6.0] - 2024-06-04

Added

  • ✨Expose enableSubRowSelection from react-table and make it disabled by default by @ana-cepuran in #3472

New Contributors

eds-data-grid-react@0.5.0

27 May 13:32
d61c056
Compare
Choose a tag to compare

[0.5.0] - 2024-05-27

Added

  • ✨ Added possibility for custom filters by @yusijs in #3359
  • ✨ Expose createColumnHelper from react-table by @magnh in #3451
  • ✨ Allow enabling/disabling multi row selection with enableMultiRowSelection by @mhwaage in #3355

Changed

  • 📌 Bump required styled-components version to 5.1 by @oddvernes in #3459
  • 🚸✨ Align selection state props with react table by @magnh in #3456

Details of #3456:

  • Warn developer in developer environment when using deprecated props.
  • Rename selectedRows to rowSelectionState and deprecated selectedRows.
  • Rename rowSelection to enableRowSelection and deprecated rowSelection.
  • Add onRowClick and onCellClick handlers as props.