File tree Expand file tree Collapse file tree 1 file changed +26
-4
lines changed Expand file tree Collapse file tree 1 file changed +26
-4
lines changed Original file line number Diff line number Diff line change 1- # [ Unreleased ]
1+ # Changelog
22
3- # 1.0.10-preview (2017-07-05)
3+ ## [ Unreleased ]
44
5- ## New Components
5+ ### New Components
66
7- - Added Tooltip component - [ demos] ( http://ej2.syncfusion.com/demos/#/tooltip/default.html )
7+ - Added DropDownList component - [ demos] ( http://ej2.syncfusion.com/demos/#/material/dropdownlist/default.html )
8+ - Added CircularGauge component - [ demos] ( http://ej2.syncfusion.com/demos/#/material/circulargauge/default.html )
9+ - Added LinearGauge component - [ demos] ( http://ej2.syncfusion.com/demos/#/material/lineargauge/default.html )
10+
11+ ### New Features
12+
13+ - Provided fabric theme support.
14+
15+ ### Breaking Changes
16+
17+ - ** Animation** : Ripple effect is disabled by default. Use ` enableRipple(true) ` method to enable or disable ripple effect in samples.
18+ - ** Package reference modified for individal packages**
19+
20+ | ** Old reference** | ** New reference** |
21+ | :---------------------------------------------------------------:| :----------------------------------------------------------:|
22+ | import { extend, setValue } from '@syncfusion/ej2-base /util'; | import { extend, setValue } from '@syncfusion/ej2-base '; |
23+ | import { addClass, append } from '@syncfusion/ej2-base /dom'; | import { addClass, append } from '@syncfusion/ej2-base '; |
24+
25+ ## 1.0.10-preview (2017-07-05)
26+
27+ ### New Components
28+
29+ - Added Tooltip component - [ demos] ( http://ej2.syncfusion.com/demos/#/material/tooltip/default.html )
You can’t perform that action at this time.
0 commit comments