NEW Now filters
mapping property disables live filtering for specific fields.
FIX The issue with the "sep="
prefix in files with UNIX newline symbol encoding was fixed.
FIX The issue with several report filters when using SSAS with the Accelerator was fixed.
FIX The issue with sorting columns with levels when the filter is applied was fixed.
FIX The issue with sorting values when measures are placed on the first position in the slice rows/columns was fixed.
FIX The exception when setting conditional formatting with specific filters was fixed.
FIX The issue with missing columns in PDF export for the drill-through view was fixed.
FIX IE11 The issue with CSS styles in the Toolbar was fixed.
FIX Angular wrapper The exception in the Format Cells window was fixed.
FIX The issue with dispatching celldoubleclick
instead of cellclick
after a single click on flat table headers was fixed.
FIX The issue with responsive styles for the filter view was fixed.
FIX The issue with grid layout on the flat view when moving focus over headers and scroll was fixed.
FIX custom data source API The issue with redundant data loading when filtering hierarchical data was fixed.
NEW New methods scrollToRow() and scrollToColumn() to scroll the grid to a specified row or column were introduced.
NEW Now it is possible to resize the filter view vertically and horizontally.
NEW Now "Values"
remain at the last position in rows/columns after dragging (if it was last before dragging).
NEW Now loadingreportfile
event is triggered when loading the report from the disk.
FIX The issue with triggering reportfilecancelled
multiple times was fixed.
FIX The sep=
prefix format was changed according to Excel standard. Now it supports the following: sep=;
and "sep=;"
.
FIX The issue with zero time values was fixed.
FIX сustom data source API Improved compatibility with older versions of the custom data source API protocol.
NEW accessibility The Toolbar was optimized for keyboard navigation and screen readers.
NEW CSV Now it is possible to define the sep=
prefix on the first row of the CSV file. It will be considered as fieldSeparator
while parsing CSV files.
NEW Data Server New property LoggerMinLevel
was added to the configuration file.
NEW Data Server Multiple server filters can be specified now in Flexmonster.DataServer.Core.dll
.
FIX The issue with specifying the timezone using datePattern
/dateTimePattern
was fixed.
FIX The issue with getData()
output when working with dates was fixed.
FIX The issue with adding several calculated values was fixed.
FIX The issue with editing formulas through the context menu was fixed.
FIX The issue with the column resize was fixed.
FIX The scroll in the Toolbar when using Safari was fixed.
FIX JSON The exception when loading JSON data with null
values on hierarchy levels was fixed.
FIX The issue with closing pop-ups after resizing the component was fixed.
FIX The issue with drill down to the last level in the hierarchy when the top-level item is selected was fixed.
FIX custom data source API The issue with merging filter configurations in the /fields
request was fixed.
NEW JS/EXE/DLL deliverables are now signed using the code signing certificate.
NEW custom data source API Added support of custom aggregations implemented on the server side.
FIX React wrapper Now react-flexmonster
is compatible with React 17.
FIX The issue with unexpected scrolling after opening pop-ups was fixed.
FIX The issue with parsing date fields was fixed.
FIX The issue with the tooltip not shown on trimmed chart legend text was fixed.
FIX The "Maximum call stack size exceeded" error in the drill-through view when using custom data source API was fixed.
NEW Removing fields in the Field List by dragging them out of the current panel (columns, rows, measures, etc.) was added.
NEW custom data source API A new singleEndpoint
property was added to the Data Source Object. If set to true
, all custom data source API requests will be sent to a single endpoint specified in dataSource.url
.
FIX The issue with the number formatting view when using custom measure captions was fixed.
FIX The issue with saving number formatting for only active measures was fixed.
FIX If the data expanding process is terminated, all unexpanded members remain available.
FIX The issue with numeric labels being passed to FusionCharts was fixed.
FIX Data Server The issue with the size of logs was fixed.
FIX flexmonster.d.ts The type definition for the getReport()
API call was fixed.
FIX custom data source API The issue with the presorted members in the hierarchical fields was fixed.
FIX custom data source API The issue with expand/collapse in the hierarchical fields with the specified active level was fixed.
FIX custom data source API The issue with blank cells when several hierarchies are drilled down was fixed.
FIX custom data source APII Handling of the wrong path to the data source was improved.
FIX More convenient way to define filters for the specific field was added.