Skip to content

Releases: equinor/design-system

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

eds-icons@0.18.0

26 Jan 13:06
6c9703f
Compare
Choose a tag to compare

[0.18.0] - 2023-01-26

Added

  • stop_circle
  • stop_circle_outlined

Fixed

  • Rendering error line
  • Rendering error onshore_drone

eds-core-react@0.28.0

21 Dec 09:14
9a82207
Compare
Choose a tag to compare

What's Changed

[0.28.0] - 2022-12-21

Added

  • 📝 Table storybook: Added example of virtual scrolling by @denektenina in #2664
  • Autocomplete is now virtualized to handle large data sets, and have a new prop multiline (multiline, where option text wraps, was previously the default behaviour). Also fixes missing padding for multiline when more than 2 lines of text by @oddvernes in #2689

Fixed

  • 📝 Added missing changelog entry to v0.24.0 regarding Button variant ghost_icon and contained_icon size change by @oddvernes in #2677
  • 📝 Added missing changelog entry to v0.25.0 regarding Autocomplete variant by @oddvernes in #2695
  • 📝 Slider storybook: Improve docs for outputFunction by @Strepto in #2674
  • 📝 Storybook: Fixed wrongly rendered "show code" in certain stories by @denektenina in #2681
  • ⬆️ Autocomplete: Upgraded downshift to 7.0.5 to fix react 18 issue where the dropdown was open on load in dev enviroment by @oddvernes in #2697

Changed

  • 🐛♿️ Autocomplete: change behaviour on inputBlur by @oddvernes in #2676

Removed

  • 🔥Storybook: Disable compact stories where it is not implemented yet by @oddvernes in #2655

New Contributors

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

eds-icons@0.17.0

25 Nov 11:09
9ca734c
Compare
Choose a tag to compare

[0.17.0] - 2022-11-25

Added

  • wellbore

eds-core-react@0.27.0

17 Nov 12:58
cecb893
Compare
Choose a tag to compare

[0.27.0] - 2022-11-17

Added

  • 📝 Textfield Storybook: Added validation example by @oddvernes in #2640

Fixed

  • 🐛 SideBar: Fixed Sidebar.Button and Sidebar.Toggle ref by @oddvernes in #2650

Changed

  • ⬆️ Upgraded downshift to 7.0.1 (Improves ARIA-patterns in Autocomplete) by @denektenina in #2637

Removed

BREAKING CHANGES

New Contributors

Full Changelog: https://github.com/equinor/design-system/compare/eds-icons@0.16.0...eds-core-react@0.27.0

eds-icons@0.16.0

07 Nov 14:33
0857416
Compare
Choose a tag to compare

[0.16.0] - 2022-11-07

Added

  • enlarge
  • offline_document
  • open_side_sheet
  • reduce
  • sheet_bottom_position
  • sheet_leftposition

Fixed

  • Rendering error approve
  • Rendering error tag_more

Changed

  • Resized in_progress