Release Notes
Get an overview of the things changed and fixed in each version of Umbraco UI Builder.
Last updated
Get an overview of the things changed and fixed in each version of Umbraco UI Builder.
Last updated
In this section, we have summarized the changes to Umbraco UI Builder released in each version. Each version is presented with a link to the showing a list of issues resolved in the release. We also link to the individual issues themselves from the detail.
If there are any breaking changes or other issues to be aware of when upgrading they are also noted here.
This section contains the release notes for Umbraco UI Builder 13 including all changes for this version.
Added localization for tree headers and list views empty state message
Removed global registration of UDI
converters and introduced new .
Fixed an issue for bulk actions that disabled the actions row on cancel
Extended UdiConverter
with options to convert to GUID
Added the ActivatorUtilitiesConstructor
attribute to the ImportActionEntity
constructor.
Updated licensing engine.
Added updates to the licensing engine.
Added previously validated license resolver, to validate a license if a validation process was already executed successfully in the past 7 days.
Fixed an issue caused by where
clauses for filter expression and deleted property.
Allow renaming the heading of the implicit Name
column by calling the SetNameProperty
method overload.
Use CsvHelper
library with the built in ExportEntityAction
.
Update CsvHelper
version dependency.
All updates listed under 13.1.0-rc1 and 13.1.0-rc2.
While working with a custom repository, the entity ID type converter defaulted to the newly registered UdiConverter
instead of Int32Converter
. With the current update, the required converter will be picked in a different order.
Umbraco UI Builder 13.1 is the first release since launch adding new features. We've focussed on improving the experience when working with related collections, addressing some additional use cases that widen the scope of the product. This includes the possibility to retrieve child collections entities or use an Umbraco entity as foreign key.
Related Collections
This feature provides support for managing many-to-many relationships by configuring main, related and junction entities.
Retrieve Child Collections
This feature addresses a one-to-many relationship context. Having a parent collection with child sub-collections, one might need to retrieve the child collections only, without fetching the details of the parent.
Implementation of a UdiConverter
This update addresses the configuration of collections that use as foreign key a reference to an Umbraco entity. If the FK type is Integer
, the persisted value defaults to 0. This is because the UDI value of the entity cannot be converted from String
to Int
. Based on the UDI value, we are retrieving and persisting the Id
of the Umbraco entity.
Dependency version update for Umbraco.Licenses
Upgraded to run again Umbraco v13 and .NET 8
Upgraded all 3rd party dependencies
Nullable references
Fixed issue with import entity action for Umbraco Cloud websites
Allow entity properties to be searched based on pattern: StartsWith
| Contains
Switch entity create/edit header to label view for read-only collections
Fixed an issue that did not allow a readonly field to be added multiple times to an editor
Added support for using properties of nested objects as searchable
You can read more about this in the article.
Fixed an issue with the UdiConverter
affecting child collections
Fixed an issue with nested objects in collection entities
Fixed an issue with the UdiConverter
causing website configuration binding to return incorrect values
Fixed an issue where the database is getting disposed in a UIBuilder repository, causing an error when Forms tries to save the form submission after the workflow is complete .
You can read more about this in article.
Upgrade from 13.0.3 to 13.1.0-rc1 breaks existing custom repository.
You can read more about this in the article.
You can read more about this in the article.
A use case can be found in the .
Doesn't work after upgrading to 13.0.3
Dependency issue when installing UIBuilder alongside Umbraco Commerce in a v13 Umbraco website
Dependency issue when installing UIBuilder alongside uSync in a v13 Umbraco website
Fields in Sidebar are not included when creating item
Fix built-in export/import actions errors
Update list view editorState
to support integration with Contentment Data Types
You can find the release notes for Konstrukt in the .