Need a special offer?Find out if your project fits.
+

Release notes

January 2016 (v. 2.204)

NEW Mondrian 4 via XMLA protocol is now supported.

NEW HTML5 d3.js was updated from version 3.3.11 to version 3.5.12.

NEW Accelerator Accelerator for Mondrian 4 is now available.

NEW Accelerator Option to limit RAM memory used for the cache was added.

HTML5/ FLEX/ FLASH FIXES:

FIX  API call getMeasures() was fixed to return valid values for Flat View.

FIX  The issue with saving default formatting was fixed.

FIX  The issue with loading of non-aggregatable members was fixed.

FIX  The issue when infinite loop occurred when calling setOptions() in jsPivotUpdateHandler was fixed.

HTML5 FIXES ONLY:

FIX  The issue with Filter View shrank height was fixed.

FIX  An exception in pie chart when all values are zero was fixed.

FLEX/ FLASH FIXES ONLY:

FIX  The issue when setReport() removes the first record from original JSON in Flex project was fixed.

January 2016 (v. 2.203)

NEW  The component uses the filename as it comes to exportTo() API call, without converting it to lowercase.

NEW HTML5 Localization for right-click Context Menu is now available. Example:

<contextMenu>
    <clearSorting>Clear Sorting</clearSorting>
    <collapse>Collapse</collapse>
    <expand>Expand</expand>
    <openFilter>Open Filter</openFilter>
    <sortColumnAsc>Sort Column Asc</sortColumnAsc>
    <sortColumnDesc>Sort Column Desc</sortColumnDesc>
    <sortRowAsc>Sort Row Asc</sortRowAsc>
    <sortRowDesc>Sort Row Desc</sortRowDesc>
    <drillThrough>Drill Through</drillThrough>
</contextMenu>

NEW Accelerator Logging to "flexmonster.log.txt" file was added.

HTML5/ FLEX/ FLASH FIXES:

FIX  The issue with setting "customSorting" via runQuery() method was fixed.

FIX  The exception when refresh() was called right after setting data from API was fixed.

FIX  The issue with missing rows in Classic View was fixed.

FIX  Predefined drilled down members were fixed.

HTML5 FIXES ONLY:

FIX  Context menu for Flat Table was fixed.

FIX  The issue with jQuery and Flexmonster in WordPress sites was fixed.

FIX  The issue with Aggregations View out-of-screen position was fixed.

FIX  Using the same color on Bar Line chart for particular layouts was fixed.

FIX  The issue when pivot table could be hanged by CSS table {width: 100%;} was fixed.

FIX  Handling of inappropriate input data for date fields (numbers, booleans, etc. - anything except string) was fixed.

FLEX/ FLASH FIXES ONLY:

FIX  The issue with hidden "pages" hierarchies in the Filter View was fixed.

FIX Accelerator The issue with Values field on rows was fixed.

FIX Accelerator  The issue with drill down/up for Data Accelerator was fixed.

December 2015 (v. 2.202)

NEW  String values are left aligned in Flat View now.

NEW HTML5 Drill-through is now available for mobile UI.

HTML5/ FLEX/ FLASH FIXES:

FIX  Big improvement with memory usage optimization.

HTML5 FIXES ONLY:

FIX  The issue with Filter View out-of-screen position was fixed.

FIX  The issue "Uncaught SyntaxError: Failed to execute 'querySelectorAll' on 'Document': 'really long selector string omitted' is not a valid selector" related to using html2canvas was resolved. html2canvas.min.js was updated to the newest version.

December 2015 (v. 2.201)

NEW  Java RESTful API project that illustrates how to get data from Relational DBs and use our Java Compressor.

NEW  Drill-through for Mondrian is now available (using the Accelerator only).

NEW  The list of available aggregations for fields of "date string" and "datetime" data types was extended with Count and Distinct Count aggregations.

NEW HTML5/Flash The simplest way to define JSON data - in embedPivotComponent() function using data property. Even dataSourceType is not needed in this case:

flexmonster.embedPivotComponent(“”, “100%”, “600”, {
    data: [
        { “Category” : “Accessories”, “Color” : “green”, “Quantity” : 22 }
    ]
}, true);

NEW Flex The toolbar in Flex was updated with new icons and new options - 'Connect > To local JSON' and switcher between Compact, Classic and Flat grid views in 'Options'.

HTML5/ FLEX/ FLASH FIXES:

FIX  Closing Details View after switching to Flat View.

FIX Fixed issue with wrong numbers in distinct count.

FIX 2.2 version introduces simplified naming of dimensions, hierarchies, measures and members for CSV/JSON data sources. There were backward compatibility issues with naming in reports generated by previous component's versions which are fixed:

  • Backward compatibility in members naming for expands, drills and sorting works fine for both: report object and report XML.
  • Backward compatibility for addDataRecord() API call.
  • Backward compatibility for dimensions naming when data is set via API.
  • Backward compatibility for date hierarchies like [Date].[Date].[Year], [Date].[Date].[Month], [Date].[Date].[Day], where 3 and more elements were used in names.

FIX Connection to MSAS via XMLA: the issue when 'Invalid datasource or catalog' message was shown if there are no KPIs in cube was fixed.

FIX Issue with saving  fieldSeparator for TSV was fixed. Now it is saved in report XML the following way: <fieldSeparator><![CDATA[ ]]></fieldSeparator>

FIX Values of "datetime", "time" and "date string" fields are formatted based on date/time patterns only if Sum, Average, Product, Min or Max aggregation is selected for them. They are formatted as numbers if one of the following aggregations is used to aggregate them: Count, Distinct Count, % of Grand Total, % of Column, % of Row or Index.

FIX  When you select "date string" field with check box in Field List is put in rows by default.

FIX Accelerator The issue with connecting to Accelerator via JavaScript (connectTo(), setReport() methods) was fixed.

FIX Accelerator The issue with CORS was fixed.

FIX Accelerator The issue with freezing on "Loading KPIs..." was fixed.

FIX Accelerator Prevent terminating Accelerator app by hitting Enter key.

HTML5 FIXES ONLY:

FIX  The height of Field List was adjusted for mobile layout.

FIX  The issue with truncated labels in PDF export was fixed.

FIX  Image cell renderers were fixed.

November 2015 (v. 2.122)

HTML5/ FLEX/ FLASH FIXES:

FIX  The issue with saving NaN values to OCSV was fixed.

FIX  The issue with loading OCSV files that contains ds+ columns was fixed.

HTML5 FIXES ONLY:

FIX  The issue with loading some particular reports that contains embedded data was fixed.

FLEX/ FLASH FIXES ONLY:

FIX  The X-axis Label name is getting truncated only if a label is longer than 50 characters.