New Features |
---|
1. | A new 'Get Data' block has been added to the event editor, which can be used to retrieve a value from a data column.V2025.2.1DJS |
2. | Support for XML, JSON, CSV file data adapters on the server side.V2025.2.1 |
3. | New event handler property 'encryptSqlData' allows you to disable encryption of the data array passed to the reporting tool.V2025.2.1 |
4. | The ability to register data in the report itself using the regData() method on the server side has been added.V2025.2.1 |
5. | For all events, the frameworkRequest property has been added to the arguments, which contains a reference to the request object of the supported framework.V2025.2.1 |
6. | The onAfterInitialize event has been added. Using it, it is possible to write any JavaScript code that will be executed after initialization of the viewer or designer component.V2025.2.2 |
Enhancements |
---|
1. | Optimized opening of dashboards with large amounts of data and elements in the report designer.V2025.2.4DJS |
2. | Due to ongoing product development, implementation of new functions, and code restructuring, support for the outdated PHP 7.0 version has been discontinued; starting with this release, the product supports PHP 7.1 and higher.V2025.2.4 |
Fixed Bugs |
---|
1. | For component events, in some cases, the CSRF token for the Django framework was not taken into account.V2025.2.1 |
2. | Incorrect handling of variables in event handler for Lavavel framework.V2025.2.2 |
3. | When creating a variable on the server side, an empty variable identifier might be present.V2025.2.2 |
4. | Several issues have been fixed when running the product on PHP 7.x.V2025.2.3 |
5. | When rendering a report on the server side, errors that occur in the onPrepareVariables event are not displayed.V2025.2.4 |
6. | Fixed several bugs related to the product’s operation on PHP 8.4.V2025.2.4 |
7. | Applying URL parameters to report variables in cases where a report is built on the server side.V2025.2.4 |