Skip to content

Commit

Permalink
v17.3.17 is released
Browse files Browse the repository at this point in the history
  • Loading branch information
pipeline committed Oct 15, 2019
1 parent 3f13727 commit 94ab2e4
Show file tree
Hide file tree
Showing 344 changed files with 6,929 additions and 4,697 deletions.
17 changes: 16 additions & 1 deletion components/base/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,29 @@

## [Unreleased]

## 17.3.17 (2019-10-15)

### Common

#### Bug Fixes

- `I251162` - Increased `peerDependencies` version from `8.2.6` to `8.2.10`.

## 17.3.16 (2019-10-09)

### Common

#### Bug Fixes

- `I243740` - Fixed When using container support, the controls inside the `Tab` rendering getting delayed.

## 17.3.9-beta (2019-09-20)

### Common

#### Bug Fixes

- `F147411,I248565` - Cleared `peerDependencies` warning.
- `I243740` - Fixed When using container support, the controls inside the `Tab` rendering getting delayed.

## 17.2.49 (2019-09-04)

Expand Down
2 changes: 1 addition & 1 deletion components/base/dist/ej2-angular-base.umd.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion components/base/dist/ej2-angular-base.umd.min.js.map

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions components/base/dist/es6/ej2-angular-base.es2015.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion components/base/dist/es6/ej2-angular-base.es2015.js.map

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions components/base/dist/es6/ej2-angular-base.es5.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion components/base/dist/es6/ej2-angular-base.es5.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion components/base/dist/global/ej2-angular-base.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion components/base/dist/global/ej2-angular-base.min.js.map

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions components/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-base",
"version": "17.3.14",
"version": "17.3.16",
"description": "A common package of Essential JS 2 base Angular libraries, methods and class definitions",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand All @@ -16,12 +16,12 @@
"ng"
],
"peerDependencies": {
"@angular/common": "2.2.1 - 8.2.6",
"@angular/compiler": "2.2.1 - 8.2.6",
"@angular/core": "2.2.1 - 8.2.6",
"@angular/forms": "2.2.1 - 8.2.6",
"@angular/platform-browser": "2.2.1 - 8.2.6",
"@angular/platform-browser-dynamic": "2.2.1 - 8.2.6"
"@angular/common": "2.2.1 - 8.2.10",
"@angular/compiler": "2.2.1 - 8.2.10",
"@angular/core": "2.2.1 - 8.2.10",
"@angular/forms": "2.2.1 - 8.2.10",
"@angular/platform-browser": "2.2.1 - 8.2.10",
"@angular/platform-browser-dynamic": "2.2.1 - 8.2.10"
},
"dependencies": {
"@syncfusion/ej2-base": "*",
Expand Down
5 changes: 5 additions & 0 deletions components/base/src/component-base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,12 +134,17 @@ export class ComponentBase<T> {
};

public ngAfterViewInit(): void {
let regExp: RegExp = /ejs-tab|ejs-accordion/g;
if (regExp.test(this.ngEle.nativeElement.outerHTML)) {
this.ngEle.nativeElement.style.visibility = 'hidden';
}
// Used setTimeout for template binding
// Refer Link: https://github.com/angular/angular/issues/6005
setTimeout(() => {
/* istanbul ignore else */
if (typeof window !== 'undefined') {
this.appendTo(this.element);
this.ngEle.nativeElement.style.visibility = '';
}
});
}
Expand Down
12 changes: 12 additions & 0 deletions components/buttons/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

## [Unreleased]

## 17.3.16 (2019-10-09)

### CheckBox

### RadioButton

### Switch

#### Bug Fixes

- Adding common cssClass for wrapper.

## 17.2.35 (2019-07-17)

### Chips
Expand Down
12 changes: 12 additions & 0 deletions components/buttons/dist/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

## [Unreleased]

## 17.3.16 (2019-10-09)

### CheckBox

### RadioButton

### Switch

#### Bug Fixes

- Adding common cssClass for wrapper.

## 17.2.35 (2019-07-17)

### Chips
Expand Down
88 changes: 87 additions & 1 deletion components/buttons/dist/package.json
Original file line number Diff line number Diff line change
@@ -1 +1,87 @@
{"name":"@syncfusion/ej2-angular-buttons","version":"17.3.14","description":"A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch. for Angular","author":"Syncfusion Inc.","license":"SEE LICENSE IN license","schematics":"./schematics/collection.json","dependencies":{"@syncfusion/ej2-base":"*","@syncfusion/ej2-angular-base":"*","@syncfusion/ej2-buttons":"*"},"devDependencies":{"@syncfusion/ej2-build":"*","rxjs":"5.0.0 - 5.5.10","zone.js":"0.7.2 - 0.8.26","core-js":"2.4.1 - 2.6.6","reflect-metadata":"0.1.9 - 0.1.15 ","@angular/common":"2.2.1 - 4.10.0","@angular/compiler":"2.2.1 - 4.10.0","@angular/core":"2.2.1 - 4.10.0","@angular/forms":"2.2.1 - 4.10.0","@angular/http":"2.2.1 - 4.10.0","@angular/platform-browser":"2.2.1 - 4.10.0","@angular/platform-browser-dynamic":"2.2.1 - 4.10.0","@angular/router":"2.2.1 - 4.10.0","@angular/compiler-cli":"2.2.1 - 4.10.0","@angular/platform-server":"2.2.1 - 4.10.0","@angular-devkit/schematics":"0.7.2","@schematics/angular":"0.7.2","es6-module-loader":"^0.17.11","rollup":"^0.41.6","rollup-plugin-uglify":"^1.0.1","systemjs":"^0.19.40","systemjs-plugin-babel":"0.0.17","ng-packagr":"1.5.0","tsickle":"0.34.0"},"keywords":["ej2","syncfusion","ej2-buttons","button","ej2 button","checkbox","ej2 checkbox","checkboxes","radio button","radiobutton","radiobuttons","ej2 radiobutton","switch","ej2 switch","primary button","flat button","round button","icon button","togglebutton","toggle button","form control","form controls","input","angular","ng","ej2-ng-buttons","ng-button","ng-checkbox","ng-radiobutton","ng-switch"],"repository":{"type":"git","url":"https://github.com/syncfusion/ej2-angular-ui-components.git"},"scripts":{"scripts":"gulp schematics-tasks && gulp schematics-remove && gulp adding-externals && npm run packagr","bundle":"rollup -c rollup.config.js","packagr":"ng-packagr -p ng-package.json && gulp npmrc-changelog-schematics-injection && gulp path-change"},"sideEffects":true,"main":"dist/ej2-angular-buttons.umd.js","module":"@syncfusion/ej2-angular-buttons.es5.js","es2015":"@syncfusion/ej2-angular-buttons.js","typings":"ej2-angular-buttons.d.ts","metadata":"ej2-angular-buttons.metadata.json"}
{
"name": "@syncfusion/ej2-angular-buttons",
"version": "17.3.16",
"description": "A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch. for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
"schematics": "./schematics/collection.json",
"dependencies": {
"@syncfusion/ej2-base": "*",
"@syncfusion/ej2-angular-base": "*",
"@syncfusion/ej2-buttons": "*"
},
"devDependencies": {
"@syncfusion/ej2-build": "*",
"rxjs": "5.0.0 - 5.5.10",
"zone.js": "0.7.2 - 0.8.26",
"core-js": "2.4.1 - 2.6.6",
"reflect-metadata": "0.1.9 - 0.1.15 ",
"@angular/common": "2.2.1 - 4.10.0",
"@angular/compiler": "2.2.1 - 4.10.0",
"@angular/core": "2.2.1 - 4.10.0",
"@angular/forms": "2.2.1 - 4.10.0",
"@angular/http": "2.2.1 - 4.10.0",
"@angular/platform-browser": "2.2.1 - 4.10.0",
"@angular/platform-browser-dynamic": "2.2.1 - 4.10.0",
"@angular/router": "2.2.1 - 4.10.0",
"@angular/compiler-cli": "2.2.1 - 4.10.0",
"@angular/platform-server": "2.2.1 - 4.10.0",
"@angular-devkit/schematics": "0.7.2",
"@schematics/angular": "0.7.2",
"es6-module-loader": "^0.17.11",
"rollup": "^0.41.6",
"rollup-plugin-uglify": "^1.0.1",
"systemjs": "^0.19.40",
"systemjs-plugin-babel": "0.0.17",
"ng-packagr": "1.5.0",
"tsickle": "0.34.0"
},
"keywords": [
"ej2",
"syncfusion",
"ej2-buttons",
"button",
"ej2 button",
"checkbox",
"ej2 checkbox",
"checkboxes",
"radio button",
"radiobutton",
"radiobuttons",
"ej2 radiobutton",
"switch",
"ej2 switch",
"primary button",
"flat button",
"round button",
"icon button",
"togglebutton",
"toggle button",
"form control",
"form controls",
"input",
"angular",
"ng",
"ej2-ng-buttons",
"ng-button",
"ng-checkbox",
"ng-radiobutton",
"ng-switch"
],
"repository": {
"type": "git",
"url": "https://github.com/syncfusion/ej2-angular-ui-components.git"
},
"scripts": {
"scripts": "gulp schematics-tasks && gulp schematics-remove && gulp adding-externals && npm run packagr",
"bundle": "rollup -c rollup.config.js",
"packagr": "ng-packagr -p ng-package.json && gulp npmrc-changelog-schematics-injection && gulp path-change",
"postinstall": "node ./postinstall/tagchange.js"
},
"sideEffects": true,
"main": "dist/ej2-angular-buttons.umd.js",
"module": "@syncfusion/ej2-angular-buttons.es5.js",
"es2015": "@syncfusion/ej2-angular-buttons.js",
"typings": "ej2-angular-buttons.d.ts",
"metadata": "ej2-angular-buttons.metadata.json"
}
17 changes: 17 additions & 0 deletions components/buttons/dist/postinstall/tagchange.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
var fs = require("fs");
var glob = require("glob");

// selectors

if (process.env.tagName !== undefined) {
var newTagPrefix = process.env.tagName.trim();
var files = glob.sync("./@syncfusion/*");
for (var i = 0; i < files.length; i++) {
var sourceFile = fs.readFileSync(files[i], "utf8");
for (var j = 0; j < selectors.length; j++) {
var tagRegex = new RegExp(selectors[j].replace('[','').replace(']',''), "g");
sourceFile = sourceFile.replace(tagRegex,selectors[j].replace("ejs", newTagPrefix));
}
fs.writeFileSync(files[i], sourceFile, "utf8");
}
}
4 changes: 2 additions & 2 deletions components/buttons/dist/schematics/utils/lib-details.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.pkgName = '@syncfusion/ej2-angular-buttons';
exports.pkgVer = '^17.3.14';
exports.pkgVer = '^17.3.16';
exports.moduleName = 'ButtonModule, CheckBoxModule, RadioButtonModule, SwitchModule, ChipListModule';
exports.themeVer = '~17.3.14';
exports.themeVer = '~17.3.16';
4 changes: 2 additions & 2 deletions components/buttons/dist/schematics/utils/lib-details.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const pkgName = '@syncfusion/ej2-angular-buttons';
export const pkgVer = '^17.3.14';
export const pkgVer = '^17.3.16';
export const moduleName = 'ButtonModule, CheckBoxModule, RadioButtonModule, SwitchModule, ChipListModule';
export const themeVer = '~17.3.14';
export const themeVer = '~17.3.16';
1 change: 0 additions & 1 deletion components/buttons/dist/styles/bootstrap-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -3645,7 +3645,6 @@
cursor: pointer;
display: -ms-inline-flexbox;
display: inline-flex;
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
font-size: 13px;
font-weight: 400;
height: 28px;
Expand Down
1 change: 0 additions & 1 deletion components/buttons/dist/styles/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -3645,7 +3645,6 @@
cursor: pointer;
display: -ms-inline-flexbox;
display: inline-flex;
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
font-size: 13px;
font-weight: 400;
height: 28px;
Expand Down
1 change: 0 additions & 1 deletion components/buttons/dist/styles/bootstrap4.css
Original file line number Diff line number Diff line change
Expand Up @@ -3671,7 +3671,6 @@
cursor: pointer;
display: -ms-inline-flexbox;
display: inline-flex;
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
font-size: 12px;
font-weight: 400;
height: 24px;
Expand Down
1 change: 0 additions & 1 deletion components/buttons/dist/styles/chips/bootstrap-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
cursor: pointer;
display: -ms-inline-flexbox;
display: inline-flex;
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
font-size: 13px;
font-weight: 400;
height: 28px;
Expand Down
1 change: 0 additions & 1 deletion components/buttons/dist/styles/chips/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
cursor: pointer;
display: -ms-inline-flexbox;
display: inline-flex;
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
font-size: 13px;
font-weight: 400;
height: 28px;
Expand Down
1 change: 0 additions & 1 deletion components/buttons/dist/styles/chips/bootstrap4.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
cursor: pointer;
display: -ms-inline-flexbox;
display: inline-flex;
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
font-size: 12px;
font-weight: 400;
height: 24px;
Expand Down
1 change: 0 additions & 1 deletion components/buttons/dist/styles/chips/fabric-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
cursor: pointer;
display: -ms-inline-flexbox;
display: inline-flex;
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
font-size: 13px;
font-weight: 400;
height: 28px;
Expand Down
1 change: 0 additions & 1 deletion components/buttons/dist/styles/chips/fabric.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
cursor: pointer;
display: -ms-inline-flexbox;
display: inline-flex;
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
font-size: 13px;
font-weight: 400;
height: 28px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
cursor: pointer;
display: -ms-inline-flexbox;
display: inline-flex;
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
font-size: 13px;
font-weight: 400;
height: 28px;
Expand Down
1 change: 0 additions & 1 deletion components/buttons/dist/styles/chips/highcontrast.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
cursor: pointer;
display: -ms-inline-flexbox;
display: inline-flex;
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
font-size: 13px;
font-weight: 400;
height: 28px;
Expand Down
1 change: 0 additions & 1 deletion components/buttons/dist/styles/chips/material-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
cursor: pointer;
display: -ms-inline-flexbox;
display: inline-flex;
font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
font-size: 13px;
font-weight: 400;
height: 28px;
Expand Down
1 change: 0 additions & 1 deletion components/buttons/dist/styles/chips/material.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
cursor: pointer;
display: -ms-inline-flexbox;
display: inline-flex;
font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
font-size: 13px;
font-weight: 400;
height: 28px;
Expand Down
1 change: 0 additions & 1 deletion components/buttons/dist/styles/fabric-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -3649,7 +3649,6 @@
cursor: pointer;
display: -ms-inline-flexbox;
display: inline-flex;
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
font-size: 13px;
font-weight: 400;
height: 28px;
Expand Down
1 change: 0 additions & 1 deletion components/buttons/dist/styles/fabric.css
Original file line number Diff line number Diff line change
Expand Up @@ -3649,7 +3649,6 @@
cursor: pointer;
display: -ms-inline-flexbox;
display: inline-flex;
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
font-size: 13px;
font-weight: 400;
height: 28px;
Expand Down
1 change: 0 additions & 1 deletion components/buttons/dist/styles/highcontrast-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -3649,7 +3649,6 @@
cursor: pointer;
display: -ms-inline-flexbox;
display: inline-flex;
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
font-size: 13px;
font-weight: 400;
height: 28px;
Expand Down
Loading

0 comments on commit 94ab2e4

Please sign in to comment.