Essential Studio for Aurelia Release Notes

v15.2.0.40
May 8, 2017

Common

Breaking Changes

  • #174965 - The background-color of form editor controls in disabled state has been modified.

    CheckBox

Breaking Changes

  • The validationMessage of ejCheckBox has been deprecated from this release.Please make use of the validationMessages instead.

DatePicker

Breaking Changes

  • The validationMessage of ejDatePicker has been deprecated from this release.Please make use of the ValidationMessages instead.

DateTimePicker

Breaking Changes

  • The validationMessage of ejDateTimePicker has been deprecated from this release.Please make use of the validationMessages instead.

ejDialog

Features

  • The Dialog provides an option to enable/disable browser scroll when we open the Modal Dialog.

Breaking changes

  • Dialog position will be calculated based on the target or containment element.

    ejGrid

Bug Fixes

  • #163923 - Provided Two way binding support for selectedRowIndices property in Aurelia.

    ejListBox

Features

  • Provided sorting support to automatically sort the list items in alphabetical order.
  • Cascade event provided to ListBox, which will be triggered before the cascaded data is populated.

    ejListView

Features

  • Provided virtual scrolling support to load data on demand without buffering huge data, it supports both normal and continuous mode.

    ejMap

Bug Fixes

  • #171348 – Now the geometryType property in Map is working fine.

RadioButton

Breaking Changes

  • The validationMessage of ejRadioButton has been deprecated from this release.Please make use of the validationMessages instead.

ejRTE

Breaking Changes

  • In RTE, the paragraph tag (<p></p>) will maintain instead of empty content during initial render and even after clearing the whole content.

Features

  • The RTE toolbar is responsive with inline & popup mode, previously toolbar supports popup mode.
  • Responsive support for dialogs and footer in RTE.
  • Integration of ColorPicker in RTE font and background color tool for custom colors and option for setting transparent background for RTE content.
  • Support for removing unwanted elements and styles when we copy paste content from Microsoft Word document to RTE editor.

    ejSchedule

Features

  • #135948, #145839, #129435 - Scheduler is now provided with an option to show/hide the weekend days in all views using the API showWeekend.
  • #173867 - Scheduler is now provided with an additional option to customize the appointment’s dragging and resizing interval ranges.

ejTimePicker

Breaking Changes

  • The validationMessage of ejTimePicker has been deprecated from this release.Please make use of the validationMessages instead.

TreeGrid

Bug Fixes

  • #177979 - Issue with rendering column template in TreeGrid has been fixed now.