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: 15/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.
0 commit comments