diff --git a/15/umbraco-ui-builder/changelog-archive/changelog.md b/15/umbraco-ui-builder/changelog-archive/changelog.md index 82b8c320984..54b1d6497ed 100644 --- a/15/umbraco-ui-builder/changelog-archive/changelog.md +++ b/15/umbraco-ui-builder/changelog-archive/changelog.md @@ -9,7 +9,7 @@ description: Changelog for Konstrukt, the backoffice UI builder for Umbraco. **Date:** 2023-02-22 **Description:** Patch release with bug fixes -- Fixed issue where upload file property editor throws "the specified file type has been disallowed by the administrator" error ([#49](https://github.com/outfielddigital/konstrukt/issues/49)). +- Fixed issue where upload file property editor throws "the specified file type has been disallowed by the administrator" error. - Added ngrok URLs to allow domains that don't need a license. ## v1.6.3 @@ -17,10 +17,10 @@ description: Changelog for Konstrukt, the backoffice UI builder for Umbraco. **Date:** 2023-01-16 **Description:** Patch release with bug fixes -- Moved encrypted properties implementation to the base repository class so encryption is honored when performing save/load operation directly against the repository API ([#44](https://github.com/outfielddigital/konstrukt/issues/44)). +- Moved encrypted properties implementation to the base repository class so encryption is honored when performing save/load operation directly against the repository API. - Made `SecurityHelper` swappable so you can use something other than the default `DataProtectionProvider` implementation that comes out of the box (OOTB). -- Fixed issue with advanced filters that use the lambda `ParameterReplacer` due to the parameter being replaced in the function, but not in the Lambda parameters list ([#45](https://github.com/outfielddigital/konstrukt/issues/45)). -- Fixed date filters not working on mobile resolution devices ([#46](https://github.com/outfielddigital/konstrukt/issues/46)). +- Fixed issue with advanced filters that use the lambda `ParameterReplacer` due to the parameter being replaced in the function, but not in the Lambda parameters list. +- Fixed date filters not working on mobile resolution devices. ## v1.6.2 @@ -52,7 +52,7 @@ description: Changelog for Konstrukt, the backoffice UI builder for Umbraco. **Date:** 2022-09-09 **Description:** Patch release with bug fixes -- Fixed bug in entity picker not correctly showing the `Add` button when it should ([#39](https://github.com/outfielddigital/konstrukt/issues/39)). +- Fixed bug in entity picker not correctly showing the `Add` button when it should. - Added some basic validation to config at startup to ensure a valid config model. ## v1.5.1 @@ -60,7 +60,7 @@ description: Changelog for Konstrukt, the backoffice UI builder for Umbraco. **Date:** 2022-08-22 **Description:** Patch release with bug fixes -- Fixed searchable properties not being searched in a case-insensitive way for repositories that don't use Umbraco's NPoco extension methods ([#36](https://github.com/outfielddigital/konstrukt/issues/36)). +- Fixed searchable properties not being searched in a case-insensitive way for repositories that don't use Umbraco's NPoco extension methods. - Fixed regression in Konstrukt repository not correctly combining filters. - Fixed exception due to `ServiceProvider` not getting passed to Data transfer object (DTO) mapper. diff --git a/15/umbraco-ui-builder/collections/editors.md b/15/umbraco-ui-builder/collections/editors.md index 88cb56c92d3..4f4c419d0d5 100644 --- a/15/umbraco-ui-builder/collections/editors.md +++ b/15/umbraco-ui-builder/collections/editors.md @@ -6,7 +6,7 @@ description: Configuring the editor of a collection in Umbraco UI Builder. An editor is the user interface used to edit an entity. It consists of tabs and property editors. -![A collection editor](../images/editor.png) +![A collection editor](../images/people-editor.png) ## Configuring an Editor diff --git a/15/umbraco-ui-builder/images/people-editor.png b/15/umbraco-ui-builder/images/people-editor.png new file mode 100644 index 00000000000..167bd6b872a Binary files /dev/null and b/15/umbraco-ui-builder/images/people-editor.png differ