Skip to content

Commit

Permalink
v15.4.23-preview is released
Browse files Browse the repository at this point in the history
  • Loading branch information
pipeline committed Dec 27, 2017
1 parent e2d720a commit 3fe577d
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 51 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

#### New Features

- Added Essential JS 1 compatible CSS files.

## 15.4.21-preview (2017-12-08)

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:
Expand Down
2 changes: 2 additions & 0 deletions dist/ej2.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/ej2.min.js.map

Large diffs are not rendered by default.

102 changes: 51 additions & 51 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,53 +1,53 @@
{
"name": "@syncfusion/ej2",
"version": "15.4.22",
"description": "Essential JS 2",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
"dependencies": {
"@syncfusion/ej2-base": "^15.4.21",
"@syncfusion/ej2-buttons": "^15.4.22",
"@syncfusion/ej2-calendars": "^15.4.21",
"@syncfusion/ej2-charts": "^15.4.22",
"@syncfusion/ej2-circulargauge": "^15.4.17",
"@syncfusion/ej2-compression": "^15.4.22",
"@syncfusion/ej2-data": "^15.4.22",
"@syncfusion/ej2-dropdowns": "^15.4.21",
"@syncfusion/ej2-excel-export": "^15.4.22",
"@syncfusion/ej2-file-utils": "^15.4.22",
"@syncfusion/ej2-grids": "^15.4.22",
"@syncfusion/ej2-inputs": "^15.4.21",
"@syncfusion/ej2-lineargauge": "^15.4.17",
"@syncfusion/ej2-lists": "^15.4.22",
"@syncfusion/ej2-navigations": "^15.4.22",
"@syncfusion/ej2-pdf-export": "^15.4.22",
"@syncfusion/ej2-popups": "^15.4.22",
"tslib": "^1.8.0"
},
"devDependencies": {
"rollup": "^0.51.3",
"rollup-plugin-commonjs": "^8.2.6",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-sourcemaps": "^0.4.2",
"rollup-plugin-typescript": "^0.8.1",
"rollup-plugin-uglify": "^2.0.1",
"es6-promise": "^3.2.1",
"gulp": "^3.9.1",
"gulp-sass": "^3.1.0",
"gulp-typescript": "^3.1.6",
"requirejs": "^2.3.3",
"typescript": "2.6.2"
},
"keywords": [
"ej2",
"syncfusion",
"ej2-all"
],
"repository": {
"type": "git",
"url": "https://github.com/syncfusion/ej2"
},
"scripts": {
"build": "gulp build"
}
"name": "@syncfusion/ej2",
"version": "15.4.23",
"description": "Essential JS 2",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
"dependencies": {
"@syncfusion/ej2-base": "^15.4.23",
"@syncfusion/ej2-buttons": "^15.4.23",
"@syncfusion/ej2-calendars": "^15.4.23",
"@syncfusion/ej2-charts": "^15.4.23",
"@syncfusion/ej2-circulargauge": "^15.4.23",
"@syncfusion/ej2-compression": "^15.4.23",
"@syncfusion/ej2-data": "^15.4.23",
"@syncfusion/ej2-dropdowns": "^15.4.23",
"@syncfusion/ej2-excel-export": "^15.4.23",
"@syncfusion/ej2-file-utils": "^15.4.23",
"@syncfusion/ej2-grids": "^15.4.23",
"@syncfusion/ej2-inputs": "^15.4.23",
"@syncfusion/ej2-lineargauge": "^15.4.23",
"@syncfusion/ej2-lists": "^15.4.23",
"@syncfusion/ej2-navigations": "^15.4.23",
"@syncfusion/ej2-pdf-export": "^15.4.23",
"@syncfusion/ej2-popups": "^15.4.23",
"tslib": "^1.8.0"
},
"devDependencies": {
"rollup": "^0.51.3",
"rollup-plugin-commonjs": "^8.2.6",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-sourcemaps": "^0.4.2",
"rollup-plugin-typescript": "^0.8.1",
"rollup-plugin-uglify": "^2.0.1",
"es6-promise": "^3.2.1",
"gulp": "^3.9.1",
"gulp-sass": "^3.1.0",
"gulp-typescript": "^3.1.6",
"requirejs": "^2.3.3",
"typescript": "2.6.2"
},
"keywords": [
"ej2",
"syncfusion",
"ej2-all"
],
"repository": {
"type": "git",
"url": "https://github.com/syncfusion/ej2"
},
"scripts": {
"build": "gulp build"
}
}

0 comments on commit 3fe577d

Please sign in to comment.