Skip to content

Commit 12c55bd

Browse files
authored
1 parent 61e4565 commit 12c55bd

File tree

5 files changed

+16
-3
lines changed

5 files changed

+16
-3
lines changed

packages/eds-core-react/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.45.0] - 2025-04-11
9+
10+
### Fixed
11+
12+
- 🐛 `DatePicker` & `DateRangePicker`: Ensure consistent styling on state changes by @pomfrida in https://github.com/equinor/design-system/pull/3754
13+
- 🐛 `Autocomplete` Expose itemToKey, add deprecation notice to itemCompare by @mhwaage in https://github.com/equinor/design-system/pull/3763
14+
815
## [0.44.0] - 2025-02-27
916

1017
### Fixed

packages/eds-core-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@equinor/eds-core-react",
3-
"version": "0.44.0",
3+
"version": "0.45.0",
44
"description": "The React implementation of the Equinor Design System",
55
"sideEffects": [
66
"**/*.css"

packages/eds-data-grid-react/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.7.6] - 2025-04-11
9+
10+
### Fixed
11+
12+
- 🐛 Add [effect](https://github.com/equinor/design-system/blob/develop/packages/eds-data-grid-react/src/EdsDataGrid.tsx#L385-L391) to recalculate virtualization when density changes
13+
814
## [0.7.5] - 2025-01-17
915

1016
### Added

packages/eds-data-grid-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@equinor/eds-data-grid-react",
3-
"version": "0.7.5",
3+
"version": "0.7.6",
44
"description": "A feature-rich data-grid written in React, implementing the Equinor Design System",
55
"license": "MIT",
66
"types": "dist/types/index.d.ts",

packages/eds-utils/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased: 0.8.7] - 2025-xx-xx
8+
## [0.8.7] - 2025-04-11
99

1010
### Changed
1111

0 commit comments

Comments
 (0)