Skip to content

Commit

Permalink
πŸ“ Release eds-core-react and eds-tokens (#1159)
Browse files Browse the repository at this point in the history
* πŸ“ Start work for changelog

* πŸ“ Try to write about the changed issues

* πŸ“ Add changes for the eds-tokens package

* πŸ”– bump version number

* decided on version for core-react

* πŸ“ Changelog so far...

* Update libraries/tokens/CHANGELOG.md

* Update libraries/core-react/CHANGELOG.md

Co-authored-by: mimarz <mimarz@gmail.com>
Co-authored-by: Frida Erdal <31915755+pomfrida@users.noreply.github.com>
  • Loading branch information
3 people authored Mar 17, 2021
1 parent cd34595 commit d5b5a4d
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 2 deletions.
19 changes: 19 additions & 0 deletions libraries/core-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,25 @@ 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.9.0] - 2021-03-17

### Added ✨

- TextField ([#1107](https://github.com/equinor/design-system/issues/1107), [#1108](https://github.com/equinor/design-system/issues/1108), [#1111](https://github.com/equinor/design-system/issues/1111), [#1115](https://github.com/equinor/design-system/issues/115), [#1131](https://github.com/equinor/design-system/issues/1131), [#1128](https://github.com/equinor/design-system/issues/1128))
- `Input` and `Label` is now available as separate components. This will make it easier to customize for more advanced patterns or for making your own custom components for specialized use-cases.
- `TextField` now support `unit` inside the input field. This is useful for e.g. currency and units of measurement.

### Changed πŸ““

- Textfield
- Improvements when using the `Icon` in the `inputIcon` and `helperIcon` props. This makes the behaviour here more similar to the rest of the EDS library. ([#1130](https://github.com/equinor/design-system/issues/1130))
- Internal fixes and optimization

### Fixed πŸ›

- Textfield
- Fixed missing disabled colors ([#1160](https://github.com/equinor/design-system/issues/1160))

## [0.8.5] - 2021-02-22

### Added ✨
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.8.5",
"version": "0.9.0",
"description": "The React implementation of the Equinor Design System",
"main": "src/index.ts",
"publishConfig": {
Expand Down
11 changes: 11 additions & 0 deletions libraries/tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ 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.5.6] - 2021-03-17

### Added ✨

- Support for both `dashed` and `solid` style in the `Outline` type

### Changed πŸ““

- Preparing the ground for theming ([#1118](https://github.com/equinor/design-system/issues/1118), [#401](https://github.com/equinor/design-system/issues/401), [#882](https://github.com/equinor/design-system/issues/882), [#1136](https://github.com/equinor/design-system/issues/1136), [#1129](https://github.com/equinor/design-system/issues/1129))
- Added CSS variables for the rgba value in tokens as a first and simple step for theming support

## [0.5.5] - 2021-02-22

### Added
Expand Down
2 changes: 1 addition & 1 deletion libraries/tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/eds-tokens",
"version": "0.5.5",
"version": "0.5.6",
"description": "Design tokens for the Equinor Design System",
"main": "dist/tokens.cjs.js",
"module": "dist/tokens.esm.js",
Expand Down

0 comments on commit d5b5a4d

Please sign in to comment.