Skip to content

Commit

Permalink
🔖 Release eds-core-react@0.41.3, eds-data-grid-react@0.6.2 (#3605)
Browse files Browse the repository at this point in the history
* 🔖 Release eds-core-react@0.41.3

* 🔖Release eds-data-grid-react@0.6.2
  • Loading branch information
oddvernes authored Aug 28, 2024
1 parent c084f0c commit 4caa1ed
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 2 deletions.
11 changes: 11 additions & 0 deletions packages/eds-core-react/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.41.3] - 2024-08-28

### Changed

-`Popover`: implement native `popover`. This also deprecates the `withinPortal` prop. by @oddvernes in https://github.com/equinor/design-system/pull/3601
- 🔥 `Autocomplete`: remove deprecated `disablePortal` prop by @oddvernes in https://github.com/equinor/design-system/pull/3603

### Fixed

- 🐛 `Autocomplete`: deselect multiple does not work with complex items by @mhwaage in https://github.com/equinor/design-system/pull/3600

## [0.41.2] - 2024-08-26

### Changed
Expand Down
2 changes: 1 addition & 1 deletion 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.41.2",
"version": "0.41.3",
"description": "The React implementation of the Equinor Design System",
"sideEffects": [
"**/*.css"
Expand Down
6 changes: 6 additions & 0 deletions packages/eds-data-grid-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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.6.2] - 2024-08-28

### Fixed

- 🐛 Sortindicator should be hidden on custom filters by @yusijs in https://github.com/equinor/design-system/pull/3599

## [0.6.1] - 2024-06-04

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion packages/eds-data-grid-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/eds-data-grid-react",
"version": "0.6.1",
"version": "0.6.2",
"description": "A feature-rich data-grid written in React, implementing the Equinor Design System",
"license": "MIT",
"types": "dist/types/index.d.ts",
Expand Down

0 comments on commit 4caa1ed

Please sign in to comment.