Skip to content

Commit 7525f3c

Browse files
authored
Merge pull request #7690 from umbraco/forms/december-release-notes
Forms: December release notes
2 parents 71b3db1 + c396da9 commit 7525f3c

File tree

6 files changed

+15
-2
lines changed

6 files changed

+15
-2
lines changed

13/umbraco-forms/developer/files/umbraco-forms-default-theme-13.8.0-rc.zip renamed to 13/umbraco-forms/developer/files/umbraco-forms-default-theme-13.8.0-rc2.zip

30.8 KB
Binary file not shown.

13/umbraco-forms/developer/themes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ You can obtain the latest version of the Forms default theme from the following
2727
* [13.3.0](./files/umbraco-forms-default-theme-13.3.0.zip)
2828
* [13.5.0](./files/umbraco-forms-default-theme-13.5.0.zip)
2929
* [13.7.0](./files/umbraco-forms-default-theme-13.7.0.zip)
30-
* [13.8.0-rc](./files/umbraco-forms-default-theme-13.8.0-rc.zip)
30+
* [13.8.0-rc2](./files/umbraco-forms-default-theme-13.8.0-rc2.zip)
3131

3232
You should use the theme available for the highest version that's less or equal to the version of Forms you have installed. For example, when using Umbraco Forms 13.4.0, and no file for that version is available use version 13.3.0 instead.
3333

13/umbraco-forms/release-notes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ If you are upgrading to a new major version, you can find information about the
1616

1717
This section contains the release notes for Umbraco Forms 13 including all changes for this version.
1818

19+
### [13.8.0-rc2](https://github.com/umbraco/Umbraco.Forms.Issues/issues?q=is%3Aissue%20state%3Aopen%20label%3Arelease%2F13.8.0) (December 4th 2025)
20+
* Improve accuracy of drag-and-drop in form designer [#822](https://github.com/umbraco/Umbraco.Forms.Issues/issues/822)
21+
* Render uploaded files as semantically correct HTML [#1373](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1373)
22+
* Filter out fields from email workflows when 'Include Sensitive Data' is set to false [#1402](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1402)
23+
* Normalise the JavaScript `form` parameter to always be the native DOM element [#1477](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1477)
24+
1925
### [13.8.0-rc](https://github.com/umbraco/Umbraco.Forms.Issues/issues?q=is%3Aissue%20state%3Aopen%20label%3Arelease%2F13.8.0) (November 27th 2025)
2026
* Umbraco CMS dependency updated to 13.12.0
2127
* JavaScript now correctly finds the form config element when it is not adjacent

16/umbraco-forms/developer/files/umbraco-forms-default-theme-16.3.0-rc.zip renamed to 16/umbraco-forms/developer/files/umbraco-forms-default-theme-16.3.0-rc2.zip

27.9 KB
Binary file not shown.

16/umbraco-forms/developer/themes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ You can obtain the latest version of the Forms default theme from the following
2020

2121
* [16.0.0](./files/umbraco-forms-default-theme-16.0.0.zip)
2222
* [16.2.0](./files/umbraco-forms-default-theme-16.2.0.zip)
23-
* [16.3.0-rc](./files/umbraco-forms-default-theme-16.3.0-rc.zip)
23+
* [16.3.0-rc2](./files/umbraco-forms-default-theme-16.3.0-rc2.zip)
2424

2525
You should use the theme available for the highest version that's less or equal to the version of Forms you have installed.
2626

16/umbraco-forms/release-notes.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@ If you are upgrading to a new major version, you can find information about the
1616

1717
This section contains the release notes for Umbraco Forms 16 including all changes for this version.
1818

19+
### [16.3.0-rc2](https://github.com/umbraco/Umbraco.Forms.Issues/issues?q=is%3Aissue%20state%3Aopen%20label%3Arelease%2F16.3.0) (December 4th 2025)
20+
* Refactored UX for sorting on form designer [#1458](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1458)
21+
* Render uploaded files as semantically correct HTML [#1373](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1373)
22+
* Filter out fields from email workflows when 'Include Sensitive Data' is set to false [#1402](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1402)
23+
* Normalise the JavaScript `form` parameter to always be the native DOM element [#1477](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1477)
24+
* Fix console error when using `Forms.PropertyEditorUi.TextWithFieldPicker` in custom FieldType or Workflow [#1547](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1547)
25+
1926
### [16.3.0-rc](https://github.com/umbraco/Umbraco.Forms.Issues/issues?q=is%3Aissue%20state%3Aopen%20label%3Arelease%2F16.3.0) (November 27th 2025)
2027
* Umbraco CMS dependency updated to 16.3.0
2128
* JavaScript now correctly finds the form config element when it is not adjacent

0 commit comments

Comments
 (0)