Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 14 additions & 3 deletions 15/umbraco-forms/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,27 @@ 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.0.0-rc2**](https://github.com/umbraco/Umbraco.Forms.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F15.0.0) **(October 18th 2024)**

* Compatibility with Umbraco 15-rc2
* Preview of features and bug fixes due in 13.3 and 14.2:
* Permission for delete entries [#1303](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1303).
* Configurable date format for date picker field [#1276](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1276).
* https://github.com/umbraco/Umbraco.Forms.Issues/issues/1304
* Fixed issue with single checkbox triggering a condition on a field on a subsequent page [#1304](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1304).
* Improve cross-platform check when exporting to Excel.

#### [**15.0.0-rc1**](https://github.com/umbraco/Umbraco.Forms.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F15.0.0) **(October 8th 2024)**

* Compatibility with Umbraco 15
* Compatibility with Umbraco 15-rc1
* See full details of breaking changes under the [Version-specific Upgrade Guide](upgrading/version-specific/).
* Made retrieval of prevalue source values and execution of record exports asynchronous [#1285](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1285).
* Preview of features due in 13.3 and 14.1:
* Preview of features due in 13.3 and 14.2:
* Option to display paging details for multi-page forms.
* Form picker with allowed forms managed via folders.
* New "form details picker" providing a single property editor for the selection of form, theme, and redirect.
* Ability to provide custom themes and email templates via razor class libraries.
* Ability to provide custom themes and email templates via razor class libraries [#795](https://github.com/umbraco/Umbraco.Forms.Issues/issues/795).
* Backoffice translations for Dutch [#1264](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1264).

## Forms Deploy

Expand Down
Loading