Releases: equinor/design-system
Releases · equinor/design-system
[email protected]
[email protected]
[0.8.5] - 2021-02-22
Added ✨
- Progress indicators (#1090, #1098)
Circular
,Star
andDots
now have asize
property for adjusting size.Circular
andDots
now have acolor
property following the same color scheme as our other components.- Refactored as compound components. You can now find the progress indicators under
Progress
, such asProgress.Dots
,Progress.Star
etc..- The individual
LinearProgress
,CircularProgress
,StarProgress
&DotProgress
will be removed at a later time
- The individual
Accordion.Header
now has anonToggle
callback to help defer rendering of content whenAccordion
are opened/closed (#1121)
Fixed 🐛
- Adjusted text and icon placements inside
Button
so thatIcon
(svg) will always align to the sides regardless of button width (#1085) - Fixed
Menu
story where content would skew theMenuItem
height (#1104) - Progress indicators (#1090, #1098)
- Adjustments so that
Circular
andDots
can be used insideButton
- Cleaned up component so that they are pure svgs now (except for
Linear
)
- Adjustments so that
Changed 📓
- Cleaned up sub-component naming, so no more repeating names such as,
Card.CardActions
orMenu.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 onDots
(replaced bycolor
property)
- Removed
Button
do no longer force size on nestedIcon
[email protected]
[0.6.2] - 2021-01-21
Fixed 🐛
- Icon name typo for icon
close_cricle_outlined
->close_circle_outlined
(#993)
[email protected]
[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
onTable.Cell
(#983) - Sticky Table head (#1031). New property
sticky
onTable.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 📓
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 renderth
ortd
based on "parent" element.
[email protected]
[email protected]
[email protected]
[email protected]
[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 ascommonjs
is themain
type for the package now.
[email protected]
[0.5.2] - 2020-11-26
Changed 📓
- Updated README.md