Skip to content

Commit

Permalink
Release core react@0.12.0 (#1349)
Browse files Browse the repository at this point in the history
* πŸ”– Added dev version numbers

* Updated changelog

* Updated changes & version

* Update libraries/core-react/CHANGELOG.md

Co-authored-by: Frida Erdal <31915755+pomfrida@users.noreply.github.com>

* updated changelog

* πŸ”– Updated version number

* Added date to changelog

* πŸ“ Added missing change

Co-authored-by: Frida Erdal <31915755+pomfrida@users.noreply.github.com>
  • Loading branch information
Michael Marszalek and pomfrida authored May 21, 2021
1 parent a32d8c9 commit 9221f7e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions libraries/core-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@ 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.12.0] - 2021-05-21

### Added

- `TextField` has a new property, `rowsMax` for determining how many rows it will grow before overflow (scrollbars) show [(#1336)](https://github.com/equinor/design-system/issues/1336)

### Fixed πŸ›

- `Menu` did not respect anchor position when used with conditional rendering [(#1330)](https://github.com/equinor/design-system/issues/1330)
- Wrong `Tooltip` position if surrounding content would skew its anchor element [(#1331)](https://github.com/equinor/design-system/issues/1331)
- Tweaks to `Menu`, `Popover` & `Tooltip` component and stories in terms of `a11y` use-cases with screen-readers [(#1352)](https://github.com/equinor/design-system/issues/1352)

### Changed

- Improvements to `useCombinedRef` hook [(#1347)](https://github.com/equinor/design-system/issues/1347)
- `Menu` is now using React portals and positioned under `body` [(#1352)](https://github.com/equinor/design-system/issues/1352)
- `Tooltip` is now conditionally rendered internally [(#1341)](https://github.com/equinor/design-system/issues/1341)

## [0.11.1] - 2021-05-06

### Fixed πŸ›
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.11.1",
"version": "0.12.0",
"description": "The React implementation of the Equinor Design System",
"main": "src/index.ts",
"publishConfig": {
Expand Down

0 comments on commit 9221f7e

Please sign in to comment.