Skip to content

Commit

Permalink
Release eds-core-react@0.8.4 (#1070)
Browse files Browse the repository at this point in the history
* πŸ”– changelog & bump version

* πŸ’š Storefont didn't like me changing core-react version πŸ˜₯

* ✏️ Back to the future release
  • Loading branch information
Michael Marszalek authored Jan 21, 2021
1 parent 0b7cde2 commit 7480dc8
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions libraries/core-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,31 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.8.4] - 2021-01-21

### Added ✨

- Active, error and hover states in `Table` ([#940](https://github.com/equinor/design-system/issues/940))
- Support for toggling sortable Table column styling. New property `sort` on `Table.Cell` ([#983](https://github.com/equinor/design-system/issues/983))
- Sticky Table head (#1031). New property `sticky` on `Table.Head`

### Fixed πŸ›

- Tests for Table ([#297](https://github.com/equinor/design-system/issues/297))
- Missing primary color on `Button` `variant="ghost_icon"` ([#986](https://github.com/equinor/design-system/issues/986))
- Hover bug on touch devices ([#987](https://github.com/equinor/design-system/issues/987))
- Icon bug in Storybook when changing name ([#955](https://github.com/equinor/design-system/issues/955))
- `SingleSelect` items are properly updated when changed after initial render (#1064)

### Changed πŸ““

- Improved `Table.Cell` ([#997](https://github.com/equinor/design-system/issues/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.

## [0.8.3] - 2020-12-14

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion libraries/core-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/eds-core-react",
"version": "0.8.3",
"version": "0.8.4",
"description": "The React implementation of the Equinor Design System",
"main": "src/index.ts",
"publishConfig": {
Expand Down

0 comments on commit 7480dc8

Please sign in to comment.