From 12145a32c316742185e1f3a6f09d42f990c7c812 Mon Sep 17 00:00:00 2001 From: Victor Nystad Date: Mon, 8 Jun 2020 13:42:15 +0200 Subject: [PATCH] Eds core react release 0.3.0 (#350) * update changelog * bump version * update storefront component status * update README and CHANGELOG --- .../component-status/component-status.yaml | 12 +++++------ libraries/core-react/CHANGELOG.md | 20 +++++++++++++++++++ libraries/core-react/README.md | 14 ++++++------- libraries/core-react/package.json | 2 +- 4 files changed, 34 insertions(+), 14 deletions(-) diff --git a/apps/storefront/src/data/component-status/component-status.yaml b/apps/storefront/src/data/component-status/component-status.yaml index 02500816fd..1a32648b08 100644 --- a/apps/storefront/src/data/component-status/component-status.yaml +++ b/apps/storefront/src/data/component-status/component-status.yaml @@ -177,7 +177,7 @@ components: figma: - *4 react: - - *1 + - *4 - component: 'Notification Dialog' status: documentation: @@ -193,7 +193,7 @@ components: figma: - *4 react: - - *1 + - *3 - component: Popovers status: documentation: @@ -201,7 +201,7 @@ components: figma: - *4 react: - - *3 + - *4 - component: Progress indicators status: documentation: @@ -209,7 +209,7 @@ components: figma: - *4 react: - - *1 + - *3 - component: Search status: documentation: @@ -225,7 +225,7 @@ components: figma: - *4 react: - - *1 + - *4 - component: Scrim status: documentation: @@ -249,7 +249,7 @@ components: figma: - *4 react: - - *3 + - *4 - component: Stepper status: documentation: diff --git a/libraries/core-react/CHANGELOG.md b/libraries/core-react/CHANGELOG.md index e52c44155d..d5977c56e8 100644 --- a/libraries/core-react/CHANGELOG.md +++ b/libraries/core-react/CHANGELOG.md @@ -5,6 +5,26 @@ 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.3.0] - 2020-06-08 + +### Added + +- Banner +- Popover +- Slider +- Selection controls +- Option to control the `` component. ([#342](https://github.com/equinor/design-system/issues/342)) + +### Fixed 🐛 + +- Fixed a bug where `` did not close as expected. ([#339](https://github.com/equinor/design-system/issues/339)) + +### Changed + +- README + - Moved Banner, Popover, Selection controls and Slider to «Available» + - Moved Progress indicator and Snackbar to «In progress» + ## [0.2.2] - 2020-06-02 ### Fixed 🐛 diff --git a/libraries/core-react/README.md b/libraries/core-react/README.md index 1b07eb9116..a5e755eee7 100644 --- a/libraries/core-react/README.md +++ b/libraries/core-react/README.md @@ -16,6 +16,7 @@ npm install @equinor/eds-core-react styled-components ### Available ✅ - Accordion +- Banner - Button - Contained - Outlined @@ -27,37 +28,36 @@ npm install @equinor/eds-core-react styled-components - Divider - Icon - List +- Popover - Scrim - Search +- Selection Controls - Side Sheet +- Slider - Table - Table of contents - Tabs - TextField +- Tooltip - TopBar - Typography -- Tooltip ### In progress 👷‍♀️ - Menu - Navigation drawer -- Slider -- Popover +- Progress indicators +- Snackbar ### TODO 🛠️ - App launcher -- Banner - Breadcrumbs - Button - Contained w/icon left/right - Outlined w/icon left/right - Ghost w/icon left/right - Pagination -- Progress indicators -- Selection Controls -- Snackbar - Stepper ## Usage diff --git a/libraries/core-react/package.json b/libraries/core-react/package.json index 1b5eb39fe6..6531c1e945 100644 --- a/libraries/core-react/package.json +++ b/libraries/core-react/package.json @@ -1,6 +1,6 @@ { "name": "@equinor/eds-core-react", - "version": "0.2.2", + "version": "0.3.0", "description": "The React implementation of the Equinor Design System", "main": "dist/core-react.cjs.js", "module": "dist/core-react.es.js",