Skip to content

Commit 4d65695

Browse files
πŸ”– Release [email protected] (#3742)
1 parent 8f83d16 commit 4d65695

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ 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.44.0] - 2025-02-27
9+
10+
### Fixed
11+
12+
- πŸ› `Sidesheet`: fix shrinking close button by @oddvernes in https://github.com/equinor/design-system/pull/3728
13+
14+
### Changed
15+
16+
- ✨ `TextField`: make id optional by @mhwaage in https://github.com/equinor/design-system/pull/3730
17+
18+
### Added
19+
20+
- 🏷️ `Tooltip`: Allow ReactNode as title by @magnh in https://github.com/equinor/design-system/pull/3460
21+
- 🧱 Export subcomponents individually for ssr support by @oddvernes in https://github.com/equinor/design-system/pull/3725
22+
823
## [0.43.0] - 2025-01-17
924

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

0 commit comments

Comments
Β (0)