Skip to content

Commit 74749bb

Browse files
pomfridatorleifhalseth
authored andcommitted
chore(eds-core-react, eds-data-grid-react): πŸ”– Release eds-core-react@0.45.1, eds-data-grid-react@0.7.7 (#3792)
1 parent 46f01c7 commit 74749bb

File tree

4 files changed

+21
-2
lines changed

4 files changed

+21
-2
lines changed

β€Žpackages/eds-core-react/CHANGELOG.mdβ€Ž

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ 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.1] - 2025-05-06
9+
10+
### Fixed
11+
12+
- :bug: `Autocomplete`, `TextField`: fix scroll to field error with react hook form by @FredrikMWold in https://github.com/equinor/design-system/pull/3777
13+
- :bug: `Button`: allow button to become disabled when the as prop is used by @FredrikMWold in https://github.com/equinor/design-system/pull/3785
14+
- :bug: `Slider`: fix active line disappearing when user hovers by @pomfrida in https://github.com/equinor/design-system/pull/3783
15+
- :bug: `Autocomplete`: clean up console log by @FredrikMWold in https://github.com/equinor/design-system/pull/3788
16+
817
## [0.45.0] - 2025-04-11
918

1019
### 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.45.0",
3+
"version": "0.45.1",
44
"description": "The React implementation of the Equinor Design System",
55
"sideEffects": [
66
"**/*.css"

β€Žpackages/eds-data-grid-react/CHANGELOG.mdβ€Ž

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ 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.7] - 2025-05-06
9+
10+
### Fixed
11+
12+
- :bug: Prevent triggering sorting on resize by @torleifhalseth & @pomfrida in https://github.com/equinor/design-system/pull/3782
13+
14+
### Added
15+
16+
- ✨ Add class to pagination wrapper by @o-jorgensen in https://github.com/equinor/design-system/pull/3780
17+
818
## [0.7.6] - 2025-04-11
919

1020
### Fixed

β€Ž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.6",
3+
"version": "0.7.7",
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",

0 commit comments

Comments
Β (0)