Skip to content

Releases: equinor/design-system

[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

[email protected]

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

[email protected]

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

[email protected]

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

[email protected]

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

[email protected]

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

[email protected]

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.

[email protected]

27 May 11:59
f87d4b0
Compare
Choose a tag to compare

[0.39.0] - 2024-05-27

Fixed

  • 🐛 DatePicker: Datetime-input was formatted with / instead of : by @yusijs in #3450
  • 🐛 Autocomplete: added explicit transparent background-color to [popover]::backdrop by @oddvernes in af36ebd

Added

  • Autocomplete: Solution for object-checking by value instead of reference with new itemCompare prop by @yusijs in #3455

Changed

  • 📌 Changed required styled-components version to 5.1 in peer dependencies by @oddvernes in #3459

[email protected]

16 May 08:09
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

[0.10.0-beta.0] - 2024-05-16

Added

  • Add code and structure to generate and sync new tokens from Figma Variables
  • Provide tokens in CSS, TS, and JSON

[email protected]

14 May 13:33
9190f32
Compare
Choose a tag to compare

[0.8.5] - 2024-05-14

Changed