Skip to content

Commit 2933e54

Browse files
authored
Merge pull request #6672 from ronaldbarendse/deploy/release-notes-15.0.0
Add Deploy, Deploy Contrib and Forms Deploy 15.0.0 release notes
2 parents d8030fa + bb9d0a1 commit 2933e54

File tree

4 files changed

+94
-19
lines changed

4 files changed

+94
-19
lines changed

13/umbraco-deploy/release-notes.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,16 @@ If you are upgrading to a new major version you can find the details about the b
1717

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

20+
#### [13.3.0-rc1](https://github.com/umbraco/Umbraco.Deploy.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.3.0) (November 13rd 2024)
21+
22+
* Add option to include all schema in a workspace export
23+
* Add option to export from transfer queue
24+
* Combine migrated grid editor with default Block Grid block configuration (set `RowMinSpan` and `RowMaxSpan` to `1` and `EditorSize` to `medium`)
25+
* Import on startup
26+
* Added `ValidateDependenciesOnImport` setting to disable dependency validation on import
27+
* Fixed issue where content was not saved when transferring variant content with a release date
28+
* Support flexible environments on Umbraco Cloud (remove requirement for environment types to be Development, Staging or Live)
29+
2030
#### [13.2.2](https://github.com/umbraco/Umbraco.Deploy.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.2.2) (October 3rd 2024)
2131

2232
* Support migrating legacy Grid editor settings (config/styles) using JSON object pre-values

14/umbraco-deploy/release-notes.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,16 @@ If you are upgrading to a new major version you can find the details about the b
1818

1919
This section contains the release notes for Umbraco Deploy 14 including all changes for this version.
2020

21+
#### [14.2.0-rc1](https://github.com/umbraco/Umbraco.Deploy.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F14.2.0) (November 13th 2024)
22+
23+
* Add option to include all schema in a workspace export
24+
* Add option to export from transfer queue
25+
* Combine migrated grid editor with default Block Grid block configuration (set `RowMinSpan` and `RowMaxSpan` to `1` and `EditorSize` to `medium`)
26+
* Import on startup
27+
* Added `ValidateDependenciesOnImport` setting to disable dependency validation on import
28+
* Fixed issue where content was not saved when transferring variant content with a release date
29+
* Support flexible environments on Umbraco Cloud (remove requirement for environment types to be Development, Staging or Live)
30+
2131
#### [14.1.4](https://github.com/umbraco/Umbraco.Deploy.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F14.1.4) (October 3rd 2024)
2232

2333
* Support migrating legacy Grid editor settings (config/styles) using JSON object pre-values

15/umbraco-deploy/release-notes.md

Lines changed: 34 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,30 @@ If you are upgrading to a new major version you can find the details about the b
1818

1919
This section contains the release notes for Umbraco Deploy 15 including all changes for this version.
2020

21+
#### [15.0.0](https://github.com/umbraco/Umbraco.Deploy.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F15.0.0) (November 14th 2024)
22+
23+
* Update CMS dependency to 15.0.0
24+
25+
#### [15.0.0-rc4](https://github.com/umbraco/Umbraco.Deploy.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F15.0.0) (November 13th 2024)
26+
27+
* Update CMS dependency to 15.0.0-rc4
28+
* Preview of features and bug fixes due in 13.3 and 14.2:
29+
* Import on startup
30+
* Added `ValidateDependenciesOnImport` setting to disable dependency validation on import
31+
* Support flexible environments on Umbraco Cloud (remove requirement for environment types to be Development, Staging or Live)
32+
33+
#### [15.0.0-rc3](https://github.com/umbraco/Umbraco.Deploy.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F15.0.0) (November 7th 2024)
34+
35+
* Update CMS dependency to 15.0.0-rc3
36+
2137
#### [15.0.0-rc2](https://github.com/umbraco/Umbraco.Deploy.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F15.0.0) (October 24th 2024)
2238

2339
* Update CMS dependency to 15.0.0-rc2
24-
* Add option to include all schema in a workspace export
25-
* Add option to export from transfer queue
26-
* Fix `BlockValue` obsoleted properties (set GUID keys instead of UDIs and support block level variants)
27-
* Combine migrated grid editor with default Block Grid block configuration (set `RowMinSpan` and `RowMaxSpan` to `1` and `EditorSize` to `medium`)
40+
* Preview of features and bug fixes due in 13.3 and 14.2:
41+
* Add option to include all schema in a workspace export
42+
* Add option to export from transfer queue
43+
* Fix `BlockValue` obsoleted properties (set GUID keys instead of UDIs and support block level variants)
44+
* Combine migrated grid editor with default Block Grid block configuration (set `RowMinSpan` and `RowMaxSpan` to `1` and `EditorSize` to `medium`)
2845
* Restructure keys and add new UI localizations
2946

