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
Dashboards in Umbraco UI Builder provide an intuitive way to present important information and tools at the root of a section within the Umbraco backoffice. They serve as a starting point for users, offering quick access to relevant data, insights, or actions. Dashboards can be customized, reordered, and configured to display for specific user groups, making them a flexible tool for enhancing the backoffice experience. When multiple dashboards are available in a section, they appear in a tabbed layout for easy navigation.
7
+
Dashboards in Umbraco UI Builder provide an intuitive way to present important information and tools at the root of a section within the Umbraco backoffice. They serve as a starting point for users, offering quick access to relevant data, insights, or actions. Dashboards can be customized, reordered, and configured to display for specific user groups, making them a flexible tool for enhancing the backoffice experience. When multiple dashboards are available in a section, they appear in a tabbed layout for navigation.
Copy file name to clipboardExpand all lines: 16/umbraco-ui-builder/changelog-archive/changelog.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ description: Changelog for Konstrukt, the backoffice UI builder for Umbraco.
18
18
**Description:** Patch release with bug fixes
19
19
20
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
-
- Made `SecurityHelper` swappable so you can use something other than the default `DataProtectionProvider` implementation that comes out of the box (OOTB).
21
+
- Made `SecurityHelper` swappable so you can use something other than the default `DataProtectionProvider` implementation that comes out of the box.
22
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
23
- Fixed date filters not working on mobile resolution devices.
24
24
@@ -62,7 +62,7 @@ description: Changelog for Konstrukt, the backoffice UI builder for Umbraco.
62
62
63
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
-
- Fixed exception due to `ServiceProvider` not getting passed to Data transfer object (DTO) mapper.
65
+
- Fixed exception due to `ServiceProvider` not getting passed to Data Transfer Object (DTO) mapper.
66
66
67
67
## v1.5.0
68
68
@@ -94,7 +94,7 @@ description: Changelog for Konstrukt, the backoffice UI builder for Umbraco.
94
94
- Added [Tree Group](../areas/trees.md#adding-a-group-to-a-tree) support to allow grouping root-level tree folders/collections.
95
95
- Added [Tab Sidebar](../collections/editors.md#configuring-a-sidebar-to-a-tab) support to allow showing metadata on the right-hand side of the editor.
96
96
- Added file upload support to the actions dialog
97
-
- Added a basic [Comma-separated values (CSV) Import](../actions/inbuilt-actions.md#konstruktimportentityaction) action
97
+
- Added a basic [Comma-separated Values (CSV) Import](../actions/inbuilt-actions.md#konstruktimportentityaction) action
98
98
- Added [`HideLabel`](../collections/editors.md#hiding-the-label-of-a-field) support to editor fields to explicitly hide the label.
99
99
- Added explicit Insert / Update methods to IKonstruktRepository. Internally we use these now instead of the Save method as the Save method isn't reliably able to determine if an entity is new.
100
100
- Added better support for transient / scoped repository dependencies (example: better support for EF Core DB contexts which are by default registered as scoped)
@@ -119,7 +119,7 @@ description: Changelog for Konstrukt, the backoffice UI builder for Umbraco.
119
119
- Added `DeletedProperty` support where the column type is an `int`, and the value is a unix timestamp
120
120
- Fixed bug with encrypted properties not handling `null` values
121
121
-**[Breaking]** - Updated minimum Umbraco dependency to v10
122
-
-**[Breaking]** - Updated UI assets to be a (RCL) Razor Compiled Library. **Be sure to clean your solution to remove old files**.
122
+
-**[Breaking]** - Updated UI assets to be a Razor Compiled Library (RCL). **Be sure to clean your solution to remove old files**.
123
123
124
124
## v1.1.1
125
125
@@ -149,7 +149,7 @@ description: Changelog for Konstrukt, the backoffice UI builder for Umbraco.
149
149
- Fixed entity picker value converter not working
150
150
- Fixed JS error when editing content due to bad null checking in the Konstrukt `redirectId` interceptor
151
151
- Deprecated List View Layout support
152
-
-**[Breaking]** - Obsoleted bulk actions and menu items in favour of new actions API
152
+
-**[Breaking]** - Obsoleted bulk actions and menu items in favor of new actions API
153
153
-**[Breaking]** - Moved actions, data views and cards configuration out of list views onto collections API
Copy file name to clipboardExpand all lines: 16/umbraco-ui-builder/filtering/data-views.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ collectionConfig.AddDataView("Status", "Active", p => p.IsActive);
48
48
49
49
Enables the `All` option for data views in the collection. The method can take an empty string, which will display the CMS localized `All` value, plain text, or a localized string.
Copy file name to clipboardExpand all lines: 16/umbraco-ui-builder/guides/creating-your-first-integration.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ With the database and model set up, it is time to configure Umbraco UI Builder t
69
69
You can configure Umbraco UI Builder either through a Composer or by using the `AddUIBuilder` extension method in `Program.cs`.
70
70
{% endhint %}
71
71
72
-
The following steps cover the `Program.cs` approach. For more details, including configuring via a Composer, see the the [Configuration](../getting-started/configuration.md) article.
72
+
The following steps cover the `Program.cs` approach. For more details, including configuring via a Composer, see the [Configuration](../getting-started/configuration.md) article.
0 commit comments