Skip to content

Commit

Permalink
πŸ”– Release eds-core-react@0.29.1 (#2766)
Browse files Browse the repository at this point in the history
* πŸ”– Bump version for release

* πŸ“ Updated changelog

* πŸš‘οΈ Roll back @types/react to 18.0.21

Type mismatch bug in Icon

* Update changelog with patch release

* πŸ”– bump version for dev patch  release

* πŸ”– Bump version for patch release
  • Loading branch information
oddvernes authored Feb 3, 2023
1 parent 685b2a5 commit f174345
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 9 deletions.
22 changes: 22 additions & 0 deletions packages/eds-core-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,28 @@ 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.29.1] - 2023-02-03

### Fixed

- πŸš‘οΈ Hotfix: Roll back `@types/react` to `18.0.21` as the newer version created a mismatch in the Icon component type.

## [0.29.0] - 2023-02-03

### Added

- ✨ `Menu` stays open after click on item with the new `closeMenuOnClick` prop by @denektenina in https://github.com/equinor/design-system/pull/2687
- ✨ `Input`: Added css-variable (`--eds-input-background`) to more easily override background-color. Also works on `Autocomplete`, `Textfield`, `Search` and `Textarea` by @oddvernes in https://github.com/equinor/design-system/pull/2718
- πŸ“ Storybook for `Button` and `Tooltip`: added best practices examples for how to use `Tooltip` with disabled `Button` by @denektenina in https://github.com/equinor/design-system/pull/2742
- ✨ Added `Tooltip` support for `Button.Toggle` by @oddvernes in https://github.com/equinor/design-system/pull/2751

### Fixed

- ⚑️ `Menu`: Fix occasional 1-frame flicker when opening `Menu` by @denektenina in https://github.com/equinor/design-system/pull/2711
- πŸ’„ `Accordion`: Fixed double border between header and content by @denektenina in https://github.com/equinor/design-system/pull/2739
- πŸ’„ `Dialog`: Fixed spacing when `scrollable` is set by @oddvernes in https://github.com/equinor/design-system/pull/2749
- 🎨 `Paper`: Made the `elevation` prop transient so it doesn't clutter the html by @bjartebore in https://github.com/equinor/design-system/pull/2764

## [0.28.0] - 2022-12-21

### Added
Expand Down
4 changes: 2 additions & 2 deletions packages/eds-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.28.0",
"version": "0.29.1",
"description": "The React implementation of the Equinor Design System",
"sideEffects": [
"**/*.css"
Expand Down Expand Up @@ -63,7 +63,7 @@
"@testing-library/user-event": "14.4.3",
"@types/jest": "^29.2.5",
"@types/ramda": "^0.28.20",
"@types/react": "^18.0.26",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.10",
"@types/styled-components": "^5.1.26",
"@types/testing-library__jest-dom": "^5.14.5",
Expand Down
22 changes: 15 additions & 7 deletions packages/eds-core-react/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f174345

Please sign in to comment.