Skip to content

Commit 2b744c0

Browse files
author
pipeline
committed
config(EJ2-2958): Updated the changelog content
1 parent 6aa5888 commit 2b744c0

File tree

1 file changed

+26
-4
lines changed

1 file changed

+26
-4
lines changed

CHANGELOG.md

+26-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,29 @@
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)

0 commit comments

Comments
 (0)