Skip to content

Releases: equinor/design-system

[email protected]

17 Jan 13:56
3e19342
Compare
Choose a tag to compare

[0.8.6] - 2025-01-17

Changed

  • useId: changed from randomly generated number to deterministic counter in order to support server side rendering by @sebastianvitterso in #3706

[email protected]

17 Jan 13:56
3e19342
Compare
Choose a tag to compare

[0.7.5] - 2025-01-17

Added

New Contributors

[email protected]

17 Jan 13:55
3e19342
Compare
Choose a tag to compare

[0.43.0] - 2025-01-17

Fixed

  • 🐛Tooltip: fixed an issue that caused the Tooltip to flicker in some cases by @oddvernes in #3695
  • 🐛Icon: icon now uses deterministically generated id internally to work better with server side rendering by @sebastianvitterso in #3706

Added

  • Tooltip: Allow defining custom root element for tooltips portal by setting the new rootElement prop on the EdsProvider by @yusijs in #3696
  • 🧑‍💻Tooltip: added eds-tooltip class for easier access to override styling by @oddvernes in #3700

Changed

  • 🧑‍💻components are 'use client' by default for better ssr support (this only applies to non-composite components) by @oddvernes in #3703
  • ⬆️ updated dev dependencies by @oddvernes in #3713
  • ⬆️ updated prod dependencies by @oddvernes in #3715

[email protected]

08 Jan 12:29
4bda8c0
Compare
Choose a tag to compare

[0.22.0] - 2025-01-08

Added

  • circle_filled

Changed

  • in_progress stroke thickness adjusted to conform with the rest of the circle icons

[email protected]

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

[email protected]

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

[0.7.4] - 2024-11-15

Fixed

[email protected]

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

[email protected]

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

[email protected]

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

[email protected]

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