☝️Small business or a startup? See if you qualify for our special offer.
+

Release notes

June 2018 (v. 2.5.5)

NEW Now export to Excel works correctly when using such currency symbols: USD (usd), EUR (eur), HUF (huf), UAH (uah) etc.

NEW Now when exporting datetime data to Excel, Excel also shows the time part and treats it like a date. time data is treated like Time in Excel now. The recommended approach to use it: apply ds+ type ("date string" for JSON) to have simple date, apply dt+ type ("datetime" for JSON) to have datetime, apply t+ type ("time" for JSON) to have time data.

FIX The issue with fullscreen mode when zoom differs from 100% was fixed.

FIX The issue with deselecting fields in Flat view was fixed.

FIX The issue with an exception when switching from flat view to charts was fixed.

June 2018 (v. 2.5.4)

NEW Angular 6 support was added. Please update ng-flexmonster to the latest version.

NEW Now it is possible to calculate Standard Deviation for the specific measure (just choose the appropriate aggregation from the list).

NEW celldoubleclick event was extended to return the whole data row in a drill-through view. When the cell is double-clicked in the drill-through view, celldoubleclick returns Cell Data Object with the new property rowData. rowData is an array of cells from the underlying data row. Each cell is a Cell Data Object.

NEW Slice object was extended with a new drillThrough property. It allows pre-defining slice for the drill-through view.

NEW datachanged event was extended to return the old value. It can be accessed the following way: event.data[0].oldValue.

FIX The issue of adding fm-ui-element CSS class to DOM elements outside of the Flexmonster component was fixed.

FIX The expand/collapse icon disappearing when you drill down hierarchy was fixed.

May 2018 (v. 2.5.3)

NEW Integration with Webpack was improved and simplified. Check out the tutorial.

NEW NPM flexmonster package was updated to support importing as an ES6/CommonJS module.

FIX Issues with printing charts and exporting charts to HTML in IE were fixed.

May 2018 (v. 2.5.2)

NEW Flexmonster is now available on NPM.

NEW Option to disable dragging fields on the grid was added. Learn more.

FIX The issue when preloader is not disappearing was fixed.

FIX The issue with setting the title for drill through view was fixed.

FIX The issue with empty formula was fixed.

FIX The issue with full-screen mode was fixed.

FIX The issue with loading localization object in ExtJS framework was fixed.

FIX The issue with showing data in wrong cells for some specific data sources was fixed.

FIX A few issues with dispatching reportchange event were fixed.

April 2018 (v. 2.5.1)

NEW Now we treat empty values as 0 and calculate formula with them. It works only for calculated values, simple aggregations cells are still empty.

FIX The drill through context menu is now available for calculated values cells.

FIX The issue when dragging items opens filter was fixed.

FIX The issue with setting grid title was fixed.

FIX The issue with several calculated values in the drill through was fixed.

FIX The issue with calling getMembers() for OLAP was fixed.

FIX The inconsistency when showing calculated value aggregation was fixed.

FIX The issue with quotes and brackets in the filter search was fixed.