Skip to content

Releases: equinor/design-system

eds-data-grid-react@0.2.0

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

eds-core-react@0.35.0

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

  • 🐛 Autocomplete: Fixed scrollbar clipping issue that manifested in Firefox by @oddvernes in #3179
  • 🐛 Slider: Fixed a bug where label tooltip was always visible for users with styled-components@5.x.x by @oddvernes in #3173

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/eds-core-react@0.34.0...eds-core-react@0.35.0

eds-core-react@0.34.0

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

eds-utils@0.8.3

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

[0.8.3] - 2023-10-20

Fixed

eds-lab-react@0.7.3

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

[0.7.3] - 2023-10-20

Fixed

eds-core-react@0.33.1

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/eds-core-react@0.33.0...eds-core-react@0.33.1

eds-utils@0.8.2

26 Sep 21:10
18aef70
Compare
Choose a tag to compare

[0.8.2] - 2023-09-26

Added

eds-lab-react@0.7.2

26 Sep 21:10
18aef70
Compare
Choose a tag to compare

[0.7.2] - 2023-09-26

Added

eds-data-grid-react@0.1.0-beta.3

26 Sep 21:11
18aef70
Compare
Choose a tag to compare

[0.33.0] - 2023-09-26

Added

eds-core-react@0.33.0

26 Sep 21:10
18aef70
Compare
Choose a tag to compare

[0.33.0] - 2023-09-26

Added

Changed

Fixed

  • 💄 Breadcrumbs: fixed vertical alignment for icons by @oddvernes in #3023
  • 💄 Radio/Checbox/Switch fixed z-index bug where component could show through overlaying content by @oddvernes in #3032
  • 🔒️ Utils: Moved babel-jest to dev-dependencies by @oddvernes in #3055
  • 🚸 SideBar: add aria-label to toggle button by @ingeridhellen in #3066
  • 🐛 Autocomplete improved fix for "Maximum update depth exceeded" crash caused by merging refs by @oddvernes in #3069

New Contributors