diff --git a/libraries/core-react/CHANGELOG.md b/libraries/core-react/CHANGELOG.md index 19d813a66b..f6df515741 100644 --- a/libraries/core-react/CHANGELOG.md +++ b/libraries/core-react/CHANGELOG.md @@ -5,6 +5,20 @@ 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.4.1] - 2020-07-13 + +### Added + +- `` can now limit the number of visible lines, render any typography style in EDS, change the underlying html element and override/extend tokens used for a particular variant +- `` can now have headers in columns in the table body + +### Fixed ๐Ÿ› + +- Fixed horizontal alignment of icons and unintended border-color in `
`([#407](https://github.com/equinor/design-system/issues/407)) + ## [0.4.0] - 2020-06-25 ### Added diff --git a/libraries/core-react/package.json b/libraries/core-react/package.json index e9d72fb0fe..f1e4dea6ef 100644 --- a/libraries/core-react/package.json +++ b/libraries/core-react/package.json @@ -1,6 +1,6 @@ { "name": "@equinor/eds-core-react", - "version": "0.4.0", + "version": "0.4.1", "description": "The React implementation of the Equinor Design System", "main": "dist/core-react.cjs.js", "module": "dist/core-react.es.js",