Skip to content

Commit

Permalink
Release eds-core-react (#966)
Browse files Browse the repository at this point in the history
* 📝 Update readme with new components

* 📝 Start work for changelog

* 📝 Update CHANGELOG.md

* 📝 Guess it's actually a change

* 📝 Update version number

* 📝 Undo the move from fixed to change
  • Loading branch information
wenche authored Dec 9, 2020
1 parent 79983ea commit 8512b00
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions libraries/core-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,25 @@ 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.0] - 2020-12-09

### Added ✨

- `SingeSelect` component ([#896](https://github.com/equinor/design-system/issues/896))
- `MultiSelect` component ([#897](https://github.com/equinor/design-system/issues/897))

### Fixed 🐛

- Fix wrong spacings inside `Chip` causing the content to not be proper centered ([#956](https://github.com/equinor/design-system/issues/956))
- Hover size on ghost buttons ([#595](https://github.com/equinor/design-system/issues/595))

### Changed 📓

- Use base tokens in `Button` component ([#831](https://github.com/equinor/design-system/issues/831))
- Use base tokens in `Table` component ([#830](https://github.com/equinor/design-system/issues/830))
- Support for React 17 ([#813](https://github.com/equinor/design-system/issues/813))
- Update dependencies ([#904](https://github.com/equinor/design-system/issues/904))

## [0.7.1] - 2020-11-26

### Changed 📓
Expand Down
4 changes: 2 additions & 2 deletions libraries/core-react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ render(<App />, document.getElementById('root'))
- Scrim
- Search
- Select (Native Select)
- Single Select
- Multi Select
- Selection Controls
- Side Sheet
- Slider
Expand All @@ -85,8 +87,6 @@ render(<App />, document.getElementById('root'))
### In progress 👷‍♀️

- Navigation Drawer
- Single Select
- Multi Select

### TODO 🛠️

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.7.1",
"version": "0.8.0",
"description": "The React implementation of the Equinor Design System",
"main": "src/index.ts",
"publishConfig": {
Expand Down

0 comments on commit 8512b00

Please sign in to comment.