From 19907f939fde80ab1dab347172b3b17ce8f17ef3 Mon Sep 17 00:00:00 2001 From: Andy Butland Date: Wed, 18 Dec 2024 08:03:27 +0100 Subject: [PATCH 1/3] Added release notes for 15.2.0-rc2 --- 15/umbraco-forms/developer/extending/adding-a-fieldtype.md | 4 +++- 15/umbraco-forms/release-notes.md | 5 +++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/15/umbraco-forms/developer/extending/adding-a-fieldtype.md b/15/umbraco-forms/developer/extending/adding-a-fieldtype.md index 4f838b1f489..6f885fd5bf5 100644 --- a/15/umbraco-forms/developer/extending/adding-a-fieldtype.md +++ b/15/umbraco-forms/developer/extending/adding-a-fieldtype.md @@ -438,7 +438,9 @@ export const manifests = [sliderValueConverterManifest]; ### Language Files -Setting labels and descriptions are translated via language files. The following example shows how this is created for the settings on our example field type: +Setting labels and descriptions can be translated via language files. If no client-side localization is provided, the values provided server-side in the `Setting` attribute's `Name` and `Description` properties will be used. + +The following example shows how this is created for the settings on our example field type: ```javascript import type { UmbLocalizationDictionary } from "@umbraco-cms/backoffice/localization-api"; diff --git a/15/umbraco-forms/release-notes.md b/15/umbraco-forms/release-notes.md index 305313760c2..6f72a85234e 100644 --- a/15/umbraco-forms/release-notes.md +++ b/15/umbraco-forms/release-notes.md @@ -18,6 +18,11 @@ If you are upgrading to a new major version, you can find information about the This section contains the release notes for Umbraco Forms 15 including all changes for this version. +#### [**15.1.0-rc2**](https://github.com/umbraco/Umbraco.Forms.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F15.1.0) **(December 20th 2024)** + +* Used the name and description defined on the setting attribute for backoffice labels when no client-side localization is available [#1336](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1336). +* Resolved minor backoffice issues when creating and saving prevalue and data sources. + #### [**15.1.0-rc1**](https://github.com/umbraco/Umbraco.Forms.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F15.1.0) **(December 17th 2024)** ##### Validation rules across form fields From 745637cf8e82fc99863dd3b4379031a87330741e Mon Sep 17 00:00:00 2001 From: Andy Butland Date: Fri, 20 Dec 2024 06:35:27 +0100 Subject: [PATCH 2/3] Further release notes --- 13/umbraco-forms/release-notes.md | 4 ++++ 15/umbraco-forms/release-notes.md | 1 + 2 files changed, 5 insertions(+) diff --git a/13/umbraco-forms/release-notes.md b/13/umbraco-forms/release-notes.md index 51cb246ef19..d23194a3d09 100644 --- a/13/umbraco-forms/release-notes.md +++ b/13/umbraco-forms/release-notes.md @@ -16,6 +16,10 @@ If you are upgrading to a new major version, you can find information about the This section contains the release notes for Umbraco Forms 13 including all changes for this version. +#### [**13.4.0-rc2**](https://github.com/umbraco/Umbraco.Forms.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.4.0) **(December 20th 2024)** + +* Resolve issue where maxlength check on input fields was applied to incorrect field [#1342](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1342). + #### [**13.4.0-rc1**](https://github.com/umbraco/Umbraco.Forms.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.4.0) **(December 17th 2024)** ##### Validation rules across form fields diff --git a/15/umbraco-forms/release-notes.md b/15/umbraco-forms/release-notes.md index 6f72a85234e..b91ef336f52 100644 --- a/15/umbraco-forms/release-notes.md +++ b/15/umbraco-forms/release-notes.md @@ -22,6 +22,7 @@ This section contains the release notes for Umbraco Forms 15 including all chang * Used the name and description defined on the setting attribute for backoffice labels when no client-side localization is available [#1336](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1336). * Resolved minor backoffice issues when creating and saving prevalue and data sources. +* Resolve issue where maxlength check on input fields was applied to incorrect field [#1342](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1342). #### [**15.1.0-rc1**](https://github.com/umbraco/Umbraco.Forms.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F15.1.0) **(December 17th 2024)** From 20d2284875f97304f1780456dbd32c757d6345b6 Mon Sep 17 00:00:00 2001 From: Andy Butland Date: Fri, 20 Dec 2024 06:38:06 +0100 Subject: [PATCH 3/3] Corrected tense --- 13/umbraco-forms/release-notes.md | 2 +- 15/umbraco-forms/release-notes.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/13/umbraco-forms/release-notes.md b/13/umbraco-forms/release-notes.md index d23194a3d09..c4c157afdd2 100644 --- a/13/umbraco-forms/release-notes.md +++ b/13/umbraco-forms/release-notes.md @@ -18,7 +18,7 @@ This section contains the release notes for Umbraco Forms 13 including all chang #### [**13.4.0-rc2**](https://github.com/umbraco/Umbraco.Forms.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.4.0) **(December 20th 2024)** -* Resolve issue where maxlength check on input fields was applied to incorrect field [#1342](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1342). +* Resolved issue where maximum length check on input field was applied to incorrect field [#1342](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1342). #### [**13.4.0-rc1**](https://github.com/umbraco/Umbraco.Forms.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.4.0) **(December 17th 2024)** diff --git a/15/umbraco-forms/release-notes.md b/15/umbraco-forms/release-notes.md index b91ef336f52..7e8878fd636 100644 --- a/15/umbraco-forms/release-notes.md +++ b/15/umbraco-forms/release-notes.md @@ -22,7 +22,7 @@ This section contains the release notes for Umbraco Forms 15 including all chang * Used the name and description defined on the setting attribute for backoffice labels when no client-side localization is available [#1336](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1336). * Resolved minor backoffice issues when creating and saving prevalue and data sources. -* Resolve issue where maxlength check on input fields was applied to incorrect field [#1342](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1342). +* Resolved issue where maximum length check on input field was applied to incorrect field [#1342](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1342). #### [**15.1.0-rc1**](https://github.com/umbraco/Umbraco.Forms.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F15.1.0) **(December 17th 2024)**