Skip to content

Commit 19907f9

Browse files
committed
Added release notes for 15.2.0-rc2
1 parent ca3e21a commit 19907f9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

15/umbraco-forms/developer/extending/adding-a-fieldtype.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,9 @@ export const manifests = [sliderValueConverterManifest];
438438

439439
### Language Files
440440

441-
Setting labels and descriptions are translated via language files. The following example shows how this is created for the settings on our example field type:
441+
Setting labels and descriptions can be translated via language files. If no client-side localization is provided, the values provided server-side in the `Setting` attribute's `Name` and `Description` properties will be used.
442+
443+
The following example shows how this is created for the settings on our example field type:
442444

443445
```javascript
444446
import type { UmbLocalizationDictionary } from "@umbraco-cms/backoffice/localization-api";

15/umbraco-forms/release-notes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ 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 15 including all changes for this version.
2020

21+
#### [**15.1.0-rc2**](https://github.com/umbraco/Umbraco.Forms.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F15.1.0) **(December 20th 2024)**
22+
23+
* Used the name and description defined on the setting attribute for backoffice labels when no client-side localization is available [#1336](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1336).
24+
* Resolved minor backoffice issues when creating and saving prevalue and data sources.
25+
2126
#### [**15.1.0-rc1**](https://github.com/umbraco/Umbraco.Forms.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F15.1.0) **(December 17th 2024)**
2227

2328
##### Validation rules across form fields

0 commit comments

Comments
 (0)