Skip to content

Commit 201bbf0

Browse files
author
pipeline
committed
v19.2.59 is released
1 parent 437821a commit 201bbf0

File tree

39 files changed

+192
-42
lines changed

39 files changed

+192
-42
lines changed

components/base/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.2.57 (2021-08-24)
5+
## 19.2.59 (2021-08-31)
66

77
### Common
88

components/charts/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 19.2.59 (2021-08-31)
6+
7+
### Chart
8+
9+
- `#I340170` - Resolved console error thrown on mouse move after removing the chart.
10+
- Accumulation chart explode is now working properly.
11+
- `339227` - Logarithmic axis is now working fine for data value below 1.
12+
513
## 19.2.57 (2021-08-24)
614

715
### Chart

components/charts/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-charts",
3-
"version": "19.2.56",
3+
"version": "19.2.57",
44
"description": "Feature-rich chart control with built-in support for over 25 chart types, technical indictors, trendline, zooming, tooltip, selection, crosshair and trackball. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

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.2.57 (2021-08-24)
8+
## 19.2.59 (2021-08-31)
99

1010
### CircularGauge
1111

components/diagrams/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 19.2.59 (2021-08-31)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I339487` - The issue "The connector drawing object does not snap to near by port" has been fixed.
12+
513
## 19.2.57 (2021-08-24)
614

715
### 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.2.56",
3+
"version": "19.2.57",
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: 23 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,34 @@
22

33
## [Unreleased]
44

5+
## 19.2.59 (2021-08-31)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I339105` - Resolved the number formatting color change issue.
12+
- `#I340265` - Text form field default value is preserved in word export.
13+
- `#I336632` - Style names are now properly listed in the drop down.
14+
- `#I338027` - Track changes close icon is now positioned properly in RTL mode.
15+
- `#I337566` - Resolved the table empty paragraph rendering issue.
16+
517
## 19.2.57 (2021-08-24)
618

719
### Document Editor
820

921
#### Bug Fixes
1022

11-
`#I335857` - Resolved the after spacing preservation issue in copy paste.
12-
`#I335107` - Resolved the table rendering issue.
13-
`#I334046` - Optimized the spell check by page service call in optimized spell check mode.
14-
`#I330165`, `#I327647`, `#I324515`, `#I338278` - Resolved the issues in comment delete and history operation.
15-
`#I336315` - Resolved the tab issue for the text with floating table.
16-
`#I319206` - Resolved issue with horizontal line shape rendering.
17-
`#F167416` - Line spacing is now preserved properly in server side export.
18-
`#I337720` - Resolved the localization in Document Editor.
19-
`#I335145`, `#I337499` - Resolved the text measuring issue when HTML and Body tag contains styles.
23+
- `#I335857` - Resolved the after spacing preservation issue in copy paste.
24+
- `#I335107` - Resolved the table rendering issue.
25+
- `#I336632` - Resolved the next style hierarchy issue.
26+
- `#I334046` - Optimized the spell check by page service call in optimized spell check mode.
27+
- `#I330165`, `#I327647`, `#I324515`, `#I338278` - Resolved the issues in comment delete and history operation.
28+
- `#I336315` - Resolved the tab issue for the text with floating table.
29+
- `#I319206` - Resolved issue with horizontal line shape rendering.
30+
- `#F167416` - Line spacing is now preserved properly in server side export.
31+
- `#I337720` - Resolved the localization in Document Editor.
32+
- `#I335145`, `#I337499` - Resolved the text measuring issue when HTML and Body tag contains styles.
2033

2134
## 19.2.56 (2021-08-17)
2235

@@ -26,7 +39,7 @@
2639

2740
- `#I337569` - Resolved the table relayout issue for the document with compatibility mode.
2841
- `#I331349` - Resolved the text content clipping issue.
29-
- `#I336632` - Resolved the next style hierarchy issue .
42+
- `#I336632` - Resolved the next style hierarchy issue.
3043

3144
## 19.2.55 (2021-08-11)
3245

components/documenteditor/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-documenteditor",
3-
"version": "19.2.56",
3+
"version": "19.2.57",
44
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/dropdowns/CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
## [Unreleased]
44

5-
## 19.2.57 (2021-08-24)
5+
## 19.2.59 (2021-08-31)
66

7-
### DropDownList
7+
### MultiSelect
88

99
#### Bug Fixes
1010

11-
- `#I339171`, `#F165604` - Issue with "selected value is not updated to the react hook form controller" has been resolved.
11+
- `#F166649` - Issue with "previously selected chip value is changed while selecting the custom value from popup" has been resolved.
1212

1313
## 19.2.55 (2021-08-11)
1414

@@ -1789,6 +1789,14 @@ DropDownList component contains a list of predefined values from which a single
17891789
- **Accessibility** - Provided with built-in accessibility support which helps to access all the DropDownList component features through the keyboard, screen readers, or other assistive technology devices.
17901790

17911791

1792+
## 19.2.57 (2021-08-24)
1793+
1794+
### DropDownList
1795+
1796+
#### Bug Fixes
1797+
1798+
- `#I339171`, `#F165604` - Issue with "selected value is not updated to the react hook form controller" has been resolved.
1799+
17921800
## 19.1.69 (2021-06-15)
17931801

17941802
### DropDownList

components/dropdowns/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-dropdowns",
3-
"version": "19.2.56",
3+
"version": "19.2.57",
44
"description": "Essential JS 2 DropDown Components for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)