From eff9353248c7c6abd51bbf1b4de798ef2b7f688f Mon Sep 17 00:00:00 2001 From: Adrian Cojocariu Date: Fri, 9 May 2025 13:10:05 +0300 Subject: [PATCH 1/2] Umbraco UI Builder 15.1.4 release notes --- 15/umbraco-ui-builder/release-notes.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/15/umbraco-ui-builder/release-notes.md b/15/umbraco-ui-builder/release-notes.md index 6018828aeb4..4948b8040a3 100644 --- a/15/umbraco-ui-builder/release-notes.md +++ b/15/umbraco-ui-builder/release-notes.md @@ -18,6 +18,11 @@ 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.4**](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F15.1.4) **(May 9th 2025)** + +* Fixed collections ordering based on the property passed in `SetOrdinal` [#138](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues/138) +* Fixed entity actions visibility per collection configuration [#164](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues/164), [#151](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues/151) + #### [**15.1.3**](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F15.1.3) **(May 5th 2025)** * Fixed actions notifications [#143](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues/143) and [#161](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues/161) From 732bee9a4f4db20876e4eac26a1da5e923e1abd4 Mon Sep 17 00:00:00 2001 From: Esha Noronha <82437098+eshanrnh@users.noreply.github.com> Date: Fri, 9 May 2025 12:31:33 +0200 Subject: [PATCH 2/2] 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 4948b8040a3..cb459a0faf8 100644 --- a/15/umbraco-ui-builder/release-notes.md +++ b/15/umbraco-ui-builder/release-notes.md @@ -21,7 +21,7 @@ Below are the release notes for Umbraco UI Builder 15, detailing all changes in #### [**15.1.4**](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F15.1.4) **(May 9th 2025)** * Fixed collections ordering based on the property passed in `SetOrdinal` [#138](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues/138) -* Fixed entity actions visibility per collection configuration [#164](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues/164), [#151](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues/151) +* Fixed entity actions visibility per collection configuration [#164](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues/164) and [#151](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues/151) #### [**15.1.3**](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F15.1.3) **(May 5th 2025)**