Releases: syncfusion/ej2-javascript-ui-controls
Releases · syncfusion/ej2-javascript-ui-controls
v15.4.18-preview
v15.4.18-preview is released
v15.4.17-preview
Essential JS 2 is a modern JavaScript UI toolkit that has been built from the ground up to be lightweight, responsive, modular, and touch friendly. It is written in TypeScript and has no external dependences. It also includes complete support for Angular and React frameworks. The following components are currently available:
- Grid
- Chart
- Drop-Down List
- Tree View
- Date Picker
- Dialog
- Numeric Text Box
- Tab
- Toolbar
- Circular Gauge
- Linear Gauge
- Form Validator
- Combo Box
- Autocomplete
- Multiselect Drop-Down
- Calendar
- Date Range Picker
- Button
- Radio Button
- Check Box
- Text Box
- Time Picker
- Masked Text Box
- List View
- Tooltip
- Context Menu
- Accordion
v1.0.25-preview
v1.0.25-preview is released
v1.0.22-preview
v1.0.21-preview
v1.0.21-preview is released
v1.0.19-preview
v1.0.18-preview
documentation(EJ2-3645): React and Angular read me file changes are c…
v1.0.17-preview
v1.0.17-preview is released
v1.0.16-preview
v1.0.16-preview is released
v1.0.14-preview
New Components
- Added DropDownList component - demos
- Added CircularGauge component - demos
- Added LinearGauge component - demos
New Features
- Provided fabric theme support.
Breaking Changes
- Animation: Ripple effect is disabled by default. Use
enableRipple(true)method to enable or disable ripple effect in samples. - Package reference modified for individal packages
| Old reference | New reference |
|---|---|
| import { extend, setValue } from '@syncfusion/ej2-base/util'; | import { extend, setValue } from '@syncfusion/ej2-base'; |
| import { addClass, append } from '@syncfusion/ej2-base/dom'; | import { addClass, append } from '@syncfusion/ej2-base'; |
1.0.10-preview (2017-07-05)
New Components
- Added Tooltip component - demos