Skip to content

Commit 97dbf50

Browse files
committed
Dates and linting
1 parent 2d6b5c3 commit 97dbf50

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

13/umbraco-forms/release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ If you are upgrading to a new major version, you can find information about the
1717

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

20-
#### [**13.3.0-rc1**](https://github.com/umbraco/Umbraco.Forms.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.3.0) **To Be Confirmed**
20+
#### [**13.3.0-rc1**](https://github.com/umbraco/Umbraco.Forms.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.3.0) **(October 25th 2024)**
2121

2222
##### Multi-step forms
2323

14/umbraco-forms/developer/extending/setting-types.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ Some are defined with the Umbraco CMS and some ship with the Forms package.
3737
| Umb.PropertyEditorUi.Toggle | CMS | Uses a single checkbox for entry | |
3838
| Umb.PropertyEditorUi.UploadField | CMS | Used for selection of a file | The "Text file" prevalue source |
3939
| Forms.PropertyEditorUi.DataTypePicker | Forms | Uses a datatype picker | The "Umbraco prevalues" prevalue source |
40-
| Forms.PropertyEditorUi.DocumentTypePicker | Forms | Uses a documenttype picker | The "Umbraco nodes" prevalue source |
41-
| Forms.PropertyEditorUi.DocumentTypeFieldPicker | Forms | Uses to select fields from a docummenttype | The "Umbraco nodes" prevalue source |
42-
| Forms.PropertyEditorUi.DocumentMapper | Forms | Used for mapping of fields from a document type | The "Save as Umbraco node" workflow |
40+
| Forms.PropertyEditorUi.DocumentTypePicker | Forms | Uses a Document Type picker | The "Umbraco nodes" prevalue source |
41+
| Forms.PropertyEditorUi.DocumentTypeFieldPicker | Forms | Uses to select fields from a Document Type | The "Umbraco nodes" prevalue source |
42+
| Forms.PropertyEditorUi.DocumentMapper | Forms | Used for mapping of fields from a Document Type | The "Save as Umbraco node" workflow |
4343
| Forms.PropertyEditorUi.EmailTemplatePicker | Forms | Used for selection of an email template | The "Send email with Razor template" workflow |
4444
| Forms.PropertyEditorUi.FieldMapper | Forms | Used to map fields from a form to required aliases | The "Send to URL" workflow |
4545
| Forms.PropertyEditorUi.Password | Forms | Uses password text box for entry | |

14/umbraco-forms/release-notes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ If you are upgrading to a new major version, you can find information about the
1818

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

21-
#### [**14.2.0-rc1**](https://github.com/umbraco/Umbraco.Forms.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F14.2.0) **To Be Confirmed**
21+
#### [**14.2.0-rc1**](https://github.com/umbraco/Umbraco.Forms.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F14.2.0) **October 25th 2024**
2222

2323
##### Multi-step forms
2424

@@ -44,7 +44,7 @@ We've also made a couple of updates to the date picker field type. The format fo
4444

4545
##### Umbraco documents prevalue source type
4646

47-
When creating a prevalue source based on Umbraco documents, you can now select custom properties for the value or caption. Previously you had a choice of the content item's `Id`, `Key` or `Name`. We've extended this to allow the selection of any properties defined on the selected document type [#1195](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1195).
47+
When creating a prevalue source based on Umbraco documents, you can now select custom properties for the value or caption. Previously you had a choice of the content item's `Id`, `Key` or `Name`. We've extended this to allow the selection of any properties defined on the selected Document Type [#1195](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1195).
4848

4949
##### Finer grained entries permissions
5050

15/umbraco-forms/developer/extending/setting-types.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ Some are defined with the Umbraco CMS and some ship with the Forms package.
3737
| Umb.PropertyEditorUi.Toggle | CMS | Uses a single checkbox for entry | |
3838
| Umb.PropertyEditorUi.UploadField | CMS | Used for selection of a file | The "Text file" prevalue source |
3939
| Forms.PropertyEditorUi.DataTypePicker | Forms | Uses a datatype picker | The "Umbraco prevalues" prevalue source |
40-
| Forms.PropertyEditorUi.DocumentTypePicker | Forms | Uses a documenttype picker | The "Umbraco nodes" prevalue source |
41-
| Forms.PropertyEditorUi.DocumentTypeFieldPicker | Forms | Uses to select fields from a docummenttype | The "Umbraco nodes" prevalue source |
42-
| Forms.PropertyEditorUi.DocumentMapper | Forms | Used for mapping of fields from a document type | The "Save as Umbraco node" workflow |
40+
| Forms.PropertyEditorUi.DocumentTypePicker | Forms | Uses a Document Type picker | The "Umbraco nodes" prevalue source |
41+
| Forms.PropertyEditorUi.DocumentTypeFieldPicker | Forms | Uses to select fields from a Document Type | The "Umbraco nodes" prevalue source |
42+
| Forms.PropertyEditorUi.DocumentMapper | Forms | Used for mapping of fields from a Document Type | The "Save as Umbraco node" workflow |
4343
| Forms.PropertyEditorUi.EmailTemplatePicker | Forms | Used for selection of an email template | The "Send email with Razor template" workflow |
4444
| Forms.PropertyEditorUi.FieldMapper | Forms | Used to map fields from a form to required aliases | The "Send to URL" workflow |
4545
| Forms.PropertyEditorUi.Password | Forms | Uses password text box for entry | |

0 commit comments

Comments
 (0)