Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions packages/eds-core-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ 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.45.1] - 2025-05-06

### Fixed

- :bug: `Autocomplete`, `TextField`: fix scroll to field error with react hook form by @FredrikMWold in https://github.com/equinor/design-system/pull/3777
- :bug: `Button`: allow button to become disabled when the as prop is used by @FredrikMWold in https://github.com/equinor/design-system/pull/3785
- :bug: `Slider`: fix active line disappearing when user hovers by @pomfrida in https://github.com/equinor/design-system/pull/3783
- :bug: `Autocomplete`: clean up console log by @FredrikMWold in https://github.com/equinor/design-system/pull/3788

## [0.45.0] - 2025-04-11

### 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.45.0",
"version": "0.45.1",
"description": "The React implementation of the Equinor Design System",
"sideEffects": [
"**/*.css"
Expand Down
10 changes: 10 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,16 @@ 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.7] - 2025-05-06

### Fixed

- :bug: Prevent triggering sorting on resize by @torleifhalseth & @pomfrida in https://github.com/equinor/design-system/pull/3782

### Added

- ✨ Add class to pagination wrapper by @o-jorgensen in https://github.com/equinor/design-system/pull/3780

## [0.7.6] - 2025-04-11

### 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.7.6",
"version": "0.7.7",
"description": "A feature-rich data-grid written in React, implementing the Equinor Design System",
"license": "MIT",
"types": "dist/types/index.d.ts",
Expand Down
Loading