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.
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.
NEW New methods getTableSizes() and setTableSizes() were added to dynamically apply specific grid sizes if needed.
NEW Accelerator If a measure or hierarchy contains a description in the cube, it will appear in the Field List on the field's tooltip.
FIX Accelerator The issue with displaying nested folders in the Field List was fixed.
FIX The issue with the Field List disappearing (fieldListPosition: "right"
) after moving a field was fixed.
FIX The issue with openCalculatedValueEditor()
API call was fixed.
FIX The issue with pop-up windows positioning was fixed.
FIX The issue with drawing the auto-calculation bar was fixed.
FIX The issue with expanding data using API calls was fixed.
FIX The issue with the reportchange
event not being triggered when changing sorting in the flat form was fixed.
FIX MAX and MIN formulas' UI representation was improved.
FIX The issue with the fields named "length" was fixed.
FIX custom data source API The issue with ignoring sorted: true
in the members
request was fixed.
FIX custom data source API The issue with predefined drills in the report with a date hierarchy was fixed.
FIX custom data source API The issue with the incorrect requests for the numeric filter was fixed.
FIX Flexmonster CLI The issue with version caching was fixed. This is available in the 2.8.3 version of Flexmonster CLI.
NEW accessibility Keyboard navigation and actions on the grid were improved.
NEW For the classic form, an option to hide subtotals for specific hierarchies via context menu was added.
NEW The sorting functionality was enabled for calculated measures in the flat form.
NEW A new connector for amCharts was added (check out the integration guide).
NEW flexmonster.d.ts The type definitions file was extended with API for integration with amCharts.
FIX The issue with switching to the flat form was fixed.
FIX The issue with sorting when using the slice
parameter for getData()
API call was fixed.
FIX The issue with formula checker was fixed.
FIX The issue with expandData()
method was fixed.
FIX The issue with scrollbars missing when rendered in a hidden tab was fixed.
FIX Now a multi-level hierarchy cannot be dragged to the Measures area in the Field List.
FIX Now the drill-through view is closed when a new report is loaded.
FIX SSAS The issue with measure columns mismatch was fixed.
FIX SSAS The issue with loading the reports was fixed.
FIX SSAS The issue with hidden measures was fixed.
FIX custom data source API The issue with the drill through for hierarchies having more than 4 levels was fixed.
FIX custom data source API The issue with the distinguishNullUndefinedEmpty
option in filters was fixed.
FIX custom data source API The issue with wrong values in the /members request for numeric hierarchies was fixed.
FIX custom data source API Visual filters are now set accordingly to the level's type.
FIX custom data source API The issue with multi-level hierarchies and folders in the Field List was fixed.
FIX custom data source API The issue with include/exclude filter in the multi-level hierarchies was fixed.
FIX custom data source API The issue with incomplete responses when the drillAll option is turned on was fixed.
FIX custom data source API The drill-through view for grand totals is updated automatically when the updateData
is called.
NEW Now requestHeaders
are supported for load()
and save()
API calls.
NEW Now label filters are also supported for Elasticsearch data source. The feature is supported for string, numeric, and date field types.
NEW For SSAS Accelerator, an event unauthorizederror
was added. It can be used to refresh the authorization headers. Read more in the documentation.
FIX The issue with a corrupted Excel file when using special characters in the worksheet's name was fixed.
FIX The issue with report filters ignored when using the custom API data source was fixed.
FIX The issue with CSV header parsing when using specific date values in Firefox was fixed.
FIX The issue with resizing the window after the component disposal was fixed.
FIX Several issues for predefined themes (CSS) were fixed.
FIX The bug with an empty cell when expanding in the classic form was fixed.
FIX The issue with the order of the keys
entries' fields in the custom API data source was fixed.
FIX The issue with the empty grid for fast CPUs was fixed.
FIX The issue with the unnecessary data request when clicking on the measure in the drill-through view was fixed.
FIX Data Server The issue with /members
request for number hierarchies was fixed.
FIX Data Server The issue with some value filters for string members was fixed.
FIX The issue with unselecting the member when expanding in the filter view was fixed.