v16.1.24
New Features
- Essential JS 2 is now officially released and production ready.
- Angular Universal support added.
- New High Contrast theme added.
- A web based tool for Custom Resource Generator is released for JavaScript (ES5) users.
Breaking Changes
- Tag prefix for Angular components is changed from
ej
toejs
. For example,ej-grid
is changed toejs-grid
. - Touch: Removed
doubleTap
event and addedtapCount
argument in tap event.