Skip to content

Commit ff6c31b

Browse files
author
pipeline
committed
v19.1.64 is released
1 parent a04f164 commit ff6c31b

File tree

1,371 files changed

+116
-44
lines changed

Some content is hidden

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

1,371 files changed

+116
-44
lines changed

components/barcodegenerator/CHANGELOG.md src/barcodegenerator/CHANGELOG.md

-2
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

components/base/CHANGELOG.md src/base/CHANGELOG.md

+5-1
File renamed without changes.
File renamed without changes.
File renamed without changes.

components/base/package.json src/base/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-base",
3-
"version": "19.1.54",
3+
"version": "19.1.63",
44
"description": "A common package of Essential JS 2 React base, methods and class definitions",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
File renamed without changes.
File renamed without changes.
File renamed without changes.

components/base/src/component-base.ts src/base/src/component-base.ts

+3-5
Original file line numberDiff line numberDiff line change
@@ -300,12 +300,10 @@ export class ComponentBase<P, S> extends React.Component<P, S> {
300300
}
301301
}
302302
else {
303-
if (!this.compareValues(newProp, oldProp)) {
304-
if (!propName) {
305-
return { status: false };
306-
}
307-
status = false;
303+
if (!propName) {
304+
return { status: false };
308305
}
306+
status = false;
309307
}
310308
if (Object.keys(curObj).length) {
311309
diffArray.push({ index: i, value: curObj, key: propName });
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

components/calendars/package.json src/calendars/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-calendars",
3-
"version": "19.1.56",
3+
"version": "19.1.63",
44
"description": "A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

components/charts/CHANGELOG.md src/charts/CHANGELOG.md

-2
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

components/circulargauge/CHANGELOG.md src/circulargauge/CHANGELOG.md

-2
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

components/diagrams/CHANGELOG.md src/diagrams/CHANGELOG.md

+6
File renamed without changes.
File renamed without changes.

components/diagrams/package.json src/diagrams/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-diagrams",
3-
"version": "19.1.59",
3+
"version": "19.1.63",
44
"description": "Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)