Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fcce70b

Browse files
author
pipeline
committedJan 10, 2018
v15.4.24-preview is released
1 parent e2d720a commit fcce70b

File tree

4 files changed

+58
-51
lines changed

4 files changed

+58
-51
lines changed
 

‎CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [Unreleased]
44

5+
#### New Features
6+
7+
- Added Essential JS 1 compatible CSS files.
8+
59
## 15.4.21-preview (2017-12-08)
610

711
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:

‎dist/ej2.min.js

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎dist/ej2.min.js.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+51-51
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,53 @@
11
{
2-
"name": "@syncfusion/ej2",
3-
"version": "15.4.22",
4-
"description": "Essential JS 2",
5-
"author": "Syncfusion Inc.",
6-
"license": "SEE LICENSE IN license",
7-
"dependencies": {
8-
"@syncfusion/ej2-base": "^15.4.21",
9-
"@syncfusion/ej2-buttons": "^15.4.22",
10-
"@syncfusion/ej2-calendars": "^15.4.21",
11-
"@syncfusion/ej2-charts": "^15.4.22",
12-
"@syncfusion/ej2-circulargauge": "^15.4.17",
13-
"@syncfusion/ej2-compression": "^15.4.22",
14-
"@syncfusion/ej2-data": "^15.4.22",
15-
"@syncfusion/ej2-dropdowns": "^15.4.21",
16-
"@syncfusion/ej2-excel-export": "^15.4.22",
17-
"@syncfusion/ej2-file-utils": "^15.4.22",
18-
"@syncfusion/ej2-grids": "^15.4.22",
19-
"@syncfusion/ej2-inputs": "^15.4.21",
20-
"@syncfusion/ej2-lineargauge": "^15.4.17",
21-
"@syncfusion/ej2-lists": "^15.4.22",
22-
"@syncfusion/ej2-navigations": "^15.4.22",
23-
"@syncfusion/ej2-pdf-export": "^15.4.22",
24-
"@syncfusion/ej2-popups": "^15.4.22",
25-
"tslib": "^1.8.0"
26-
},
27-
"devDependencies": {
28-
"rollup": "^0.51.3",
29-
"rollup-plugin-commonjs": "^8.2.6",
30-
"rollup-plugin-node-resolve": "^3.0.0",
31-
"rollup-plugin-sourcemaps": "^0.4.2",
32-
"rollup-plugin-typescript": "^0.8.1",
33-
"rollup-plugin-uglify": "^2.0.1",
34-
"es6-promise": "^3.2.1",
35-
"gulp": "^3.9.1",
36-
"gulp-sass": "^3.1.0",
37-
"gulp-typescript": "^3.1.6",
38-
"requirejs": "^2.3.3",
39-
"typescript": "2.6.2"
40-
},
41-
"keywords": [
42-
"ej2",
43-
"syncfusion",
44-
"ej2-all"
45-
],
46-
"repository": {
47-
"type": "git",
48-
"url": "https://github.com/syncfusion/ej2"
49-
},
50-
"scripts": {
51-
"build": "gulp build"
52-
}
2+
"name": "@syncfusion/ej2",
3+
"version": "15.4.24",
4+
"description": "Essential JS 2",
5+
"author": "Syncfusion Inc.",
6+
"license": "SEE LICENSE IN license",
7+
"dependencies": {
8+
"@syncfusion/ej2-base": "^15.4.23",
9+
"@syncfusion/ej2-buttons": "^15.4.23",
10+
"@syncfusion/ej2-calendars": "^15.4.23",
11+
"@syncfusion/ej2-charts": "^15.4.23",
12+
"@syncfusion/ej2-circulargauge": "^15.4.23",
13+
"@syncfusion/ej2-compression": "^15.4.23",
14+
"@syncfusion/ej2-data": "^15.4.23",
15+
"@syncfusion/ej2-dropdowns": "^15.4.24",
16+
"@syncfusion/ej2-excel-export": "^15.4.23",
17+
"@syncfusion/ej2-file-utils": "^15.4.23",
18+
"@syncfusion/ej2-grids": "^15.4.24",
19+
"@syncfusion/ej2-inputs": "^15.4.24",
20+
"@syncfusion/ej2-lineargauge": "^15.4.23",
21+
"@syncfusion/ej2-lists": "^15.4.24",
22+
"@syncfusion/ej2-navigations": "^15.4.23",
23+
"@syncfusion/ej2-pdf-export": "^15.4.24",
24+
"@syncfusion/ej2-popups": "^15.4.23",
25+
"tslib": "^1.8.0"
26+
},
27+
"devDependencies": {
28+
"rollup": "^0.51.3",
29+
"rollup-plugin-commonjs": "^8.2.6",
30+
"rollup-plugin-node-resolve": "^3.0.0",
31+
"rollup-plugin-sourcemaps": "^0.4.2",
32+
"rollup-plugin-typescript": "^0.8.1",
33+
"rollup-plugin-uglify": "^2.0.1",
34+
"es6-promise": "^3.2.1",
35+
"gulp": "^3.9.1",
36+
"gulp-sass": "^3.1.0",
37+
"gulp-typescript": "^3.1.6",
38+
"requirejs": "^2.3.3",
39+
"typescript": "2.6.2"
40+
},
41+
"keywords": [
42+
"ej2",
43+
"syncfusion",
44+
"ej2-all"
45+
],
46+
"repository": {
47+
"type": "git",
48+
"url": "https://github.com/syncfusion/ej2"
49+
},
50+
"scripts": {
51+
"build": "gulp build"
52+
}
5353
}

0 commit comments

Comments
 (0)
Please sign in to comment.