Skip to content

Commit

Permalink
Eds core react release 0.3.0 (#350)
Browse files Browse the repository at this point in the history
* update changelog

* bump version

* update storefront component status

* update README and CHANGELOG
  • Loading branch information
vnys authored Jun 8, 2020
1 parent 3c2e0e7 commit 12145a3
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 14 deletions.
12 changes: 6 additions & 6 deletions apps/storefront/src/data/component-status/component-status.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ components:
figma:
- *4
react:
- *1
- *4
- component: 'Notification Dialog'
status:
documentation:
Expand All @@ -193,23 +193,23 @@ components:
figma:
- *4
react:
- *1
- *3
- component: Popovers
status:
documentation:
- *4
figma:
- *4
react:
- *3
- *4
- component: Progress indicators
status:
documentation:
- *4
figma:
- *4
react:
- *1
- *3
- component: Search
status:
documentation:
Expand All @@ -225,7 +225,7 @@ components:
figma:
- *4
react:
- *1
- *4
- component: Scrim
status:
documentation:
Expand All @@ -249,7 +249,7 @@ components:
figma:
- *4
react:
- *3
- *4
- component: Stepper
status:
documentation:
Expand Down
20 changes: 20 additions & 0 deletions libraries/core-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<Search>` component. ([#342](https://github.com/equinor/design-system/issues/342))

### Fixed 🐛

- Fixed a bug where `<Tooltip>` 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 🐛
Expand Down
14 changes: 7 additions & 7 deletions libraries/core-react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ npm install @equinor/eds-core-react styled-components
### Available ✅

- Accordion
- Banner
- Button
- Contained
- Outlined
Expand All @@ -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
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.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",
Expand Down

0 comments on commit 12145a3

Please sign in to comment.