We have updated Flexmonster Software License Agreement, effective as of September 30, 2024. Learn more about what’s changed.

Release notes

October 2023 (v. 2.9.63)

FIX Update to Content Security Policy (CSP): a single policy named flexmonster was created.

FIX accessibility The issue with keyboard navigation when options.grid.showHeaders is set to false was fixed.

FIX accessibility The issues with keyboard navigation through hidden cells were fixed.

October 2023 (v. 2.9.62)

NEW New serverContentType parameter was added for the save() API call. When saving a report to a server, use the serverContentType to set the Content-Type header for the POST request: "application/x-www-form-urlencoded" or "application/json" (preferable).

NEW Compatibility with Content Security Policy (CSP) was improved.

FIX Error handling for saving a report to a server when data exceeds the limit of the encodeURIComponent() method was improved.

FIX Accelerator The issue with recognizing the type of date hierarchies on SSAS tabular models was fixed.

October 2023 (v. 2.9.61)

FIX The issue with field headers disappearing in the classic (tabular) form when a filter returns an empty result was fixed.

FIX The issue with detecting a target cell for the context menu in the fullscreen mode was fixed.

FIX The issue with drilling up and down multilevel hierarchies when options.grid.showHierarchies is false was fixed.

FIX The issue with omitting some parts of JSON data when the data is loaded by chunks and contains some special characters was fixed.

September 2023 (v. 2.9.60)

FIX The issue when the reportchange event was not triggered after changing a chart type was fixed.

FIX The issue with parsing certain whitespaces in JSON data was fixed.

FIX mapping The issue with the showEmptyValues mapping property not working correctly for hierarchy levels with empty values was fixed.

FIX custom data source API The issue where options.showEmptyValues stopped working for the custom data source API was fixed.

FIX Data Server DLL The issue with JSON and CSV parsers in the Data Server as a DLL was fixed.

September 2023 (v. 2.9.59)

NEW The .fm-grid-header and .fm-grid-header-mobile CSS selectors were added to customize the width and height of grid sheet headers. See an example on JSFiddle.

NEW mapping The visible property is now available for SSAS. The property can be defined for dimensions, hierarchies, and measures.

FIX The issue with converting 1 to true and 0 to false when exporting the flat table to Excel was fixed.

FIX The issue with unicode symbols corrupting the file exported to Excel was fixed.