Skip to content

Commit c5982cb

Browse files
author
pipeline
committed
v19.1.67 is released
1 parent 00387aa commit c5982cb

Some content is hidden

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

44 files changed

+314
-105
lines changed

components/barcodegenerator/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 19.1.66 (2021-06-01)
5+
## 19.1.67 (2021-06-08)
66

77
### Barcode
88

components/base/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22

33
## [Unreleased]
44

5-
## 19.1.66 (2021-06-01)
5+
## 19.1.67 (2021-06-08)
6+
7+
### Common
8+
9+
- `F164392` - Resolved the issue with Value is not updated if we update the state in `useEffect()` hook for `Dropdownlist`.
10+
11+
## 19.1.65 (2021-05-25)
612

713
### Common
814

components/base/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-react-base",
3-
"version": "19.1.64",
3+
"version": "19.1.65",
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",

components/base/src/component-base.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ export class ComponentBase<P, S> extends React.Component<P, S> {
7171
private canDelayUpdate: boolean;
7272
private reactElement: HTMLElement;
7373
public portals:any;
74+
protected value: any;
7475
// Lifecycle methods are changed by React team and so we can deprecate this method and use
7576
// Reference link:https://reactjs.org/docs/react-component.html#unsafe_componentWillMount
7677
// tslint:disable-next-line:no-any
@@ -180,6 +181,9 @@ export class ComponentBase<P, S> extends React.Component<P, S> {
180181
public getDefaultAttributes(): Object {
181182
this.isReact = true;
182183
let propKeys: string[] = Object.keys(this.props);
184+
if (this.getModuleName() === "autocomplete" || "drpdownlist") {
185+
this.value = (<{ [key: string]: Object }>this.props)["value"];
186+
}
183187
if(!this.htmlattributes) {
184188
this.htmlattributes = {};
185189
}

components/calendars/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-react-calendars",
3-
"version": "19.1.64",
3+
"version": "19.1.66",
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",

components/charts/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,19 @@
22

33
## [Unreleased]
44

5-
## 19.1.65 (2021-05-25)
5+
## 19.1.67 (2021-06-08)
66

77
### Chart
88

99
#### Bug Fixes
1010

11+
- `#F165670` - Marker Explode is now rendered properly with image.
1112
- `#328528` - Histogram is rendering properly when the `binInterval` value is 0.
13+
- `#328780` - `multiLevelLabelClick` event is now triggering in canvas mode.
14+
15+
## 19.1.65 (2021-05-25)
16+
17+
### Chart
1218

1319
### Stock Chart
1420

components/circulargauge/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
## [Unreleased]
77

8-
## 19.1.66 (2021-06-01)
8+
## 19.1.67 (2021-06-08)
99

1010
### CircularGauge
1111

components/diagrams/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## [Unreleased]
44

5+
## 19.1.67 (2021-06-08)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I327457` - The issue with node gradient is not applied while continuously performing the undo and redo functionality issue has been fixed.
12+
- `#330528` - The issue "Connector horizontal Alignment is not rendered properly at initial rendering" has been fixed.
13+
514
## 19.1.66 (2021-06-01)
615

716
### Diagram

components/diagrams/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-react-diagrams",
3-
"version": "19.1.65",
3+
"version": "19.1.66",
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",

components/documenteditor/CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,27 @@
22

33
## [Unreleased]
44

5+
## 19.1.67 (2021-06-08)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#FB25004` - Exported document with table is opened properly in Libre Office.
12+
- `#I325323` - Textbox shape is now rendered properly.
13+
- `#FB24917` - Document is now exporting properly after deleting comment.
14+
- `#F163116` - Hanging indent is now retrieved properly in paragraph dialog.
15+
- `#I327769` - Checkbox is now layout properly.
16+
- `#I326567` - Nested table with preferred width type percent now rendered properly.
17+
- `#I328479` - Resolved script error while deleting merged cells.
18+
519
## 19.1.66 (2021-06-01)
620

721
### Document Editor
822

923
- `#I326144` - Resolved the issue with multi line track changes.
1024
- `#I328063` - Document with checkbox form field applied with to character format is now opened properly.
11-
- `#I328067` - Resoved the navigation issue in inline form field editing.
25+
- `#I328067` - Resolved the navigation issue in inline form field editing.
1226
- `#F164875`, `#F163714` - Resolved the unsupported textbox border as square border.
1327
- `#I327817` - Resolved the script error in using insert footnote in custom toolbar.
1428
- `#I325320` - Page number is now updated properly.

0 commit comments

Comments
 (0)