Skip to content

Commit 6e2738c

Browse files
author
pipeline
committed
v16.4.52 is released
1 parent ab9fc8c commit 6e2738c

File tree

388 files changed

+2384
-1278
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

388 files changed

+2384
-1278
lines changed

README.md

Lines changed: 1 addition & 1 deletion

components/base/CHANGELOG.md

Lines changed: 17 additions & 1 deletion

components/base/ReadMe.md

Lines changed: 1 addition & 1 deletion

components/base/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-base",
3-
"version": "16.3.21",
3+
"version": "16.4.48",
44
"description": "A common package of Essential JS 2 base Angular libraries, methods and class definitions",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
@@ -25,7 +25,7 @@
2525
},
2626
"dependencies": {
2727
"@syncfusion/ej2-base": "*",
28-
"zone.js": "^0.7.2",
28+
"zone.js": "0.7.2 - 0.8.28",
2929
"core-js": "^2.4.1",
3030
"reflect-metadata": "^0.1.9",
3131
"rxjs": "^5.0.0"

components/base/spec/app.pipe.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ export class check implements PipeTransform {
99
return true;
1010
}
1111
}
12-
}
12+
}

components/base/spec/complex-array-base.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ describe('=> Complex Component for pipe => ', () => {
122122

123123
});
124124

125-
126125
describe('=> Complex Component => ', () => {
127126
let comp: AppComponent;
128127
let fixture: ComponentFixture<AppComponent>;

components/base/spec/form-base.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ describe('Form Base Coverage Test', () => {
142142
});
143143
it("checking value type, if obj type do stringify", () => {
144144
let formCmpt: FormBase<any> = new FormBase();
145-
formCmpt.value = {value:{check:'hello'}};
145+
formCmpt.value = { value: { check: 'hello' } };
146146
formCmpt.writeValue(formCmpt.value);
147147
formCmpt.localChange(formCmpt.value);
148148
let check = formCmpt.objCheck;

components/base/spec/pipe.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,4 +113,4 @@ export class ControlComponent1 extends DemoBase implements IComponentBase {
113113

114114
}
115115

116-
export const pipeComponents = [check, ControlComponent1, ChildDirective, ChildsDirective, SubChildDirective, SubChildsDirective];
116+
export const pipeComponents = [check, ControlComponent1, ChildDirective, ChildsDirective, SubChildDirective, SubChildsDirective];

components/buttons/CHANGELOG.md

Lines changed: 7 additions & 9 deletions

components/buttons/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-angular-buttons",
3-
"version": "16.2.41",
3+
"version": "16.4.47",
44
"description": "A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)