Skip to content

Releases: equinor/design-system

eds-icons@0.15.0

12 Oct 08:54
91d219b
Compare
Choose a tag to compare

[0.15.0] - 2022-10-12

Added

  • in_progress

Removed

  • 🔥 Remove commonjs path for in eds-icons & eds-tokens by @mimarz in #2571

eds-core-react@0.24.0

12 Oct 08:54
91d219b
Compare
Choose a tag to compare

[0.24.0] - 2022-10-06

Added

  • ✨ Autocomplete: Support for toggling if input is cleared on selection by @mimarz in #2545
  • ✨Polymorphic tabs by @oddvernes in #2556

Changed

  • ♻️ Autocomplete: Always show all options on re-open after selection by @mimarz in #2562
  • ⬆️ upgraded floating-ui to v0.10.1 by @oddvernes in #2554
  • 🔧 Conform packages build, test & linting by @mimarz in #2555
  • 💄 Button variant ghost_icon and contained_icon changed size from 48px to 40px by @mimarz #2351

Fixed

  • 🐛 Accordion: prevent toggle from submitting form by @oddvernes in #2567

Full Changelog: https://github.com/equinor/design-system/compare/eds-core-react@0.23.0...eds-core-react@0.24.0

eds-utils@0.4.0

05 Oct 07:48
58959e2
Compare
Choose a tag to compare

[0.4.0] - 2022-10-05

Changed

eds-lab-react@0.5.0

05 Oct 07:48
58959e2
Compare
Choose a tag to compare

[0.5.0] - 2022-10-05

Changed

eds-core-react@0.23.0

05 Oct 07:48
58959e2
Compare
Choose a tag to compare

[0.23.0] - 2022-10-05

Changed

Fixed

Full Changelog: https://github.com/equinor/design-system/compare/eds-core-react@0.22.0...eds-core-react@0.23.0

eds-core-react@0.22.0

29 Sep 12:43
920b780
Compare
Choose a tag to compare

[0.22.0] - 2022-09-29

Fixed

  • ♻️ Replaced usage of nullish coalescing operator by @mimarz in #2530
  • 🐛 Popover: removed overflow: hidden from Popover.Content by @martalalik in #2524
  • 🐛 Tabs, storybook: scroll with prev/next buttons story improvements by @oddvernes in #2500
  • 🐛 Autocomplete: fixed missing z-index on dropdown by @oddvernes in #2503
  • 🐛 Popover: fixed missing arrow by @oddvernes in #2507

Added

Changed

  • 🎨 Scrim: Use Floating-UI FloatingOverlay to improve scroll-lock and remove content jump by @martalalik in #2513

eds-icons@0.14.0

20 Sep 07:25
c47acf8
Compare
Choose a tag to compare

[0.14.0] - 2022-09-19

Added

  • filter_alt_active
  • filter_alt_off
  • collapse_screen
  • expand_screen
  • minimize
  • slack

Changed

  • Redesigned arrow on priority_low & priority_high

eds-icons@0.13.0

12 Sep 11:06
cb95b1f
Compare
Choose a tag to compare

[0.13.0] - 2022-08-30

Added

  • oil
  • oil_barrel

eds-utils@0.3.0

08 Sep 11:04
b67c8ae
Compare
Choose a tag to compare

[0.3.0] - 2022-09-08

Added

  • ✨ Added mergeRefs utility function, this replaces useCombinedRefs and works the same way, except it doesn't internally memoize the ref, by @oddvernes in #2381
  • ✨ Added OverridableComponent type by @oddvernes in #2410

Removed

  • 🗑️ useCombinedRefs was removed/renamed to mergeRefs by @oddvernes in #2381

Deprecated

eds-core-react@0.21.0

08 Sep 08:28
b67c8ae
Compare
Choose a tag to compare

[0.21.0] - 2022-09-08

Fixed

  • 💄 Fixes to make sure both style and className are applied to outermost element (changes to switch, NativeSelect, Radio, Checkbox, Search, Autocomplete) by @oddvernes in #2367
  • 🐛 Popover: changed to overflow: auto by @oddvernes in #2431

Added

  • Autocomplete: Added disable clear button prop (hideClearButton) by @Simrayz in #2378
  • ✨ Added width prop to SideSheet by @martalalik in #2399
  • Button is now a proper overridable component (can be rendered as another component/element-type with the as prop and typescript will only allow valid props for that component) by @oddvernes in #2410
  • ✨ Make Typography an overridable component by @oddvernes in #2432
  • ✨ Make Breadcrumb an overridable component by @oddvernes in #2442
  • ✨ Created Button.Group wrapper component by @martalalik in #2420

Changed

  • ♻️ Replaced popperjs with floating-UI in Tooltip by @oddvernes in #2377
  • ♻️ Replaced popperjs with floating-UI in Popover by @oddvernes in #2384
  • ♻️ Replaced popperjs with floating-UI in Menu by @oddvernes in #2405
  • ♻️ Replaced popperjs with floating-UI in Autocomplete by @oddvernes in #2460
  • 📝 Updated Typography documentation in storybook by @martalalik in #2247
  • 🗑️ Card: removed logic to style cursor based on onClick listener being present by @oddvernes in #2436
  • 💄 Topbar: inline padding reduced from 40 to 24px by @oddvernes in #2451