NEW The percentofparentrowtotal
, percentofparentcolumntotal
, percentofcolumn
, and percentofrow
aggregations now always return a positive percent value.
NEW Admin Panel Flexmonster Admin Panel dependencies were updated.
FIX The issue with regular cells in columns being formatted bold as subtotal cells was fixed.
FIX The issue with the Minimize Toolbar tab not switching back to Fullscreen was fixed.
FIX The issue with disappearing members when removing measures from the grid using the context menu was fixed.
FIX Flexmonster CLI The issue with corrupted files when using Node.js v18.17.0 was fixed.
FIX Data Server The issue with the KeepDataOnRefresh
property was fixed.
NEW A sample Next.js + TypeScript project is now available on our GitHub.
NEW Flexmonster CLI A sample Next.js + TypeScript project was added to the create command.
NEW Flexmonster CLI The add command now saves an exact Flexmonster version to package.json
.
FIX The exception when changing the Fullscreen tab's ID in the Toolbar was fixed.
NEW SSAS The options.showEmptyData property now works for SSAS.
FIX The issue with throwing The JSON data is invalid
error was fixed.
FIX The issue with an empty page and the missing last column when using print was fixed.
FIX Data Server The issue with hierarchy levels that have different data types set in the mapping was fixed.
NEW The showEmptyValues property is now available in the mapping. Use this property to show members with empty values for specific fields.
NEW Admin Panel The Help tab now displays the Data Server's version.
FIX The issue with the Maximum call stack size exceeded
error when switching to charts was fixed.
FIX The issue with single cell selection when the context menu is opened was fixed.
FIX The issue with loading JSON data as an array of arrays via the stream loader was fixed.
FIX The issue with missing spaces in member names when loading large remote JSON files was fixed.
FIX theme builder The CSS version mismatch
warning in themes generated by the custom theme builder app was fixed.
NEW Angular wrapper A new Ivy-compatible ngx-flexmonster wrapper was released to provide support for Angular 16. ngx-flexmonster
works with Angular versions 14 and later.
NEW Flexmonster CLI The new ngx-flexmonster
wrapper is now available in the add and update commands.
NEW Data Server MariaDB was added to the list of supported databases. See how to connect to MariaDB.
NEW Admin Panel MariaDB is now available in the list of database types.
FIX The issue with the currency symbol appearing for "Count" and "Distinct count" aggregations in Excel export was fixed.
FIX The issue with opening exported Excel files in LibreOffice was fixed.
FIX The issue with duplicating values of calculated measures after updateData() was fixed.