Skip to content

Commit

Permalink
chore(release): 10.63.2 [skip ci]
Browse files Browse the repository at this point in the history
## [10.63.2](v10.63.1...v10.63.2) (2025-02-04)

### 🐛 Bug Fixes

* **Dialog:** prevent `onClose` event from firing in StrictMode when opening a new dialog ([#4525](#4525)) ([d24c0d3](d24c0d3))
* **Forms:** always revalidate on submit when data context changes ([#4532](#4532)) ([e0692d6](e0692d6))
* **Forms:** ensure `setFieldStatus` by useValidation does not throw when used without id ([#4529](#4529)) ([1a92512](1a92512))
* **Forms:** ensure `update('/path', undefined)` does not show error message ([#4531](#4531)) ([2dfd44a](2dfd44a))
  • Loading branch information
semantic-release-bot committed Feb 4, 2025
1 parent d7cdc14 commit 5a0c77d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/dnb-eufemia/build/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to @dnb/eufemia will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.63.2](https://github.com/dnbexperience/eufemia/compare/v10.63.1...v10.63.2) (2025-02-04)


### :bug: Bug Fixes

* **Dialog:** prevent `onClose` event from firing in StrictMode when opening a new dialog ([#4525](https://github.com/dnbexperience/eufemia/issues/4525)) ([d24c0d3](https://github.com/dnbexperience/eufemia/commit/d24c0d35bd3fc83a81b4037b883423e0c4a1fc65))
* **Forms:** always revalidate on submit when data context changes ([#4532](https://github.com/dnbexperience/eufemia/issues/4532)) ([e0692d6](https://github.com/dnbexperience/eufemia/commit/e0692d633f629ec958b2ec4d187e3533b21d113d))
* **Forms:** ensure `setFieldStatus` by useValidation does not throw when used without id ([#4529](https://github.com/dnbexperience/eufemia/issues/4529)) ([1a92512](https://github.com/dnbexperience/eufemia/commit/1a9251205b2b2914500ef93864bb1a37e159e8b0))
* **Forms:** ensure `update('/path', undefined)` does not show error message ([#4531](https://github.com/dnbexperience/eufemia/issues/4531)) ([2dfd44a](https://github.com/dnbexperience/eufemia/commit/2dfd44acb00bdbb9512916e8d3d767cfa9f5d53e))

## [10.63.1](https://github.com/dnbexperience/eufemia/compare/v10.63.0...v10.63.1) (2025-02-04)


Expand Down

0 comments on commit 5a0c77d

Please sign in to comment.