Essential Studio for Aurelia Release Notes

v15.1.0.33
February 13, 2017

Common

Features

  • #163751 – The aurelia-syncfusion-bridge now supports command line tooling for Aurelia, to create projects, scaffolding, bundling and more.
  • #163262- e-widget property implemented to expose the underlying widget reference.

Breaking Changes

  • To maintain the structure with npm:syncfusion-javascript package, we made the below changes of import our widget source to seamlessly work with Webpack, SystemJS and Aurelia CLI.
    • import ej.*.min changed to import syncfusion-javascript/scripts/ej/web/ej.*.min
    • import datavisualization/ej.*.min changed to import syncfusion-javascript/scripts/ej /datavisualization/ej.*.min.

      ejMap

Bug Fixes

  • #171348 – Console error while resizing the map is fixed now.

ejSpreadsheet

Features

  • Provided support for freeze panes in virtualization.

Breaking Changes