From 56e4095cc3fa7cc8b39c0e96778135cbedf62ffe Mon Sep 17 00:00:00 2001 From: Adrian Cojocariu Date: Wed, 8 Oct 2025 16:31:05 +0300 Subject: [PATCH 1/5] Update release notes for UI Builder --- 15/umbraco-ui-builder/release-notes.md | 4 ++++ 16/umbraco-ui-builder/release-notes.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/15/umbraco-ui-builder/release-notes.md b/15/umbraco-ui-builder/release-notes.md index a2e78e3a7d3..a2a905eae45 100644 --- a/15/umbraco-ui-builder/release-notes.md +++ b/15/umbraco-ui-builder/release-notes.md @@ -18,6 +18,10 @@ 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.2.0**](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F15.2.0) **(October 11th 2025)** + +* Added [localization](collections/localization.md) support for collections, sections, trees, actions, context apps or dashboards. + #### [**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) diff --git a/16/umbraco-ui-builder/release-notes.md b/16/umbraco-ui-builder/release-notes.md index aa4114e4a59..6864a484640 100644 --- a/16/umbraco-ui-builder/release-notes.md +++ b/16/umbraco-ui-builder/release-notes.md @@ -18,6 +18,10 @@ 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.1.0**](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F16.1.0) **(October 11th 2025)** + +* Added [localization](collections/localization.md) support for collections, sections, trees, actions, context apps or dashboards. + #### [**16.0.4**](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F16.0.4) **(September 19th 2025)** * Fixed the UI feedback on implementation of a custom repository [#198](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues/198) From 975a771dc269c2372a34037e6a219e6bc09f881c Mon Sep 17 00:00:00 2001 From: Adrian Cojocariu Date: Thu, 9 Oct 2025 15:26:30 +0300 Subject: [PATCH 2/5] Update release notes --- 15/umbraco-ui-builder/release-notes.md | 1 + 16/umbraco-ui-builder/release-notes.md | 1 + 2 files changed, 2 insertions(+) diff --git a/15/umbraco-ui-builder/release-notes.md b/15/umbraco-ui-builder/release-notes.md index a2a905eae45..1eaa27772a1 100644 --- a/15/umbraco-ui-builder/release-notes.md +++ b/15/umbraco-ui-builder/release-notes.md @@ -21,6 +21,7 @@ Below are the release notes for Umbraco UI Builder 15, detailing all changes in #### [**15.2.0**](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F15.2.0) **(October 11th 2025)** * Added [localization](collections/localization.md) support for collections, sections, trees, actions, context apps or dashboards. +* Fixed context app icons [#191](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues/191) #### [**15.1.10**](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F15.1.10) **(August 8th 2025)** diff --git a/16/umbraco-ui-builder/release-notes.md b/16/umbraco-ui-builder/release-notes.md index 6864a484640..9e465268173 100644 --- a/16/umbraco-ui-builder/release-notes.md +++ b/16/umbraco-ui-builder/release-notes.md @@ -21,6 +21,7 @@ Below are the release notes for Umbraco UI Builder, detailing all changes in thi #### [**16.1.0**](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F16.1.0) **(October 11th 2025)** * Added [localization](collections/localization.md) support for collections, sections, trees, actions, context apps or dashboards. +* Fixed context app icons [#191](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues/191) #### [**16.0.4**](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F16.0.4) **(September 19th 2025)** From bb69f397ae314dd223434c926beb80d782b7ccda Mon Sep 17 00:00:00 2001 From: Esha Noronha <82437098+eshanrnh@users.noreply.github.com> Date: Fri, 10 Oct 2025 10:57:19 +0200 Subject: [PATCH 3/5] Update 15/umbraco-ui-builder/release-notes.md --- 15/umbraco-ui-builder/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/15/umbraco-ui-builder/release-notes.md b/15/umbraco-ui-builder/release-notes.md index 1eaa27772a1..e7a42e18a2a 100644 --- a/15/umbraco-ui-builder/release-notes.md +++ b/15/umbraco-ui-builder/release-notes.md @@ -20,7 +20,7 @@ Below are the release notes for Umbraco UI Builder 15, detailing all changes in #### [**15.2.0**](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F15.2.0) **(October 11th 2025)** -* Added [localization](collections/localization.md) support for collections, sections, trees, actions, context apps or dashboards. +* Added [localization](collections/localization.md) support for collections, sections, trees, actions, context apps, and dashboards. * Fixed context app icons [#191](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues/191) #### [**15.1.10**](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F15.1.10) **(August 8th 2025)** From af767f1522fe742c975186ce715d554461c80105 Mon Sep 17 00:00:00 2001 From: Esha Noronha <82437098+eshanrnh@users.noreply.github.com> Date: Fri, 10 Oct 2025 10:57:26 +0200 Subject: [PATCH 4/5] Update 16/umbraco-ui-builder/release-notes.md --- 16/umbraco-ui-builder/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/16/umbraco-ui-builder/release-notes.md b/16/umbraco-ui-builder/release-notes.md index 9e465268173..dbc5aae3e13 100644 --- a/16/umbraco-ui-builder/release-notes.md +++ b/16/umbraco-ui-builder/release-notes.md @@ -20,7 +20,7 @@ Below are the release notes for Umbraco UI Builder, detailing all changes in thi #### [**16.1.0**](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F16.1.0) **(October 11th 2025)** -* Added [localization](collections/localization.md) support for collections, sections, trees, actions, context apps or dashboards. +* Added [localization](collections/localization.md) support for collections, sections, trees, actions, context apps, and dashboards. * Fixed context app icons [#191](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues/191) #### [**16.0.4**](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F16.0.4) **(September 19th 2025)** From e4c9f3e66da4b35bec245e74c73481e70641544d Mon Sep 17 00:00:00 2001 From: Esha Noronha <82437098+eshanrnh@users.noreply.github.com> Date: Fri, 10 Oct 2025 11:03:21 +0200 Subject: [PATCH 5/5] Fixing broken link --- 15/umbraco-ui-builder/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/15/umbraco-ui-builder/release-notes.md b/15/umbraco-ui-builder/release-notes.md index e7a42e18a2a..e6329d27c30 100644 --- a/15/umbraco-ui-builder/release-notes.md +++ b/15/umbraco-ui-builder/release-notes.md @@ -118,7 +118,7 @@ Below are the release notes for Umbraco UI Builder 15, detailing all changes in * Product migrated to support the new Web Component-based Umbraco. -You can read more about the new Backoffice in the [Umbraco CMS documentation](https://docs.umbraco.com/umbraco-cms/extending/customize-the-editing-experience). +You can read more about the new Backoffice in the [Umbraco CMS documentation](https://docs.umbraco.com/umbraco-cms/customizing/overview). ## Legacy Release Notes