Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions 15/umbraco-ui-builder/changelog-archive/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ 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

**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

Expand Down Expand Up @@ -52,15 +52,15 @@ 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

**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.

Expand Down
2 changes: 1 addition & 1 deletion 15/umbraco-ui-builder/collections/editors.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Binary file added 15/umbraco-ui-builder/images/people-editor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.