3047
#### [15.0.0-rc1](https://github.com/umbraco/Umbraco.Deploy.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F15.0.0) (October 11th 2024)
@@ -37,7 +54,19 @@ This section contains the release notes for Umbraco Deploy 15 including all chan
3754

3855
## Deploy Contrib
3956

40-
#### [15.0.0-rc2](https://github.com/umbraco/Umbraco.Deploy.Contrib/releases/tag/release-15.0.0-rc1) (October 24th 2024)
57+
#### [15.0.0](https://github.com/umbraco/Umbraco.Deploy.Contrib/releases/tag/release-15.0.0) (November 14th 2024)
58+
59+
* Update CMS and Deploy dependencies to 15.0.0
60+
61+
#### [15.0.0-rc4](https://github.com/umbraco/Umbraco.Deploy.Contrib/releases/tag/release-15.0.0-rc4) (November 13th 2024)
62+
63+
* Update CMS and Deploy dependencies to 15.0.0-rc4
64+
65+
#### [15.0.0-rc3](https://github.com/umbraco/Umbraco.Deploy.Contrib/releases/tag/release-15.0.0-rc3) (November 7th 2024)
66+
67+
* Update CMS and Deploy dependencies to 15.0.0-rc3
68+
69+
#### [15.0.0-rc2](https://github.com/umbraco/Umbraco.Deploy.Contrib/releases/tag/release-15.0.0-rc2) (October 24th 2024)
4170

4271
* Update CMS and Deploy dependencies to 15.0.0-rc2
4372

15/umbraco-forms/release-notes.md

Lines changed: 40 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -20,41 +20,67 @@ This section contains the release notes for Umbraco Forms 15 including all chang
2020

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

23-
* Compatibility with Umbraco 15
23+
* Compatibility with Umbraco 15.0.0
24+
25+
#### [**15.0.0-rc4**](https://github.com/umbraco/Umbraco.Forms.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F15.0.0) **(November 13th 2024)**
26+
27+
* Compatibility with Umbraco 15.0.0-rc4
28+
29+
#### [**15.0.0-rc3**](https://github.com/umbraco/Umbraco.Forms.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F15.0.0) **(November 6th 2024)**
30+
31+
* Compatibility with Umbraco 15.0.0-rc3
32+
* Preview of features and bug fixes due in 13.3 and 14.2:
33+
* Fixed issue where sensitive data flag on a field could not be set for new fields added to a form [#1309](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1309)
34+
* Added date picker setting to set the text for the aria-label [#1082](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1082)
35+
* Allow selection of custom fields for values and captions for pre-value sources based on Umbraco documents [#1195](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1195)
36+
* Added Umbraco Flavoured Markdown component for the rendering of form names within a block list
37+
* Added validation message when submitting a form via the API with an invalid file extension [#1310](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1310)
2438

2539
#### [**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)**
2640

27-
* Compatibility with Umbraco 15-rc2
41+
* Compatibility with Umbraco 15.0.0-rc2
2842
* Preview of features and bug fixes due in 13.3 and 14.2:
29-
* Permission for delete entries [#1303](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1303).
30-
* Configurable date format for date picker field [#1276](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1276).
31-
* https://github.com/umbraco/Umbraco.Forms.Issues/issues/1304
32-
* 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).
33-
* Improve cross-platform check when exporting to Excel.
43+
* Permission for delete entries [#1303](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1303).
44+
* Configurable date format for date picker field [#1276](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1276).
45+
* https://github.com/umbraco/Umbraco.Forms.Issues/issues/1304
46+
* 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).
47+
* Improve cross-platform check when exporting to Excel.
3448

3549
#### [**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)**
3650

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

4761
## Forms Deploy
4862

4963
This Deploy add-on adds support for transferring, restoring, exporting and importing (including migrating between major versions) of Umbraco Forms data.
5064

65+
#### [**15.0.0**](https://github.com/umbraco/Umbraco.Forms.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F15.0.0) **(November 14th 2024)**
66+
67+
* Update Forms and Deploy dependencies to 15.0.0
68+
69+
#### [**15.0.0-rc4**](https://github.com/umbraco/Umbraco.Forms.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F15.0.0) **(November 13th 2024)**
70+
71+
* Update Forms and Deploy dependencies to 15.0.0-rc4
72+
73+
#### [**15.0.0-rc3**](https://github.com/umbraco/Umbraco.Forms.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F15.0.0) **(November 7th 2024)**
74+
75+
* Update Forms and Deploy dependencies to 15.0.0-rc3
76+
5177
#### [**15.0.0-rc2**](https://github.com/umbraco/Umbraco.Forms.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F15.0.0) **(October 24th 2024)**
5278

5379
* Update Forms and Deploy dependencies to 15.0.0-rc2
5480

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

57-
* Compatibility with Umbraco 15 and Deploy 15
83+
* Update Forms and Deploy dependencies to 15.0.0-rc1
5884

5985
## Legacy release notes
6086

0 commit comments

Comments
 (0)