You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 13/umbraco-ui-builder/changelog-archive/changelog.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,18 +9,18 @@ description: Changelog for Konstrukt, the backoffice UI builder for Umbraco.
9
9
**Date:** 2023-02-22
10
10
**Description:** Patch release with bug fixes
11
11
12
-
- 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)).
12
+
- Fixed issue where upload file property editor throws "The specified file type has been disallowed by the administrator" error.
13
13
- Added ngrok URLs to allow domains that don't need a license.
14
14
15
15
## v1.6.3
16
16
17
17
**Date:** 2023-01-16
18
18
**Description:** Patch release with bug fixes
19
19
20
-
- 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)).
20
+
- Moved encrypted properties implementation to the base repository class so encryption is honored when performing save/load operation directly against the repository API.
21
21
- Made `SecurityHelper` swappable so you can use something other than the default `DataProtectionProvider` implementation that comes out of the box (OOTB).
22
-
- 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)).
23
-
- Fixed date filters not working on mobile resolution devices ([#46](https://github.com/outfielddigital/konstrukt/issues/46)).
22
+
- 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.
23
+
- Fixed date filters not working on mobile resolution devices.
24
24
25
25
## v1.6.2
26
26
@@ -52,15 +52,15 @@ description: Changelog for Konstrukt, the backoffice UI builder for Umbraco.
52
52
**Date:** 2022-09-09
53
53
**Description:** Patch release with bug fixes
54
54
55
-
- Fixed bug in entity picker not correctly showing the `Add` button when it should ([#39](https://github.com/outfielddigital/konstrukt/issues/39)).
55
+
- Fixed bug in entity picker not correctly showing the `Add` button when it should.
56
56
- Added some basic validation to config at startup to ensure a valid config model.
57
57
58
58
## v1.5.1
59
59
60
60
**Date:** 2022-08-22
61
61
**Description:** Patch release with bug fixes
62
62
63
-
- 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)).
63
+
- Fixed searchable properties not being searched in a case-insensitive way for repositories that don't use Umbraco's NPoco extension methods.
64
64
- Fixed regression in Konstrukt repository not correctly combining filters.
65
65
- Fixed exception due to `ServiceProvider` not getting passed to Data transfer object (DTO) mapper.
* Fixed issue with import entity action for Umbraco Cloud websites [#92](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues/92)
@@ -51,7 +51,7 @@ This section contains the release notes for Umbraco UI Builder 13 including all
51
51
* Allow entity properties to be searched based on pattern: `StartsWith` | `Contains`[#116](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues/116)
52
52
* Switch entity create/edit header to label view for read-only collections [#111](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues/111)
* Fixed an issue that did not allow a readonly field to be added multiple times to an editor [#105](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues/105)
57
57
@@ -61,16 +61,16 @@ This section contains the release notes for Umbraco UI Builder 13 including all
61
61
62
62
You can read more about this in the [searchable properties](searching/searchable-properties.md) article.
* Fixed an issue with nested objects in collection entities [#97](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues/97)
71
71
* Fixed an issue with the `UdiConverter` causing website configuration binding to return incorrect values [#96](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues/96)
* 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 [Umbraco.Forms.Issues#1179](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1179).
76
76
* Allow renaming the heading of the implicit `Name` column by calling the `SetNameProperty` method overload.
@@ -123,12 +123,12 @@ A use case can be found in the [GitHub issue #86](https://github.com/umbraco/Umb
123
123
* Dependency issue when installing UIBuilder alongside uSync in a v13 Umbraco website [#85](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues/85)
124
124
* Fields in Sidebar are not included when creating item [#82](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues/82)
* Update list view `editorState` to support integration with `Contentment Data Types`[#83](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues/83)
0 commit comments