[Engine] β added property Config.ConnectionStringVisible, which indicates whether the connection strings of data sources will be displayed in the designer; β added a context menu to the page panel elements in Designer; β a context menu for creating new pages and dialog forms has been added for the panel with report pages; β added Filter button in the Properties window; β added support of DBNull and Guid types for parameters; β the script compiler will now display errors depending on the selected locale set with FastReport.Utils.Res.LoadLocale() or FastReport.Utils.Config.CompilerSettings.CultureInfo; β added support for DI in WebReport. To use, call services.AddFastReport(); β added support for Microsoft.Extensions.Caching.Memory.MemoryCache instead of the standard WebReportLegacyCache. To use, when registering a DI container, use services.AddFastReport(options => options.CacheOptions.UseLegacyWebReportCache = false); β added an option to enable the toolbar to display regardless of the screen position in WebReport using WebReport.Toolbar.Sticky property; β added asynchronous version of method WebReport.Designer.SaveMethod - WebReport.Designer.SaveMethodAsync; β added validation of page range in WebReport export settings window; β added WebReport.Toolbar.Exports.PinnedSettingsPosition property. If enabled, the container of export settings will be fixed on the screen and displayed in the foreground; β report validator now runs from "Report|Validate report" menu. "Messages" window is used to display validation messages; β changed interface of QR code editor; β updated demo applications;
π fixed a bug with extraction of procedures in connection that cannot contain procedures; π fixed a bug where the first column of the page was always displayed in the leftmost position; π fixed a bug when GaugeObject.Value property was set equal GaugeObject.Minimum, if new value was more than GaugeObject.Maximum. Now it will be set equal GaugeObject.Maximum; π fixed a bug on right clicking Data Sources menu item; π fixed a bug when checkbox "Select all" was not visible in Data wizard; π fixed a bug causing System.NullReferenceException when deleting dialog form; π fixed issue with adding tables that were not selected in the connection wizard; π fixed a bug causing System.NullReferenceException when creating connection to stored procedure; π fixed exception when manually entering an invalid parameter type; π fixed a bug where it was impossible to set an object to a transparent color; π fixed reopening of the query wizard; π fixed incorrect margins when exporting the report to HTML; π fixed a bug with an extra empty page when exporting if there are bands with the Exportable property equal false; π fixed a bug when padding top was not taken into account when exporting to layered HTML; π fixed an error that made the text go beyond the table when the page was zoomed out in HTML export; π fixed a bug where First Page Source, Other Page Source, Last Page Source and Duplex properties was not saved when changing ReportPage; π fixed an error that made the report preview not refresh before pressing "Refresh" button; π fixed an error that caused incorrect calculation of table row height; π fixed an error that caused extra pages to appear when printing; π fixed incorrect work of report 'Interactive Report' on WebReport; π fixed rare NullReferenceException in WebReportLegacyCache;