Skip to content

Commit 532b8cc

Browse files
author
pipeline
committed
ej2-base-library: config(EJ2-2728): Update CHANGELOG.md (HEAD, origin/master)
1 parent 8191b45 commit 532b8cc

File tree

3 files changed

+15
-14
lines changed

3 files changed

+15
-14
lines changed

ReadMe.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ Essential JS 2 is a modern JavaScript UI toolkit that has been the built from th
66
* [Pure JS Demos](http://ej2.syncfusion.com/demos/)
77
* [Pure JS Documentation](http://ej2.syncfusion.com/documentation/)
88

9+
## [Unreleased]
10+
11+
## 1.0.10-preview (2017-07-05)
12+
13+
### New Components
14+
15+
- Added Tooltip component - [demos](http://ej2.syncfusion.com/demos/#/tooltip/default.html)
16+
917
## Installing
1018

1119
To install all dependent packages, use the below command
@@ -20,12 +28,4 @@ To compile the source files, use the below command
2028

2129
```
2230
npm run build
23-
```
24-
25-
## Changelog
26-
27-
### 1.0.10-preview (2017-07-05)
28-
29-
#### New Components
30-
31-
- Added Tooltip component - [demos](http://ej2.syncfusion.com/demos/#/tooltip/default.html)
31+
```

base/ReadMe.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ A common package of Essential JS 2 base libraries, methods and class definitions
33
## Resources
44
[Demos](http://ej2.syncfusion.com/demos/)
55

6-
# 1.0.10
6+
## Changelog
77

8-
# 1.0.10-preview (2017-07-05)
8+
### [Unreleased]
99

10-
## Bug Fixes
10+
### 1.0.10-preview (2017-07-05)
1111

12-
- Resolved DateParser issue in Chinese culture, when the date string is in 12 hours format.
12+
#### Bug Fixes
1313

14+
- Resolved DateParser issue in Chinese culture, when the date string is in 12 hours format.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2",
3-
"version": "1.8.0",
3+
"version": "1.9.0",
44
"description": "Syncfusion TypeScript",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)