Need a special offer?Find out if your project fits.
+

Release notes

January 2021 (v. 2.8.24)

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.

December 2020 (v. 2.8.23)

NEW mapping A new folder property was added to the mapping for "json""csv", and "api" data source types.

NEW A new "expandExecutionTimeout" property was added to the Options Object. It allows defining timeout value for the expandAll operation.

NEW A new readOnly property was added to the Options Object. It allows enabling the read-only mode.

FIX The issue with the calculated measures not working properly when several report filters are set was fixed.

FIX The issue with the "Add calculated value" button was fixed.

FIX The issue with the formulas validation was fixed.

FIX The issue with specific dates in AEDT timezone was fixed.

FIX When dragging fields in the Field List, the items are now scrolled to the first/last position if needed.

FIX The issue with scrolling nested members in the filter view was fixed.

FIX Angular wrapper The issue with setting [height]="'100%'" was fixed.

FIX Several style improvements were made for mobile devices (CSS).

FIX Highcharts Connector The issue with the axis label not changing on drill-down was fixed.

FIX Flexmonster CLI Now the update command always updates to the latest version.

DEPRECATED dimensionUniqueName and dimensionCaption properties were deprecated. Now the folder property from the mapping should be used.

December 2020 (v. 2.8.22)

NEW In the number formatting view now it's possible to choose several measures for formatting.

FIX Calculation of average, standard deviation, percent, and percent of difference aggregations for an empty set were adjusted to return appropriate values (0 or empty).

FIX The issue with setting properties for SSAS through the global object was fixed.

FIX The issue with saving calculated values to mapping was fixed.

FIX The issue with setFormat() for all values was fixed.

FIX The issue with incorrect cell redraw after expands was fixed.

FIX In the filter view, the performance of excluding members via search was optimized.

FIX The issue with deselecting hierarchy with levels from the flat view for a specific slice was fixed.

FIX Data Server The issue with requests when setting the CacheSizeLimit property to 0 was fixed.

FIX custom data source API The issue with incorrect value filters in drill-through requests was fixed.

FIX Data Server/custom data source API The exception when loading multiple pages of expanded data was fixed.

November 2020 (v. 2.8.21)

NEW New useCaptionsInCalculatedValueEditor option property was added. By default, Flexmonster uses the field unique names in the calculated value editor. If useCaptionsInCalculatedValueEditor is set to true, the component will use the field's caption instead of the unique name. The default value is false.

NEW Now the recordId property is available for frozen cells.

NEW Now it is possible to resize the Field List vertically to fill the entire height of the grid container.

NEW The sample Flexmonster & Angular integration project was updated to Angular 11.

FIX The issue with page scrolling when closing the context menu was fixed.

FIX The issue with unnecessary measures saved with showAggregationLabels: false was fixed.

FIX The issue with the updateData() API call and multiple update and delete calls was fixed.

FIX Angular wrapper exportstart, exportcomplete, printstart, and printcomplete events were added.

FIX Icon alignment for chart legend toggle button was fixed.

FIX Data Server Now an error message will be displayed if the config is not valid.

FIX custom data source API The issue with the incorrect filter parameter in the request with hierarchical fields was fixed.

FIX custom data source API The issue with the drill-through view when using reportFilters was fixed.

November 2020 (v. 2.8.20)

NEW Now withCredentials property is also supported for CSV, JSON, and Elasticsearch data sources.

FIX The issue with exporting undefined cells to Excel was fixed.

FIX The issue with expanding hierarchies when showEmptyValues option is enabled was fixed.

FIX For IE11, the issue with export to image and PDF was fixed.

FIX The issue with detecting numeric fields in JSON when the first value entry equals 0 was fixed.

FIX In the classic form, the issue with row header sizing was fixed.

FIX The Measure interface in the type definitions file was updated to provide the correct measure structure.

FIX custom data source API distinguishNullUndefinedEmpty option now affects the date type. If set to true, null date members will be shown instead of "Invalid date" label.

FIX custom data source API The issue with using reportFilters in the flat form was fixed.

FIX MongoDB Connector The issue with parsing null fields was fixed.

FIX Data Server Performance of executing include/exclude filters was optimized.