Essential Studio for ReactJS 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.

    ejCheckBox

Breaking Changes

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

ejDatePicker

Breaking Changes

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

ejDateTimePicker

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.

    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.

    ejRadioButton

Breaking Changes

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

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.