Skip to content

Commit

Permalink
Prepare release of @equinor/eds-core-react 0.1.3 (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
vnys authored Apr 16, 2020
1 parent c8cef5d commit 6b3cd1c
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 29 deletions.
40 changes: 20 additions & 20 deletions apps/storefront/src/data/component-status/component-status.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ states:
2: &2 New
3: &3 In progress
4: &4 Available
5: &5 "-"
5: &5 '-'
6: &6 Alpha
7: &7 Beta
8: &8 In code review
Expand All @@ -41,7 +41,7 @@ components:
figma:
- *4
react:
- *3
- *4
- component: Buttons
status:
documentation:
Expand Down Expand Up @@ -106,87 +106,87 @@ components:
- *4
react:
- *4
- component: "Menu"
- component: 'Menu'
status:
documentation:
- *4
figma:
- *4
react:
- *1
- component: "Navigation App launcher"
- *3
- component: 'Navigation App launcher'
status:
documentation:
- *4
figma:
- *4
react:
- *1
- component: "Navigation Breadcrumbs"
- component: 'Navigation Breadcrumbs'
status:
documentation:
- *4
figma:
- *4
react:
- *1
- component: "Navigation Navigation drawer"
- component: 'Navigation Navigation drawer'
status:
documentation:
- *4
figma:
- *4
react:
- *1
- component: "Navigation Pagination"
- *3
- component: 'Navigation Pagination'
status:
documentation:
- *4
figma:
- *4
react:
- *1
- component: "Navigation Table of contents"
- component: 'Navigation Table of contents'
status:
documentation:
- *4
figma:
- *4
react:
- *3
- component: "Navigation Tabs"
- *4
- component: 'Navigation Tabs'
status:
documentation:
- *4
figma:
- *4
react:
- *4
- component: "Navigation Top bar"
- component: 'Navigation Top bar'
status:
documentation:
- *4
figma:
- *4
react:
- *4
- component: "Notification Banner"
- component: 'Notification Banner'
status:
documentation:
- *4
figma:
- *4
react:
- *1
- component: "Notification Dialog"
- component: 'Notification Dialog'
status:
documentation:
- *4
figma:
- *4
react:
- *3
- component: "Notification Snackbar"
- *4
- component: 'Notification Snackbar'
status:
documentation:
- *4
Expand Down Expand Up @@ -217,7 +217,7 @@ components:
figma:
- *4
react:
- *3
- *4
- component: Selection controls
status:
documentation:
Expand All @@ -233,7 +233,7 @@ components:
figma:
- *4
react:
- *3
- *4
- component: Side sheet
status:
documentation:
Expand Down Expand Up @@ -281,7 +281,7 @@ components:
figma:
- *4
react:
- *1
- *3
- component: Typography
status:
documentation:
Expand Down
17 changes: 17 additions & 0 deletions libraries/core-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@ 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.1.3] - 2020-04-16

### Added

- Accordion
- Search
- Table of contents
- Dialog
- Scrim
- Polyfill for :focus-visible

### Changed

- README
- Moved Accordion, Search, Table of contents, Dialog and Scrim to «available»
- Moved Tooltip, Navigation Drawer, Menu to «in progress»

## [0.1.2] - 2020-03-23

### Added
Expand Down
16 changes: 8 additions & 8 deletions libraries/core-react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,30 +15,33 @@ npm install @equinor/eds-core-react styled-components

### Available ✅

- Accordion
- Button
- Contained
- Outlined
- Ghost
- Ghost Icon
- Chips
- Dialog
- Divider
- Icon
- List
- Scrim
- Search
- Side Sheet
- Table
- Table of contents
- Tabs
- TextField
- TopBar
- Typography

### In progress 👷‍♀️

- Accordion
- Cards
- Dialog
- Scrim
- Search
- Table of contents
- Menu
- Navigation drawer
- Tooltip

### TODO 🛠️

Expand All @@ -49,16 +52,13 @@ npm install @equinor/eds-core-react styled-components
- Contained w/icon left/right
- Outlined w/icon left/right
- Ghost w/icon left/right
- Menu
- Navigation drawer
- Pagination
- Popover
- Progress indicators
- Selection Controls
- Slider
- Snackbar
- Stepper
- Tooltip

## 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.1.2",
"version": "0.1.3",
"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 6b3cd1c

Please sign in to comment.