Skip to content

Commit 666d271

Browse files
author
pipeline
committed
v15.4.25-preview is released
1 parent e2d720a commit 666d271

File tree

4 files changed

+58
-51
lines changed

4 files changed

+58
-51
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/ej2.min.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 51 additions & 51 deletions
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.25",
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.25",
11+
"@syncfusion/ej2-charts": "^15.4.23",
12+
"@syncfusion/ej2-circulargauge": "^15.4.23",
13+
"@syncfusion/ej2-compression": "^15.4.25",
14+
"@syncfusion/ej2-data": "^15.4.23",
15+
"@syncfusion/ej2-dropdowns": "^15.4.24",
16+
"@syncfusion/ej2-excel-export": "^15.4.25",
17+
"@syncfusion/ej2-file-utils": "^15.4.23",
18+
"@syncfusion/ej2-grids": "^15.4.25",
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.25",
23+
"@syncfusion/ej2-pdf-export": "^15.4.25",
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)