Skip to content

Commit 4a3ef26

Browse files
committed
Umbraco UI Builder 16 release notes and data views docs
1 parent 1f8b432 commit 4a3ef26

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

16/umbraco-ui-builder/filtering/data-views.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,14 @@ AddDataView(string group, string name, Lambda whereClauseExpression) : Collectio
4343
````csharp
4444
collectionConfig.AddDataView("Status", "Active", p => p.IsActive);
4545
````
46+
47+
### Using the `AddAllDataView` Method
48+
49+
Enables the `All` option for data views in the collection. The method can take an empty string - which will display the CMS localized `All` value, a plain text or a localized string.
50+
51+
#### Method Synthax
52+
53+
```cs
54+
collectionConfig.AddAllDataView(string? label)
55+
```
56+

16/umbraco-ui-builder/release-notes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ If you are upgrading to a new major version, check the breaking changes in the [
1818

1919
Below are the release notes for Umbraco UI Builder, detailing all changes in this version.
2020

21+
#### [**16.0.0**](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F16.0.0) **(June 12th 2025)**
2122

23+
* Upgraded to run on Umbraco 16
2224

2325
## Legacy Release Notes
2426

0 commit comments

Comments
 (0)