Skip to content

Commit 3ac1d66

Browse files
author
pipeline
committed
v20.4.42 is released
1 parent 01fadef commit 3ac1d66

File tree

44 files changed

+223
-187
lines changed

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

+223
-187
lines changed

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": "20.4.38",
3+
"version": "20.4.42",
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/buttons/CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,21 @@
22

33
## [Unreleased]
44

5-
## 20.4.40 (2022-12-28)
5+
## 20.4.42 (2023-01-04)
66

7-
### Chips
7+
### Checkbox
88

99
#### Bug Fixes
1010

11-
- `#I422262` - Added the aria-disabled attribute to the disabled Chip items.
11+
- `#I427235` - The issue `cssClass` property not updated properly while string with a white space in the end of the property in checkbox has been fixed.
12+
13+
### Chips
14+
15+
#### Bug Fixes
1216

1317
- `#I422262` - Added the aria-disabled attribute to the disabled Chip items.
1418

19+
## 20.4.40 (2022-12-28)
1520

1621
## 20.3.47 (2022-09-29)
1722

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

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": "18.30.7",
3+
"version": "20.4.40",
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: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
## [Unreleased]
44

5+
## 20.4.42 (2023-01-04)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#F179514` - Now the alignment of text is proper in the header of the tooltip and crosshair tooltip text.
12+
- `#I401851` - Axis title overlaps with axis labels issue has been fixed.
13+
14+
### RangeNavigator
15+
16+
#### Bug Fixes
17+
18+
- `#I413509` - Now period selectors are updating properly for the range selector changes.
19+
520
## 20.4.40 (2022-12-28)
621

722
### 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": "20.7.10",
3+
"version": "20.4.40",
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/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-circulargauge",
3-
"version": "16.40.22",
3+
"version": "20.4.40",
44
"description": "Essential JS 2 CircularGauge Components for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/diagrams/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.4.42 (2023-01-04)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I426113` - Now, bezier control points dragging is restricted when we hide control points.
12+
- `#I425406` - Now, the bezier segment points are not static when we move connector source or target node.
13+
- `#I422049` - Now, calling doLayout after injecting line routing module working properly.
14+
- `#I421754` - The issue on tooltip relative mode mouse is now working properly.
15+
- `#I423978` - Now, HTML nodes gets update properly in the overview while auto scroll the diagram.
16+
517
## 20.4.40 (2022-12-28)
618

719
### 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.13.9",
3+
"version": "20.4.40",
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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
22

33
## [Unreleased]
44

5+
## 20.4.42 (2023-01-04)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I423889` - Resolved the text alignment issue in RTL paragraph.
12+
- `#I423889` - Resolved the content overlapping issue in RTL paragraph
13+
- `#F179129` - Resolved the paragraph format applying issue.
14+
- `#I419630` - Resolved the script error while opening a document containing clustered bar chart.
15+
- `#I422366`, `#I423320` - Resolved the script error while removing content in protected document.
16+
- `#I424337` - Handled mouse selection inside table cell similar to Microsoft Word.
17+
- `#F179297` - Resolved the comment icon positioning issue.
18+
19+
- `#I423889` - Resolved the text alignment issue in RTL paragraph.
20+
- `#I423889` - Resolved the content overlapping issue in RTL paragraph
21+
- `#F179129` - Resolved the paragraph format applying issue.
22+
- `#I419630` - Resolved the script error while opening a document containing clustered bar chart.
23+
- `#I422366`, `#I423320` - Resolved the script error while removing content in protected document.
24+
- `#I424337` - Handled mouse selection inside table cell similar to Microsoft Word.
25+
- `#F179297` - Resolved the comment icon positioning issue.
26+
27+
528
## 20.4.40 (2022-12-28)
629

730
### Document Editor

0 commit comments

Comments
 (0)