diff --git a/15/umbraco-ui-builder/release-notes.md b/15/umbraco-ui-builder/release-notes.md index d3394f3e1b1..a2e78e3a7d3 100644 --- a/15/umbraco-ui-builder/release-notes.md +++ b/15/umbraco-ui-builder/release-notes.md @@ -18,6 +18,12 @@ If you are upgrading to a new major version, check the breaking changes in the [ Below are the release notes for Umbraco UI Builder 15, detailing all changes in this version. +#### [**15.1.10**](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F15.1.10) **(August 8th 2025)** + +* Fixed an issue affecting custom actions used with child collections due to `Guid` identifier passed to the server [#186](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues/186) +* Updated the UI and component used to display cards [#184](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues/185) +* Fixed the count badge display on summary dashboard cards [#183](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues/183) + #### [**15.1.9**](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F15.1.9) **(July 10th 2025)** * Fixed issue with inherited actions for child collections [#168](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues/168) diff --git a/16/umbraco-ui-builder/release-notes.md b/16/umbraco-ui-builder/release-notes.md index cca3b06ceeb..008fad79774 100644 --- a/16/umbraco-ui-builder/release-notes.md +++ b/16/umbraco-ui-builder/release-notes.md @@ -18,6 +18,13 @@ If you are upgrading to a new major version, check the breaking changes in the [ Below are the release notes for Umbraco UI Builder, detailing all changes in this version. +#### [**16.0.3**](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F16.0.3) **(August 8th 2025)** + +* Fixed an issue affecting custom actions used with child collections due to `Guid` identifier passed to the server [#186](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues/186) +* Updated the UI and component used to display cards [#184](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues/185) +* Fixed the count badge display on summary dashboard cards [#183](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues/183) +* Use `ProblemDetailsBuilder` pattern to notify correctly of exceptions [#182](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues/182) + #### [**16.0.2**](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F16.0.2) **(July 10th 2025)** * Fixed issue with inherited actions for child collections [#168](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues/168)