Skip to content

Releases: equinor/design-system

eds-tokens@0.9.2

04 Jul 13:39
c658a2f
Compare
Choose a tag to compare

[0.9.2] - 2023-07-04

Changed

  • 📦️ Use .mjs file extension for es-modules in the build output, added exports field in package.json by @oddvernes in #2866
  • ⬆️ Updated rollup to v3.x by @oddvernes in #2908

eds-icons@0.19.2

04 Jul 08:04
eab8c5a
Compare
Choose a tag to compare

[0.19.2] - 2023-07-04

Changed

  • 📦️ Use .mjs file extension for es-modules in the build output, added exports field in package.json by @oddvernes in #2866

eds-tokens@0.9.1

25 Apr 12:23
bc90d72
Compare
Choose a tag to compare

[0.9.1] - 2023-04-25

eds-core-react@0.31.1

25 Apr 13:44
31c0a3b
Compare
Choose a tag to compare

[0.31.1] - 2023-04-25

Fixed

  • 🐛 Menu: Fixed a warning occurring when using Menu.Item as react-router Link by @oddvernes in #2858

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

eds-core-react@0.31.0

25 Apr 12:24
bc90d72
Compare
Choose a tag to compare

[0.31.0] - 2023-04-25

Added

  • Autocomplete: optionComponent prop for custom option templates by @oddvernes in #2852
  • Sidebar: Added Sidebar.Accordion and Sidebar.AccordionItem by @denektenina in #2797
  • Typography: Added fallback css variables for colors by @bjartebore in #2840
  • Menu: polymorphic Menu.Item (use as prop to override element type) by @oddvernes in #2817

Changed

  • 💄 Radio/Checkbox: changed visual size of hover background to conform to design by @oddvernes in #2824
  • 💄 Switch: physical size is now same as Radio/Checkbox to conform to design (from 40x40 to 48x48) by @oddvernes in #2824
  • ⬆️ Updated production dependencies for all packages by @oddvernes in #2848

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

eds-lab-react@0.7.0

30 Mar 11:57
732b078
Compare
Choose a tag to compare

[0.7.0] - 2023-03-30

Added

  • DatePicker: Forwarded renderCustomHeader prop and made an example called DatePickerSelectHeader by @bovan in #2826
  • DatePicker: Added disabled prop and styles by @bovan in #2826
  • DatePicker: Forwarded minDate, maxDate & disableAfterDate props by @bovan in #2826

Changed

  • DatePicker: Reworked filterDate to be able to use both disableBeforeDate and disableAfterDate at the same time by @bovan in #2826
  • DatePicker: Uses eds Label instead of custom label by @bovan in #2826
  • DatePicker: Updated react-datepicker to v4.10.0 (this is supposed to improve react 18 support) by @oddvernes in #2835

Fixed

  • DatePicker: fixed input dimensions that were wrong in some cases by @oddvernes in #2835

New Contributors

eds-core-react@0.30.0

15 Mar 11:33
8ae11fd
Compare
Choose a tag to compare

[0.30.0] - 2023-03-15

Fixed

  • 🐛 NativeSelect: fixed label not having disabled-style when disabled by @oddvernes in #2802
  • 🐛 Dialog: fixed css syntax errors in Dialog.Header, align-items: center; justify-content: space-between; is now applied by @oddvernes in #2801

Added

  • Accordion: Added onExpandedChange prop to Accordion.Item to enable controlled mode by @bjartebore in #2775
  • Autocomplete: added onInputChange and loading props to enable async search-as-you-type use cases. Updated storybook with example by @oddvernes in #2788
  • Autocomplete: added dropdownHeight prop allowing users to override default dropdown height by @oddvernes in #2793
  • Menu: added matchAnchorWidth prop by @bjartebore in #2806
  • Breadcrumbs: added option to not wrap Breadcrumbs with a new wrap prop, plus added forceTooltip prop. Added storybook example by @oddvernes in fdb178b

Changed

  • 🚸⚡️ Slider - new behaviour: min/max thumbs can no longer cross, plus some performance improvements by @oddvernes in #2783
  • 🚸💄 Input: added ellipsis to overflowing text, Autocomplete input: reduced padding-right by @oddvernes in #2807

New Contributors

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

eds-icons@0.19.1

14 Mar 14:34
0bd1bf2
Compare
Choose a tag to compare

[0.19.1] - 2023-03-14

Changed

  • ⬆️ Updated SVGO to version 3.0.2 (side effect: "z" in all svg paths changed to uppercase), by @oddvernes in #2799

eds-icons@0.19.0

03 Mar 13:00
f6ddb53
Compare
Choose a tag to compare

[0.19.0] - 2023-03-03

Added

  • sheet_rightposition
  • sheet_topposition

eds-core-react@0.29.1

03 Feb 14:10
f174345
Compare
Choose a tag to compare

[0.29.1] - 2023-02-03

Fixed

  • 🚑️ Hotfix: Roll back @types/react to 18.0.21 as the newer version created a mismatch in the Icon component type.

[0.29.0] - 2023-02-03

Added

  • Menu stays open after click on item with the new closeMenuOnClick prop by @denektenina in #2687
  • Input: Added css-variable (--eds-input-background) to more easily override background-color. Also works on Autocomplete, Textfield, Search and Textarea by @oddvernes in #2718
  • 📝 Storybook for Button and Tooltip: added best practices examples for how to use Tooltip with disabled Button by @denektenina in #2742
  • ✨ Added Tooltip support for Button.Toggle by @oddvernes in #2751

Fixed

  • ⚡️ Menu: Fix occasional 1-frame flicker when opening Menu by @denektenina in #2711
  • 💄 Accordion: Fixed double border between header and content by @denektenina in #2739
  • 💄 Dialog: Fixed spacing when scrollable is set by @oddvernes in #2749
  • 🎨 Paper: Made the elevation prop transient so it doesn't clutter the html by @bjartebore in #2764

New Contributors

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