Essential Studio for TypeScript Release Notes

v15.1.0.33
February 13, 2017

Common

Bug Fixes

  • #167697 - Improper return type for public methods in “ej.web.all.d.ts” file have been fixed.
  • #169407 - Typo faults in definition of data types with ej.web.all.d.ts file has been resolved.

ejDataManager

Bug Fixes

  • #168348 – The issue of “The ej.Predicate class is incorrectly defined in TypeScript” has been rectified.

    ejDropDownList

Bug Fixes

  • #169135 - DropDownList value property return type has been changed as string in API documentation.

    ejSlider

Breaking changes

  • In previous, the slider handle was out bound from the slider wrapper. Now based on the handle size, slider wrapper size extends up to the slider handle.

    ejSpreadsheet

Features

  • Provided support for freeze panes in virtualization.

Breaking Changes

  • freezePanes public method parameters are updated.

    ejTextboxes

Bug Fixes

  • #168275 – In Typescript, provided support to render the “ejNumericTextbox”, “ejPercentageTextbox”, “ejCurrencyTextbox” with separate plugin name.