Skip to content

Commit 636f55e

Browse files
Sofie Toft Kristensengitbook-bot
authored andcommitted
GITBOOK-1: No subject
1 parent 624caa2 commit 636f55e

File tree

2 files changed

+1
-62
lines changed

2 files changed

+1
-62
lines changed

16/umbraco-ui-builder/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ description: A guide to using Umbraco UI Builder for creating custom backoffice
44

55
# Umbraco UI Builder Documentation
66

7-
{% hint style="info" %}
8-
This is documentation for the **Umbraco UI Builder 16 Release Candidate**.
9-
{% endhint %}
10-
117
Umbraco UI Builder is a tool for creating custom Backoffice User Interfaces (UIs) in Umbraco using a fluent API.
128

139
![Example Umbraco UI Builder UI](images/listview.png)

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

Lines changed: 1 addition & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -16,66 +16,9 @@ If you are upgrading to a new major version, check the breaking changes in the [
1616

1717
## Release History
1818

19-
Below are the release notes for Umbraco UI Builder 15, detailing all changes in this version.
19+
Below are the release notes for Umbraco UI Builder, detailing all changes in this version.
2020

21-
#### [**15.1.3**](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F15.1.3) **(May 5th 2025)**
2221

23-
* Fixed actions notifications [#143](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues/143) and [#161](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues/161)
24-
* Fixed default sorting for the `Name` column [#159](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues/159)
25-
* Fixed collection list view pagination [#133](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues/133) and [#142](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues/142)
26-
* Fixed issues with the entity picker regarding the configuration of selected items - [#140](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues/140), and the persisted value [#153](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues/153)
27-
* Fixed filterable properties that were using an `Integer` [#154](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues/154)
28-
* Update the filtering component to handle a persistence issue [#156](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues/156)
29-
* Fixed localization issues for fieldsets, tabs, properties, and context apps [#132](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues/132), [#135](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues/135), and [#152](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues/152)
30-
31-
#### [**15.1.2**](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F15.1.2) **(April 4th 2025)**
32-
33-
* Removed global registration of `UDI` converters [#144](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues/144), [#136](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues/136), and introduced new [Entity Identifier Converters](./collections/entity-identifier-converters.md).
34-
* Fixed `Create` action button [#137](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues/137).
35-
* Added collection list view refresh feature following an entity action [#139](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues/139).
36-
* Fixed collection visibility [#134](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues/134).
37-
* Enabled rendering of sidebar properties.
38-
* Fixed an issue that prevented the creation of multiple sections.
39-
40-
#### [**15.1.1**](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F15.1.1) **(March 21st 2025)**
41-
42-
* Extended `UdiConverter` with options to convert to `GUID` [#108](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues/108)
43-
* Update `Save` action visibility for readonly collections [#129](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues/129)
44-
* Fixed value editor configuration object impacting the use of custom property editors for collection properties [#122](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues/122)
45-
* Enable the display of markup from custom field views [#119](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues/119)
46-
* Fixed an issue causing sort properties not being sent to repository [#118](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues/118)
47-
48-
#### [**15.1.0**](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F15.1.0) **(March 4th 2025)**
49-
50-
* Updated licensing engine.
51-
* Fixed issue with import entity action for Umbraco Cloud websites [#92](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues/92).
52-
* Added feature to allow server-side complex validation using [repository events](advanced/events.md).
53-
* Enable sorting a list view based on the `Name` column.
54-
* Fixed issue with `SetHeading` collection property.
55-
* Fixed issue with setting a list view page size programmatically using `SetPageSize`.
56-
57-
#### [**15.0.3**](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F15.0.3) **(February 5th 2025)**
58-
59-
* Fixed an issue with filter input values persistence for filterable properties.
60-
* Filterable properties UI updates
61-
62-
#### [**15.0.2**](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F15.0.2) **(January 22nd 2025)**
63-
64-
* Added updates to the licensing engine.
65-
* Fixed an error in the entity update action.
66-
67-
#### [**15.0.1**](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F15.0.1) **(December 16th 2024)**
68-
69-
* Added previously validated license resolver, to validate a license if a validation process was already executed successfully in the past 7 days.
70-
* Fixed an issue caused by `where` clauses for filter expression and deleted property.
71-
* Allow entity properties to be searched based on pattern: `StartsWith` | `Contains` [#116](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues/116).
72-
* Switch entity create/edit header to label view for read-only collections [#111](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues/111).
73-
74-
#### [**15.0.0**](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F15.0.0) **(November 14th 2024)**
75-
76-
* Product migrated to support the new Web Component-based Umbraco.
77-
78-
You can read more about the new Backoffice in the [Umbraco CMS documentation](https://docs.umbraco.com/umbraco-cms/extending/customize-the-editing-experience).
7922

8023
## Legacy Release Notes
8124

0 commit comments

Comments
 (0)