Skip to content

Releases: equinor/design-system

[email protected]

26 Jan 14:00
164370b
Compare
Choose a tag to compare

[0.21.0] - 2024-01-26

Added

  • jacket
  • monopile

[email protected]

21 Dec 10:55
3611a39
Compare
Choose a tag to compare

[0.35.1] - 2023-12-21

Fixed

  • 🐛 Typography: Bug affecting users of styled-components v6 where line-clamping would be applied to all Typography elements on the page if the lines prop was set on one of them by @oddvernes in #3193

[email protected]

13 Dec 13:12
cdffccf
Compare
Choose a tag to compare

[0.7.4] - 2023-12-13

Changed

  • ⬆️ Updated eds-core-react/eds-icons dependencies

[email protected]

13 Dec 13:12
cdffccf
Compare
Choose a tag to compare

[0.20.0] - 2023-12-13

Changed

  • IconData type: svgPathData changed to string | Array<string> to allow multiple paths in the eds-core-react Icon component by @oddvernes in #3177

[email protected]

13 Dec 13:12
cdffccf
Compare
Choose a tag to compare

[0.2.0] - 2023-12-13

Added

  • ✨ Column pinning feature (adding columnPinState, scrollbarHorizontal, width and height props) by @yusijs in #3176
  • ✨ Functionality for manual/external sorting (adding manualSorting, onSortingChange and sortingState props) by @yusijs in #3172
  • ✨ Support for external paginator via a new externalPaginator prop by @yusijs in #3162

Changed

  • 💄 Design improvements to filter functionality by @yusijs in #3162

[email protected]

13 Dec 13:12
cdffccf
Compare
Choose a tag to compare

[0.35.0] - 2023-12-13

Added

  • Icon: Added support for multiple paths (type IconData.svgPathData is now string | Array<string>) by @oddvernes in #3177

Fixed

Changed

  • 🧑‍💻 SideSheet: open prop type changed to required, conditionally render title and close button to reflect the optional types of title and onClose props by @oddvernes in #3161

Full Changelog: https://github.com/equinor/design-system/compare/[email protected]@0.35.0

[email protected]

17 Nov 11:10
c77f133
Compare
Choose a tag to compare

[0.34.0] - 2023-11-17

Added

Changed

Fixed

  • 📱 Slider: added touch support for range slider by @oddvernes in #3144
  • 🐛 Slider: fixed bug in Safari where slider would grow in width on mouseover by @oddvernes in #3145

[email protected]

20 Oct 12:09
415ebfc
Compare
Choose a tag to compare

[0.8.3] - 2023-10-20

Fixed

[email protected]

20 Oct 12:10
415ebfc
Compare
Choose a tag to compare

[0.7.3] - 2023-10-20

Fixed

[email protected]

20 Oct 12:09
415ebfc
Compare
Choose a tag to compare

[0.33.1] - 2023-10-20

Fixed

  • 🐛Chip: only hover color when clickable (fixed for error variant) by @oddvernes in #3096
  • 🐛 Table.Row: fix Styled-components v6 printing a false positive console warning about active prop by @oddvernes in #3104
  • 🐛 Slider: change returnvalue type for onChange and onChangeCommitted from number[] | number to number[] to reflect reality. And allow value for non-range slider to be number[] (an array with only one number) by @oddvernes in #3076
  • ⬆️ Update @babel/runtime to fix a vulnerability in its dependency @babel/traverse (https://nvd.nist.gov/vuln/detail/CVE-2023-45133) by @oddvernes in #3115

Full Changelog: https://github.com/equinor/design-system/compare/[email protected]@0.33.1