From 7d93a5146fc44dc6ea64b1c6618c2dc4f7cf7e16 Mon Sep 17 00:00:00 2001 From: Andy Butland Date: Wed, 31 Jul 2024 11:44:19 +0200 Subject: [PATCH] Added release notes and documentation updates for Forms 13.2.1 and 14.1.1. --- 13/umbraco-forms/developer/working-with-data.md | 2 +- 13/umbraco-forms/release-notes.md | 4 ++++ 14/umbraco-forms/developer/working-with-data.md | 4 ++-- 14/umbraco-forms/release-notes.md | 11 ++++++++++- 4 files changed, 17 insertions(+), 4 deletions(-) diff --git a/13/umbraco-forms/developer/working-with-data.md b/13/umbraco-forms/developer/working-with-data.md index d54bcaf68da..3dbcd3c156d 100644 --- a/13/umbraco-forms/developer/working-with-data.md +++ b/13/umbraco-forms/developer/working-with-data.md @@ -77,7 +77,7 @@ Guid UniqueId Dictionary RecordFields ``` -In order to access custom Form fields, these are available in the `RecordFields` property. Furthermore there exists an extension method named `ValueAsString` on `IRecord` in `Umbraco.Forms.Core.Services`, such that you can get the value as string given the alias of the field. +In order to access custom Form fields, these are available in the `RecordFields` property. Furthermore there exists an extension method named `ValueAsString` on `Record` in `Umbraco.Forms.Core.Services`, such that you can get the value as string given the alias of the field. This extension method handle multi value fields by comma separating the values. E.g. "A, B, C" diff --git a/13/umbraco-forms/release-notes.md b/13/umbraco-forms/release-notes.md index a6319b85f41..d71b9e3c709 100644 --- a/13/umbraco-forms/release-notes.md +++ b/13/umbraco-forms/release-notes.md @@ -17,6 +17,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.2.1**](https://github.com/umbraco/Umbraco.Forms.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.2.1) **(August 6th 2024)** + +* Fixed issue with entries export for Windows installations without access to a component necessary for auto-fit of Excel columns [#1259](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1259). + #### [**13.2.0**](https://github.com/umbraco/Umbraco.Forms.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.2.0) **(July 23rd 2024)** {% hint style="warning" %} diff --git a/14/umbraco-forms/developer/working-with-data.md b/14/umbraco-forms/developer/working-with-data.md index d54bcaf68da..822b76417b1 100644 --- a/14/umbraco-forms/developer/working-with-data.md +++ b/14/umbraco-forms/developer/working-with-data.md @@ -77,7 +77,7 @@ Guid UniqueId Dictionary RecordFields ``` -In order to access custom Form fields, these are available in the `RecordFields` property. Furthermore there exists an extension method named `ValueAsString` on `IRecord` in `Umbraco.Forms.Core.Services`, such that you can get the value as string given the alias of the field. +In order to access custom Form fields, these are available in the `RecordFields` property. Furthermore there exists an extension method named `ValueAsString` on `Record` in `Umbraco.Forms.Core.Extensions`, such that you can get the value as string given the alias of the field. This extension method handle multi value fields by comma separating the values. E.g. "A, B, C" @@ -88,7 +88,7 @@ Sample script that is outputting comments using a Form created with the default ```csharp @using Umbraco.Core; @using Umbraco.Cms.Core.Composing; -@using Umbraco.Forms.Core.Services; +@using Umbraco.Forms.Core.Extensions; @inject IRecordReaderService _recordReaderService;
    diff --git a/14/umbraco-forms/release-notes.md b/14/umbraco-forms/release-notes.md index 651a21ee1ef..27ba07c14a1 100644 --- a/14/umbraco-forms/release-notes.md +++ b/14/umbraco-forms/release-notes.md @@ -17,6 +17,16 @@ If you are upgrading to a new major version, you can find information about the This section contains the release notes for Umbraco Forms 14 including all changes for this version. +#### [**14.1.1**](https://github.com/umbraco/Umbraco.Forms.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F14.1.1) **(August 6th 2024)** + +* Fixed issues with entries export for Windows installations without access to a component necessary for auto-fit of Excel columns [#1259](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1259). +* Resolved intermittent issues with display of entries list [#1256](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1256). +* Restored access to setting option for sensitive data handling in workflows [#1262](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1262). +* Fixed validation on saving a form without a name [#1263](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1263). +* Fixed fallback of the localized user interface for English (GB) to English (US) [#1267](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1267). +* Fixed issue with form block rendering from rich text content [#1268](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1268). +* Restored the `ValueAsString` extension method on `Record`. + #### [**14.1.0**](https://github.com/umbraco/Umbraco.Forms.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F14.1.0) **(July 23rd 2024)** {% hint style="warning" %} @@ -36,7 +46,6 @@ Please ensure to check the rendering of these features on website forms after th * Ordered select list of prevalue sources when defining prevalues for a form field. * Limited the field preview for a field containing prevalues. * Improved support for editing large, multi-page forms by retaining scroll position between views and adding a "jump to page" option [#1243](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1243). -* Resolved intermittent issues with display of entries list [#1256](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1256). #### [**14.1.0-rc1**](https://github.com/umbraco/Umbraco.Forms.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F14.1.0) **(July 9th 2024)**