diff --git a/13/umbraco-ui-builder/changelog-archive/changelog.md b/13/umbraco-ui-builder/changelog-archive/changelog.md index 82b8c320984..1b1632d8a7f 100644 --- a/13/umbraco-ui-builder/changelog-archive/changelog.md +++ b/13/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/13/umbraco-ui-builder/release-notes.md b/13/umbraco-ui-builder/release-notes.md index 862dbae6f5f..ebea61440e7 100644 --- a/13/umbraco-ui-builder/release-notes.md +++ b/13/umbraco-ui-builder/release-notes.md @@ -35,7 +35,7 @@ This section contains the release notes for Umbraco UI Builder 13 including all * Added the `ActivatorUtilitiesConstructor` attribute to the `ImportActionEntity` constructor. -#### [**13.2.0**](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.2.0) **(March 4th 2025)** +#### 13.2.0 (March 4th 2025) * Updated licensing engine. * 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 * Allow entity properties to be searched based on pattern: `StartsWith` | `Contains` [#116](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues/116) * Switch entity create/edit header to label view for read-only collections [#111](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues/111) -#### [**13.1.5**](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.1.5) **(June 17th 2024)** +#### 13.1.5 (June 17th 2024) * 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) @@ -61,16 +61,16 @@ This section contains the release notes for Umbraco UI Builder 13 including all You can read more about this in the [searchable properties](searching/searchable-properties.md) article. -#### [**13.1.3**](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.1.3) **(May 8th 2024)** +#### 13.1.3 (May 8th 2024) * Fixed an issue with the `UdiConverter` affecting child collections [#99](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues/99) -#### [**13.1.2**](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.1.2) **(April 23rd 2024)** +#### 13.1.2 (April 23rd 2024) * Fixed an issue with nested objects in collection entities [#97](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues/97) * Fixed an issue with the `UdiConverter` causing website configuration binding to return incorrect values [#96](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues/96) -#### [**13.1.1**](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.1.1) **(March 18th 2024)** +#### 13.1.1 (March 18th 2024) * 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). * 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 * Dependency issue when installing UIBuilder alongside uSync in a v13 Umbraco website [#85](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues/85) * Fields in Sidebar are not included when creating item [#82](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues/82) -#### [13.0.1](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues?q=label%3Arelease%2F13.0.1+is%3Aclosed) (January 11th 2024) +#### 13.0.1 (January 11th 2024) * Fix built-in export/import actions errors [#84](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues/84) * Update list view `editorState` to support integration with `Contentment Data Types` [#83](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues/83) -#### [13.0.0](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13+label%3Arelease%2F13.0.0) (December 13th 2023) +#### 13.0.0 (December 13th 2023) * Upgraded to run again Umbraco v13 and .NET 8 * Upgraded all 3rd party dependencies