Skip to content

Commit 01fadef

Browse files
author
pipeline
committed
v20.4.40 is released
1 parent 9620997 commit 01fadef

Some content is hidden

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

53 files changed

+443
-598
lines changed

components/barcodegenerator/package.json

-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
77
"keywords": [
8-
"ej2",
9-
"Syncfusion",
10-
"web-components",
11-
"barcode",
128
"react",
139
"react-barcodes",
1410
"ej2-react-barcodes"

components/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": "17.24.0",
3+
"version": "20.4.38",
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

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## [Unreleased]
44

5+
## 20.4.40 (2022-12-28)
6+
7+
### Chips
8+
9+
#### Bug Fixes
10+
11+
- `#I422262` - Added the aria-disabled attribute to the disabled Chip items.
12+
13+
- `#I422262` - Added the aria-disabled attribute to the disabled Chip items.
14+
15+
516
## 20.3.47 (2022-09-29)
617

718
### Floating Action Button `Preview`

components/buttons/package.json

-28
Original file line numberDiff line numberDiff line change
@@ -5,34 +5,6 @@
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
77
"keywords": [
8-
"ej2",
9-
"syncfusion",
10-
"ej2-buttons",
11-
"button",
12-
"ej2 button",
13-
"checkbox",
14-
"ej2 checkbox",
15-
"checkboxes",
16-
"radio button",
17-
"radiobutton",
18-
"radiobuttons",
19-
"ej2 radiobutton",
20-
"switch",
21-
"ej2 switch",
22-
"primary button",
23-
"flat button",
24-
"round button",
25-
"icon button",
26-
"togglebutton",
27-
"toggle button",
28-
"form control",
29-
"form controls",
30-
"input",
31-
"fab",
32-
"floating button",
33-
"floating action button",
34-
"speeddial",
35-
"floating menu",
368
"react",
379
"reactjs",
3810
"ej2-react-buttons",

components/calendars/package.json

-36
Original file line numberDiff line numberDiff line change
@@ -5,42 +5,6 @@
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
77
"keywords": [
8-
"ej2",
9-
"syncfusion",
10-
"web-components",
11-
"calendar",
12-
"date",
13-
"time",
14-
"datetime",
15-
"daterange",
16-
"culture",
17-
"month",
18-
"year",
19-
"decade",
20-
"timepicker",
21-
"strict-mode",
22-
"step",
23-
"interval",
24-
"min",
25-
"max",
26-
"globalization",
27-
"datepicker",
28-
"daterangepicker",
29-
"datetimepicker",
30-
"enable-persistence",
31-
"locale",
32-
"value",
33-
"format",
34-
"week-number",
35-
"enable-rtl",
36-
"presets",
37-
"min-days",
38-
"max-days",
39-
"start-date",
40-
"end-date",
41-
"time-format",
42-
"rangepicker",
43-
"month-picker",
448
"react",
459
"react-calendars",
4610
"ej2-react-calendars"

components/charts/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## [Unreleased]
44

5+
## 20.4.40 (2022-12-28)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I423644` - Now axis label is aligned properly when minimum value is high.
12+
- `#I423606` - Trendline is now proper for zero values,
13+
- `#I424547` - Now zooming the multi colored line is working properly.
14+
515
## 20.4.38 (2022-12-21)
616

717
### Chart

components/charts/package.json

+8-28
Original file line numberDiff line numberDiff line change
@@ -5,39 +5,19 @@
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
77
"keywords": [
8-
"ej2-chart",
9-
"chart",
10-
"pie",
11-
"ej2-pie",
12-
"accumulation-chart",
13-
"ej2-rangeNavigator",
14-
"rangenavigator",
15-
"stockchart",
16-
"accumulation",
17-
"syncfusion",
18-
"web-components",
19-
"Javascript",
20-
"Typescript",
21-
"data",
22-
"sparkline",
23-
"Sparkline ej2-smithchart",
24-
"smithchart",
25-
"bulletchart",
26-
"syncfusion",
278
"react",
289
"reactjs",
2910
"react-charts",
30-
"ej2-react-charts",
31-
"react-accumulationchart",
32-
"ej2-react-accumulationchart",
11+
"react-graph",
12+
"react-stock-chart",
13+
"react-accumulation-chart",
3314
"react-rangenavigator",
34-
"ej2-react-rangenavigator",
15+
"react-rangeselector",
3516
"react-sparkline",
36-
"ej2-react-sparkline",
37-
"react-smithchart",
38-
"ej2-react-smithchart",
39-
"react-bulletchart",
40-
"ej2-react-bulletchart"
17+
"react-sparkline-chart",
18+
"react-smith-chart",
19+
"react-bullet-chart",
20+
"react-bullet-graph"
4121
],
4222
"repository": {
4323
"type": "git",

components/circulargauge/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
## [Unreleased]
77

8-
## 20.4.38 (2022-12-21)
8+
## 20.4.40 (2022-12-28)
99

1010
### Circular Gauge
1111

components/circulargauge/package.json

-25
Original file line numberDiff line numberDiff line change
@@ -5,31 +5,6 @@
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
77
"keywords": [
8-
"ej2",
9-
"syncfusion",
10-
"ej2-circulargauge",
11-
"typescript",
12-
"javascript",
13-
"circular",
14-
"gauge",
15-
"arc-gauge",
16-
"radial-gauge",
17-
"semi-circular-gauge",
18-
"quarter-circular-gauge",
19-
"half-gauge",
20-
"quarter-gauge",
21-
"scale",
22-
"range",
23-
"multiple-ranges",
24-
"axis",
25-
"needle",
26-
"pointer",
27-
"multiple-pointers",
28-
"ticks",
29-
"labels",
30-
"annotation",
31-
"animation",
32-
"template",
338
"react",
349
"reactjs",
3510
"react-circulargauge",

components/diagrams/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 20.4.38 (2022-12-21)
5+
## 20.4.40 (2022-12-28)
66

77
### Diagram
88

components/diagrams/package.json

-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
77
"keywords": [
8-
"ej2",
9-
"Syncfusion",
10-
"web-components",
11-
"diagram",
128
"react",
139
"react-diagrams",
1410
"ej2-react-diagrams"

components/documenteditor/CHANGELOG.md

+105-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,111 @@
22

33
## [Unreleased]
44

5-
## 20.4.38 (2022-12-21)
5+
## 20.4.40 (2022-12-28)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I421680` - Resolved the paragraph overlapping and border issue while opening the attached document.
12+
- `#I424498` - Attached document with hyperlink text is now displayed properly.
13+
- `#I425696` - Resolved the overlap issue in options pane.
14+
15+
## 20.3.60 (2022-12-06)
16+
17+
### Document Editor
18+
19+
#### Bug Fixes
20+
21+
- `#I418719` - Resolved the issue with removing bookmark element.
22+
- `#I420043` - Table of content (TOC) is now updated properly.
23+
24+
## 20.3.59 (2022-11-29)
25+
26+
### Document Editor
27+
28+
#### Bug Fixes
29+
30+
- `#I417535` - The page number is not updated properly while inserting TOC.
31+
- `#I418000` , `#F178993` - Resolved the tab character width issue.
32+
33+
## 20.3.58 (2022-11-22)
34+
35+
### Document Editor
36+
37+
#### Bug Fixes
38+
39+
- `#I417708` - Comment with multiple paragraph is now exported properly.
40+
- `#I414849` - Textbox with no outline is now exported properly.
41+
- `#I419171` - Resolved the script error while discarding the unposted comment.
42+
- `#I417911` - Resolved the consecutive symbol selection issue while selecting text with white spaces.
43+
- `#I418127` - Image width and height is now resized to fit inside the page width.
44+
- `#I417899` - Table borders are now removed when border style set as none.
45+
- `#I417257` - Ordinal number format is now preserved properly in exported word document.
46+
- `#F178501` - Resolved document corruption issue due to insert revision not serialized properly.
47+
48+
## 20.3.57 (2022-11-15)
49+
50+
### Document Editor
51+
52+
#### Bug Fixes
53+
54+
- `#I415922` - Resolved the browser hanging issue while opening the document.
55+
- `#I415359` - Resolved the table layouting issue while resizing the table.
56+
- `#I414775` - Resolved the layouting issue while inserting page break.
57+
- `#I414224` - Table resizing is now working properly in header/footer.
58+
- `#I413303`, `#I417629` - Resolved the script error while opening the word document.
59+
- `#I413477` - Resolved the script error while deleting text with comment.
60+
- `#F178063` - Scrolling on bookmark navigation is now working similar to Microsoft Word.
61+
62+
## 20.3.56 (2022-11-08)
63+
64+
### Document Editor
65+
66+
#### Bug Fixes
67+
68+
- `#FB37929` - Resolved the exception while exporting the document with duplicate character style.
69+
- `#I412146` - Resolved the script error while opening the document.
70+
- `#I408099` - Resolved the list numbering issue.
71+
- `#I412284` - Table border is now rendering properly.
72+
- `#I413316` - Resolved the script error while deleting content of few pages.
73+
- `#I414066` - Resolved the script error while modifying locale key.
74+
- `#I412817` - Formatting is now applied properly in track changes protection mode.
75+
- `#I413284` - Strike through is now properly skipped for trailing space characters like Microsoft Word.
76+
- `#I412529` - Resolved the script error while opening html document with nested list.
77+
78+
#### New Features
79+
80+
- `#I297837`, `#I336116`, `#I342219`, `#I346980`, `#F164814`, `#F168911` - Improved the display of the RTL text in a bi-directional layout.
81+
82+
## 20.3.52 (2022-10-26)
83+
84+
### Document Editor
85+
86+
#### Bug Fixes
87+
88+
- `#I410179` - Cell background color is now rendering properly.
89+
- `#I411016` - List numbering is now rendered properly.
90+
- `#I411008` - Paragraph border is now rendering properly.
91+
- `#FB37770` - Resolved the script error while printing the document.
92+
- `#I409887` - Replacing text with bookmark is now working properly.
93+
94+
## 20.3.50 (2022-10-18)
95+
96+
### Document Editor
97+
98+
#### Bug Fixes
99+
100+
- `#I410296` - Tooltip for the show/hide properties button is now updated properly.
101+
- `#I407021` - Table properties are now reverted properly on undo/redo.
102+
- `#I408686` - Comments pane is now switching properly while adding comment.
103+
- `#I409821` - Resolved the next paragraph deletion issue while switching paste option.
104+
- `#I408431` - Resolved the script error while opening the document with track changes.
105+
- `#I409991` - Resolved the table layouting issue.
106+
- `#I407092` - Resolved the paragraph border rendering issue.
107+
- `#I410940` - Resolved the script error while merging cells in header/footer.
108+
109+
## 20.3.49 (2022-10-11)
6110

7111
### Document Editor
8112

components/dropdowns/CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,30 @@
22

33
## [Unreleased]
44

5+
## 20.4.40 (2022-12-28)
6+
7+
### Dropdown Tree
8+
9+
#### Bug Fixes
10+
11+
- `#F178650` - Resolved the error after perform filtering in Dropdown Tree while updating data dynamically
12+
13+
### ListBox
14+
15+
#### Bug Fixes
16+
17+
- `#F424252` - Issue with "Data source not update properly when we filtering and clicking move All button in listbox toolbar sample" has been resolved.
18+
- `#I423072` - Issue with "`actionBegin` event argument not passes the filtered item properly while filtering and clicking move All button in listbox toolbar sample" has been resolved.
19+
520
## 20.4.38 (2022-12-21)
621

22+
### Dropdown Tree
23+
24+
#### New Features
25+
26+
- `#I395558` - Provided enableHtmlSanitizer support for Dropdown Tree component.
27+
- `#F169154`, `#I424048` - Provided an option to prevent the parent node selection in the Dropdown Tree component.
28+
729
### ListBox
830

931
#### Bug Fixes

0 commit comments

Comments
 (0)