FIX The issue with keyboard navigation on frozen cells in the classic (tabular) form was fixed.
FIX The styling of focused context menu items when using keyboard navigation was improved.
FIX The issue with generating Flexmonster CSS files using the latest lessc command was fixed.
FIX The issue with horizontal scroll jumping when using updateData() with custom data source API was fixed.
NEW The useCustomizeCellForData property is now available for export to CSV, HTML, and PDF.
FIX The issue with number precision was fixed for the CellDataObject.
FIX The issue with horizontal scroll jumping when updateData() with the options.partial
parameter is called was fixed.
FIX Data Server Now data loading is not happening if there is already data in the cache.
FIX The issue with expands not being restored when using the custom data source API was fixed.
FIX flexmonster.d.ts The conditions
property was added to the CellData
interface.
NEW It is now possible to select a group of cells using Shift
+ click. Click the necessary cells with the Shift
key pressed, and Flexmonster will select the cell area between them.
NEW It's now possible to set multiple license keys in the licenseKey property through an array (see docs).
NEW Angular 14+ wrapper Implementation of the ngOnDestroy method was added to the ngx-flexmonster wrapper.
NEW Angular 5-15 wrapper Implementation of the ngOnDestroy method was added to the ng-flexmonster wrapper.
NEW Vue wrapper Implementation of the unmounted hook was added to the vue-flexmonster wrapper.
NEW flexmonster.d.ts The divider
property was added to the ToolbarTab
interface.
FIX The issue with date filters such as "current"
, "last"
, and "next"
when Daylight Saving Time starts or ends was fixed.
FIX flexmonster.d.ts The chartType
property was added to the ChartData
and ChartLegendItemData
interfaces.