Skip to content

Commit

Permalink
🔖Release [email protected] (#3616)
Browse files Browse the repository at this point in the history
  • Loading branch information
oddvernes authored Sep 5, 2024
1 parent ed2d982 commit 14cfa3d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions packages/eds-core-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ 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.4] - 2024-09-05

### Changed

- 🐛 `NativeSelect`: Remove dropdown svg icon when `multiple` is set by @mhwaage in https://github.com/equinor/design-system/pull/3611
- ⬆️ Updated `@tanstack/react-virtual` by @oddvernes in https://github.com/equinor/design-system/pull/3606
- ⬆️ Updated `downshift` by @oddvernes in https://github.com/equinor/design-system/pull/3608

### Fixed

- 🐛 `Autocomplete`: in controlled singleselect, if updating `selectedOptions` programmatically by something other that the `Autocomplete` itself, the internal "selected item" state was not updated by @oddvernes in https://github.com/equinor/design-system/pull/3614

## [0.41.3] - 2024-08-28

### 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.3",
"version": "0.41.4",
"description": "The React implementation of the Equinor Design System",
"sideEffects": [
"**/*.css"
Expand Down

0 comments on commit 14cfa3d

Please sign in to comment.