diff --git a/13/umbraco-forms/release-notes.md b/13/umbraco-forms/release-notes.md index 9605b4d647d..a85b7467930 100644 --- a/13/umbraco-forms/release-notes.md +++ b/13/umbraco-forms/release-notes.md @@ -16,6 +16,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 13 including all changes for this version. +### [13.5.0-rc](https://github.com/umbraco/Umbraco.Forms.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.5.0) (June 5th 2025) + +* Add 'Save and preview' button and dialog [#655](https://github.com/umbraco/Umbraco.Forms.Issues/issues/655) +* Add minimum and maximum date settings to Date field type [#1357](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1357) + ### [13.4.2](https://github.com/umbraco/Umbraco.Forms.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.4.2) (May 13th 2025) * HTML encode submitted values in 'Send Email' workflow [GHSA-2qrj-g9hq-chph](https://github.com/umbraco/Umbraco.Forms.Issues/security/advisories/GHSA-2qrj-g9hq-chph) @@ -255,6 +260,11 @@ And there are a couple of further additions to improve the performance and acces ## Umbraco.Forms.Deploy +### 13.1.1 (May 20th 2025) + +* Remove null entries in field prevalues [#260](https://github.com/umbraco/Umbraco.Deploy.Issues/issues/260) +* Update mappings to eagerly evaluate enumerations and fix nullability issues + ### 13.1.0 (January 23rd 2025) * All items from 13.1.0-rc1 diff --git a/15/umbraco-forms/release-notes.md b/15/umbraco-forms/release-notes.md index 24eb78219b7..cc16b28b86c 100644 --- a/15/umbraco-forms/release-notes.md +++ b/15/umbraco-forms/release-notes.md @@ -16,6 +16,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.2.0-rc](https://github.com/umbraco/Umbraco.Forms.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F15.2.0) (June 5th 2025) + +* Add 'Save and preview' button and dialog [#655](https://github.com/umbraco/Umbraco.Forms.Issues/issues/655) +* Add minimum and maximum date settings to Date field type [#1357](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1357) + ### [15.1.2](https://github.com/umbraco/Umbraco.Forms.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F15.1.2) (May 13th 2025) * HTML encode submitted values in 'Send Email' workflow [GHSA-2qrj-g9hq-chph](https://github.com/umbraco/Umbraco.Forms.Issues/security/advisories/GHSA-2qrj-g9hq-chph) @@ -142,6 +147,10 @@ Other bug fixes included in the release: This Deploy add-on adds support for transferring, restoring, exporting and importing (including migrating between major versions) of Umbraco Forms data. +### 15.1.1 (May 20th 2025) + +* Update mappings to eagerly evaluate enumerations and fix nullability issues + ### 15.1.0 (January 23rd 2025) * All items from 15.1.0-rc1 diff --git a/16/umbraco-forms/release-notes.md b/16/umbraco-forms/release-notes.md index ca32f1bebf4..8785c357199 100644 --- a/16/umbraco-forms/release-notes.md +++ b/16/umbraco-forms/release-notes.md @@ -16,6 +16,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 16 including all changes for this version. +### [16.0.0-rc3](https://github.com/umbraco/Umbraco.Forms.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F16.0.0) (June 3rd 2025) + +* Compatibility with Umbraco 16.0.0-rc4 +* Fix field/workflow settings not displaying in dialogs + ### [16.0.0-rc2](https://github.com/umbraco/Umbraco.Forms.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F16.0.0) (May 26th 2025) * Compatibility with Umbraco 16.0.0-rc3 @@ -32,6 +37,10 @@ This section contains the release notes for Umbraco Forms 16 including all chang This Deploy add-on adds support for transferring, restoring, exporting and importing (including migrating between major versions) of Umbraco Forms data. +### 16.0.0-rc3 (June 3rd 2025) + +* Update Forms and Deploy dependencies to 16.0.0-rc3 + ### 16.0.0-rc2 (May 30th 2025) * Update Forms and Deploy dependencies to 16.0.0-rc2