You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 13/umbraco-forms/release-notes.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ Forms ships it's themes and email templates as part of a razor class library for
33
33
34
34
##### Date picker field type
35
35
36
-
We have made a couple of updates to the Date Picker field type. The format for the field can now be provided in configuration [#1276](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1276). And you can now override and localize the aria-label provided for assistive technologies such as screen readers [https://github.com/umbraco/Umbraco.Forms.Issues/issues/1082](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1082).
36
+
We have made a couple of updates to the Date Picker field type. The format for the field can now be provided in configuration [#1276](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1276). And you can now override and localize the aria-label provided for assistive technologies such as screen readers [#1082](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1082).
37
37
38
38
##### Finer grained entries permissions
39
39
@@ -43,8 +43,8 @@ To allow finer control over editor permissions, we have introduced a "delete ent
43
43
44
44
Other bug fixes included in the release:
45
45
46
-
*Fix 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.
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
+
*Improved cross-platform check when exporting to Excel.
48
48
* 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).
Copy file name to clipboardExpand all lines: 14/umbraco-forms/release-notes.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ These options are enabled and configured by editors in the Forms settings sectio
30
30
31
31
##### Form picker enhancements
32
32
33
-
Another improvement if found in the [form picker property editors](./developer/property-editors.md). We now support restriction of which forms can be selected by folder rather than only by individual forms.
33
+
Another improvement is found in the [form picker property editors](./developer/property-editors.md). We now support restriction of which forms can be selected by folder rather than only by individual forms.
34
34
35
35
A second "form details picker" is also available, allowing editors the option of selecting the form, theme and redirect via a single property editor.
36
36
@@ -40,7 +40,7 @@ Forms ships it's themes and email templates as part of a razor class library for
40
40
41
41
##### Date picker field type
42
42
43
-
We've also made a couple of updates to the date picker field type. The format for the field can now be provided in configuration [#1276](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1276). And you can now override and localize the aria label provided for assistive technologies such as screen readers [https://github.com/umbraco/Umbraco.Forms.Issues/issues/1082](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1082).
43
+
We have made a couple of updates to the Date Picker field type. The format for the field can now be provided in configuration [#1276](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1276). And you can now override and localize the aria label provided for assistive technologies such as screen readers [#1082](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1082).
44
44
45
45
##### Umbraco documents prevalue source type
46
46
@@ -61,8 +61,8 @@ Other bug fixes included in the release:
61
61
* Reverted entry list to display most recent first.
62
62
* Fixed issue with display of prevalue captions in the entry list.
63
63
* Fixed issue on restoring values of checkbox and radio lists when navigating backward on multi-page forms.
64
-
*Fix issue with single checkbox triggering a condition on a field on a subsequent page [#1304](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1304).
65
-
*Improve cross-platform check when exporting to Excel.
64
+
*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).
65
+
*Improved cross-platform check when exporting to Excel.
0 commit comments