Skip to content

Releases: equinor/design-system

eds-icons@0.12.0

30 Jun 07:14
b7db438
Compare
Choose a tag to compare

Added

  • signature
  • approve
  • no_craning
  • craning
  • toolbox
  • toolbox_wheel
  • toolbox_rope
  • badge
  • hand_radio
  • substation_onshore
  • substation_offshore
  • expand
  • collapse

eds-utils@0.2.3

24 Jun 20:58
c0e475e
Compare
Choose a tag to compare

Changed

eds-core-react@0.20.4

24 Jun 20:58
c0e475e
Compare
Choose a tag to compare

[0.20.4] - 2022-06-24

Added

Fixed

  • 🐛 Using Icon data should work properly if size is not defined by @mimarz in #2327
  • 🐛 Fixed TextField style prop being sent container and inner input by @mimarz in #2337
  • 🐛 Fixed Autocomplete onOptionsChange when not controlled & cleaned up react hooks form example by @mimarz in #2335

eds-core-react@0.20.3

20 Jun 09:31
324948b
Compare
Choose a tag to compare

Added

Fixed

  • 🐛 TypographyTemplate in Tab by @martalalik in #2316
  • 🐛 Improved Autocomplete object comparisons for showing all available options on open by @mimarz in #2322

eds-lab-react@0.4.1

16 Jun 10:49
0ab5a7a
Compare
Choose a tag to compare

Fixed

eds-core-react@0.20.2

16 Jun 08:47
0ab5a7a
Compare
Choose a tag to compare

Added

  • Accordion now has a new sub-component; Accordion.HeaderActions! This should make it easier to have interactive elements in the Accordion.Header while maintaining proper a11y. (#2091)

Fixed

  • Autocomplete
    • Should no longer trigger re-renders when closed. (#2295)
    • Should now correctly update if options are changed after initialization. (#2304)
    • onOptionsChange should now properly trigger when controlled in single select mode. (#2300)
    • Bumped dropdown z-index to match other EDS components. (#2309)

eds-utils@0.2.2

09 Jun 06:36
7e32862
Compare
Choose a tag to compare

Changed

  • Upgraded dev dependencies & fixed missing types(#2183)

eds-tokens@0.7.1

09 Jun 11:22
9b201b8
Compare
Choose a tag to compare

Changed

  • Upgraded dev dependencies(#2183)

eds-icons@0.11.0

09 Jun 11:23
1831936
Compare
Choose a tag to compare

Added

  • zip_file
  • subsea_drone
  • onshore_drone
  • anchor
  • aerial_drone

Fixed

  • Fixed typo in icons. Make sure to update the following icons to fixed name
    • communte -> commute
    • headseat_mic -> headset_mic
    • desktop_windwos -> desktop_windows
    • breifcase -> briefcase
    • format_stikethrough -> format_strikethrough
    • mood_extreamly_sad -> mood_extremely_sad
    • mood_extreamly_happy -> mood_extremely_happy

Removed

  • communte
  • headseat_mic
  • desktop_windwos
  • breifcase
  • format_stikethrough
  • mood_extreamly_sad
  • mood_extreamly_happy

eds-core-react@0.20.1

09 Jun 10:21
30c4699
Compare
Choose a tag to compare

Deprecated

  • ariaLabelledby has been deprecated on Slider. Use aria-labelledby instead. (#2173)