Skip to content

Releases: equinor/design-system

[email protected]

22 Feb 09:50
1d01345
Compare
Choose a tag to compare

[0.5.5] - 2021-02-22

Added

  • New background token: background__semitransparent (#1100)

[email protected]

22 Feb 09:50
1d01345
Compare
Choose a tag to compare

[0.8.5] - 2021-02-22

Added ✨

  • Progress indicators (#1090, #1098)
    • Circular, Star and Dots now have a size property for adjusting size.
    • Circular and Dots now have a color property following the same color scheme as our other components.
    • Refactored as compound components. You can now find the progress indicators under Progress, such as Progress.Dots, Progress.Star etc..
      • The individual LinearProgress, CircularProgress, StarProgress & DotProgress will be removed at a later time
  • Accordion.Header now has an onToggle callback to help defer rendering of content when Accordion are opened/closed (#1121)

Fixed 🐛

  • Adjusted text and icon placements inside Button so that Icon (svg) will always align to the sides regardless of button width (#1085)
  • Fixed Menu story where content would skew the MenuItem height (#1104)
  • Progress indicators (#1090, #1098)
    • Adjustments so that Circular and Dots can be used inside Button
    • Cleaned up component so that they are pure svgs now (except for Linear)

Changed 📓

  • Cleaned up sub-component naming, so no more repeating names such as, Card.CardActions or Menu.MenuSection (#1083)
    • The old sub-component names are still there but will be removed at a later time
  • Updated our storybook stories to better reflect usages of components with sub-components (#1094)

Deprecated

  • Progress indicators (#1090)
    • Removed variant property on Dots (replaced by color property)
  • Button do no longer force size on nested Icon

[email protected]

21 Jan 14:58
d984c27
Compare
Choose a tag to compare

[0.6.2] - 2021-01-21

Fixed 🐛

  • Icon name typo for icon close_cricle_outlined -> close_circle_outlined (#993)

[email protected]

21 Jan 14:54
7480dc8
Compare
Choose a tag to compare

[0.8.4] - 2021-01-21

Added ✨

  • Active, error and hover states in Table (#940)
  • Support for toggling sortable Table column styling. New property sort on Table.Cell (#983)
  • Sticky Table head (#1031). New property sticky on Table.Head

Fixed 🐛

  • Tests for Table (#297)
  • Missing primary color on Button variant="ghost_icon" (#986)
  • Hover bug on touch devices (#987)
  • Icon bug in Storybook when changing name (#955)
  • SingleSelect items are properly updated when changed after initial render (#1064)

Changed 📓

  • Improved Table.Cell (#997)
  • Refactored Table to use React.forwardRef (#1007)

Deprecated

  • Table.Cell as property on is removed. This had to be done due to technical limitations with new features. Table.Cell will now automatically render th or td based on "parent" element.

[email protected]

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)

[email protected]

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

[email protected]

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)

[email protected]

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.

[email protected]

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

[0.5.2] - 2020-11-26

Changed 📓

  • Updated README.md

[email protected]

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)