diff --git a/libraries/core-react/CHANGELOG.md b/libraries/core-react/CHANGELOG.md index 3ba9bbf657..301a241b5b 100644 --- a/libraries/core-react/CHANGELOG.md +++ b/libraries/core-react/CHANGELOG.md @@ -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 diff --git a/libraries/core-react/README.md b/libraries/core-react/README.md index a9b542181f..3f8bb785e3 100644 --- a/libraries/core-react/README.md +++ b/libraries/core-react/README.md @@ -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 @@ -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 diff --git a/libraries/core-react/package.json b/libraries/core-react/package.json index 19575faf87..083fc05751 100644 --- a/libraries/core-react/package.json +++ b/libraries/core-react/package.json @@ -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",