Skip to content

Commit

Permalink
🔖Release eds-core-react@0.41.0 (#3588)
Browse files Browse the repository at this point in the history
  • Loading branch information
oddvernes authored Aug 14, 2024
1 parent 678e547 commit 1d71e1a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions packages/eds-core-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@ 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.0] - 2024-08-14

### Fixed

- 🐛 `DateRangePicker`: Added missing `{...props}` spread that prevented attaching eventlisteners etc to this component by @oddvernes in https://github.com/equinor/design-system/pull/3584
- 🐛 `Autocomplete`: fixed an edge case where it would crash when all items in filter are disabled by @mhwaage in https://github.com/equinor/design-system/pull/3565
- 🐛 `Autocomplete`: fixed a bug where it was unclickable inside `Menu` by @oddvernes in https://github.com/equinor/design-system/pull/3583
- 🩹 `Tabs`: Fix firefox error message caused by invalid value for scrollbar-width by @Benjamin-Lyon in https://github.com/equinor/design-system/pull/3578
- ♿️ `Menu`: added missing `role="group"` to `Menu.Section` by @oddvernes in https://github.com/equinor/design-system/pull/3583

### Changed

- 💄 `Tooltip`: implement native `popover` by @oddvernes in https://github.com/equinor/design-system/pull/3575
- 💄 `Snackbar`: implement native `popover` by @oddvernes in https://github.com/equinor/design-system/pull/3577
- 💄`Menu`: implement native `popover` by @oddvernes in https://github.com/equinor/design-system/pull/3583
- ⬆️ Updated dependencies by @oddvernes in https://github.com/equinor/design-system/pull/3579

## [0.40.1] - 2024-07-10

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

0 comments on commit 1d71e1a

Please sign in to comment.