New Features |
---|
1. | Added new "3D Area" chart type in reports and dashboards.DBlazor |
2. | Added new "Surface" chart type in reports and dashboards.DBlazor |
3. | The ParametersDisplayMode property has been added to a report. It allows to show parameters not only in a parameters panel, but in a dialog window. |
4. | A new property was adde to the ListBox and ComboBox elements - MaxSelectedItems. It limits a maximum number of items that can be selected. |
5. | The ClickEvent has been added to the Cards, Chart, Gauge, Image, Indicator, Progress, Shape and Text elements in the dashboards. |
6. | Ability to change column widths in the "Table" dashboard element.DBlazor |
7. | Added a new action "Running Average" to "Data Transformation".DBlazor |
Enhancements |
---|
1. | Report deserialization improvement - if an enum type value does not exist, the default value of that enum type will be deserialized. This is done to resolve certain issues that happen when reports created in newer versions of the designer are opened in older versions of the designer.DBlazorDAngular |
2. | Support for the legacy .NET Core 3.1 framework has been removed. We strongly recommend upgrading to the newer versions .NET 6.0 or .NET 8.0. If necessary, a source code license allows you to compile components for legacy frameworks.DBlazor |
Fixed Bugs |
---|
1. | Error using variables of type "Range" when viewing a report in the viewer.DBlazor |
2. | Handling non-existent enumeration when opening template in report designer. |
3. | A problem with some numeric ranges which are used as parameters has been solved.DBlazorDAngular |
4. | Incorrect scaling for the "Indicator" element when exporting a dashboard.DBlazor |
5. | The RuntimeInstanceNotAllowed error occurred when using some report components in a published Blazor Wasm .NET 9.0 project.DBlazor |
6. | Applying localization to the "Region map" dashboard element. |
7. | Text color in the "File" menu. |
8. | Displaying constant lines and strips for 3D charts. |