Skip to content

Releases: equinor/design-system

[email protected]

26 Nov 14:14
f1819ac
Compare
Choose a tag to compare

[0.5.1] - 2020-11-26

Changed 📓

  • Updated README.md

[email protected]

26 Nov 10:24
ce99fd4
Compare
Choose a tag to compare

[0.5.0] - 2020-11-26

Added ✨

Changed 📓

  • Changed module types for better support with commonjs and esm. Using the <some-eds-npm-package>/commonjs path on packages should no longer be needed and will be deprecated in the future (#887)

[email protected]

26 Nov 14:13
f1819ac
Compare
Choose a tag to compare

[0.7.1] - 2020-11-26

Changed 📓

  • Updated README.md

[email protected]

26 Nov 10:05
5b2047b
Compare
Choose a tag to compare

[0.7.0] - 2020-11-26

Added ✨

Fixed 🐛

  • Added a guard clause to handle null values for Accordion children (#688)
  • CardMedia spacing bug (#603)
  • Added props spread to BannerAction (#478)
  • Pagination bug (#647)
  • Bundle improvements (#627)
  • Cleaned up leaking devDependencies (#862)
  • Hide Tooltip when title is empty (#920)

Changed 📓

  • Updated z-index values for correct layering of the components (#872)
  • Changed licence from GNU AGPL to MIT (#852)
  • Clean up use of spacings in Card (#717)
  • Changed module types for better support with commonjs and esm. Using the <some-eds-npm-package>/commonjs path on packages should no longer be needed and will be deprecated in the future (#887)
  • Removed unused dependencies (#870)
  • Cleaning and remodelling core-react for the future 💅 (#887)

[email protected]

16 Sep 15:34
895c8f1
Compare
Choose a tag to compare

[0.6.2] - 2020-09-16

Fixed 🐛

  • Fixed onClose handler not being called when MenuItem was used inside MenuSection (#546)
  • Fixed focus showing when clicking on MenuItem (#544)
  • Fixed an issue where Divider did not stretch to full width (#608)
  • Fixed Head styling when Table is set to width: 100% (#610)

Changed

  • Added outside click support for closing Menu. Outside clicks will now call the onClose handler function. (#548)
  • Added data property to Icon component to easily compose icon to be rendered. (#584)
    • See Icon README for more information

[email protected]

11 Sep 12:11
d071e36
Compare
Choose a tag to compare

[0.4.0] - 2020-09-11

Added

  • New icon as alternative to filter (funnel) called filter_alt
    image

Changed

  • Tweaked svg data for info_circle & list

[email protected]

04 Sep 10:04
21c3096
Compare
Choose a tag to compare

Fixed 🐛

  • Loosened up on Tabs & TabsPanel typechecking for children (#539)

[email protected]

03 Sep 10:57
aea7d50
Compare
Choose a tag to compare

Added

Color

  • Added missing overlay color pressed_overlay_light

Removed

  • Removed unused colors in EDS
    • field__fill_resting
    • field__fill_hover
    • field__fill_activated

Changed

Color

  • Changed link_in_snackbars for better contrast.

[email protected]

03 Sep 10:56
aea7d50
Compare
Choose a tag to compare

Added

  • <Menu> component
  • <Pagination> component

Fixed 🐛

  • Changed background color on <Tabs> to transparent (#533)
  • Improved tooltip inconsistencies when used inside a table (#488)
  • Fixed Tooltip triggering on some disabled elements (#479)
  • Fixed misplaced text when using <Button> as link or upload (#482)
  • Fixed wrong color on action buttons in snackbar (#535)
  • Fixed elevation for dialog (#534)

[0.5.1] - 2020-07-15

Changed

  • Font-weight has been increased to medium in all cases where the font-size is below 16px for improved legibility. This change is most notable in table cells and labels.
  • Font-size has been increased and line-height decreased for <helper> and <label>
  • <Icon> now uses currentColor for its fill value – which means it inherits its fill colour from its parents color value
  • <Typography> now accepts any value for its color property

[email protected]

16 Jul 06:30
12acfd0
Compare
Choose a tag to compare

Changed

  • Font-weight is increased from 400 (regular) to 500 (medium) in all cases where the font-size is below 16px
  • Font-size is increased and line-height decreased for label and helper
  • Values such as underline, uppercase etc. are now lowercase

Removed

  • tabs.inactive-text is not in use in EDS Core React and has been removed