Skip to content

Releases: equinor/design-system

eds-core-react@0.8.3

14 Dec 11:25
61028cd
Compare
Choose a tag to compare

[0.8.3] - 2020-12-14

Fixed

  • Removed unintended full width on <Button> (#976)

eds-tokens@0.5.3

09 Dec 12:26
79983ea
Compare
Choose a tag to compare

[0.5.3] - 2020-12-09

Removed

  • Removed component tokens in favour of the base tokens approach
    • Table (#830)
    • Button (#831)
      • Danger
      • Disabled
      • Primary
      • Secondary

eds-core-react@0.8.0

09 Dec 12:27
8512b00
Compare
Choose a tag to compare

[0.8.0] - 2020-12-09

Added ✨

  • SingeSelect component (#896)
  • MultiSelect component (#897)

Fixed 🐛

  • Fix wrong spacings inside Chip causing the content to not be proper centered (#956)
  • Hover size on ghost buttons (#595)

Changed 📓

  • Use base tokens in Button component (#831)
  • Use base tokens in Table component (#830)
  • Support for React 17 (#813)
  • Update dependencies (#904)

eds-icons@0.6.0

30 Nov 10:53
2568117
Compare
Choose a tag to compare

[0.6.0] - 2020-11-30

Fixed

  • Fixed icons with typo verticle -> vertical
    • more_verticle
    • verticle_split
    • text_rotation_verticle
    • verticle_align_top
    • verticle_align_center
    • verticle_align_bottom
    • border_verticle
    • swap_verticle
    • swap_verticle_circle

Deprecated

  • @equinor/eds-icons/commonjs path will be removed as defined as commonjs is the main type for the package now.

eds-tokens@0.5.2

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

[0.5.2] - 2020-11-26

Changed 📓

  • Updated README.md

eds-tokens@0.5.1

26 Nov 10:20
239b7dc
Compare
Choose a tag to compare

[0.5.1] - 2020-11-26

Added ✨

Changed 📓

  • Updated line height for Cell Text (Table) tokens and text color for Snackbar #824
  • 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)

eds-icons@0.5.1

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

[0.5.1] - 2020-11-26

Changed 📓

  • Updated README.md

eds-icons@0.5.0

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)

eds-core-react@0.7.1

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

[0.7.1] - 2020-11-26

Changed 📓

  • Updated README.md

eds-core-react@0.7.0

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)