Skip to content

Commit

Permalink
Release eds-core-react 0.1.1 (#268)
Browse files Browse the repository at this point in the history
* release eds-core-react 0.1.1

* update readme

* bump version

* update «in progress»

* update changelog
  • Loading branch information
vnys authored Mar 11, 2020
1 parent 41476bd commit ab8e7df
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 18 deletions.
13 changes: 13 additions & 0 deletions libraries/core-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ 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.1] - 2020-03-11

### Added

- Tabs

### Changed

- README
- Sorted components alphabetically
- Moved Tabs to «available»
- Moved Chips, Dialog and Side Sheet to «in progress»

## [0.1.0] - 2020-02-24

### Added
Expand Down
35 changes: 18 additions & 17 deletions libraries/core-react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
Available components to help style your React application as an Equinor application. We publish new components regularly so make sure to check back often!

Make sure to check out our [Storybook](https://eds-storybook-react.azurewebsites.net/) for more examples!
Read the [changelog](https://github.com/equinor/design-system/blob/develop/libraries/core-react/CHANGELOG.md) for details on specific releases.

## Installation

Expand All @@ -20,43 +21,43 @@ npm install @equinor/eds-core-react styled-components
- Ghost
- Ghost Icon
- Divider
- Icon
- List
- Table
- Typography
- Tabs
- TextField
- List
- TopBar
- Icon
- Typography

### In progress 👷‍♀️

- Tabs
- Accordion
- Chips
- Dialog
- Side Sheet

### TODO 🛠️

- App launcher
- Banner
- Breadcrumbs
- Button
- Contained w/icon left/right
- Contained w/icon left/right
- Outlined w/icon left/right
- Ghost w/icon left/right
- Cards
- Progress indicators
- Popover
- Chips
- Menu
- App launcher
- Breadcrumbs
- Table of contents
- Navigation drawer
- Pagination
- Dialog
- Banner
- Snackbar
- Popover
- Progress indicators
- Scrim
- Search
- Selection Controls
- Side Sheet
- Search
- Slider
- Snackbar
- Stepper
- Table of contents
- 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.0",
"version": "0.1.1",
"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 ab8e7df

Please sign in to comment.