Skip to content

Commit

Permalink
πŸ”– Release eds-core-react@0.42.2 eds-data-grid-react@0.7.2 (#3663)
Browse files Browse the repository at this point in the history
* πŸ”– Release eds-core-react@0.42.2

* prepare data grid release
  • Loading branch information
oddvernes authored Oct 24, 2024
1 parent 403438e commit 4fd4833
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
7 changes: 7 additions & 0 deletions packages/eds-core-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ 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.42.2] - 2024-10-24

### Fixed

- `Menu`: when using menu within a form, the form was submitted due to missing `type="button"` attribute by @FredrikMWold in https://github.com/equinor/design-system/pull/3660
- πŸ›`Tooltip`: use `react.createPortal` to render element in body to prevent possible invalid syntax (such as wrapping tooltip around a path within svg) by @oddvernes in https://github.com/equinor/design-system/pull/3657

## [0.42.1] - 2024-10-04

### Fixed
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.42.1",
"version": "0.42.2",
"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.7.2]

### Added

- ✨ exposed `onRowContextMenu` to enable context menu on right click by @tlastad in https://github.com/equinor/design-system/pull/3658

## [0.7.1] - 2024-10-11

### Added
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.7.1",
"version": "0.7.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 4fd4833

Please sign in to comment.