Skip to content

Commit 503095d

Browse files
author
pipeline
committed
v20.3.58 is released
1 parent b6cfd7b commit 503095d

37 files changed

+176
-35
lines changed

components/buttons/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.3.58 (2022-11-22)
6+
7+
### Checkbox
8+
9+
#### Bug Fixes
10+
11+
- The Issue with the checkbox label size in the Fluent theme has been fixed.
12+
513
## 20.3.57 (2022-11-15)
614

715
### Chips

components/buttons/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-buttons",
3-
"version": "20.3.56",
3+
"version": "20.3.57",
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/charts/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.3.58 (2022-11-22)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I412377` - Now axis labels are placed inside the chart properly.
12+
- `#I412377` - Margin gets added when adding the axes dynamically issue has been fixed .
13+
- `#F178666` - Now the data point aria label is proper.
14+
15+
### Stock Chart
16+
17+
#### Bug Fixes
18+
19+
- `#I418512` - Console error when specifying `labelRotation` for stockchart issue has been fixed.
20+
521
## 20.3.57 (2022-11-15)
622

723
### Chart

components/charts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-charts",
3-
"version": "20.3.56",
3+
"version": "20.3.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/diagrams/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## [Unreleased]
44

5+
## 20.3.58 (2022-11-22)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I418455` - Now, the resize handle has been rendered properly while set node pivot as 0,0.
12+
- `#I418026` - Now, the annotation for the swimlane child node is updated properly after dragging it outside the swimlane.
13+
514
## 20.3.57 (2022-11-15)
615

716
### Diagram

components/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": "20.3.56",
3+
"version": "20.3.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

+15
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
## [Unreleased]
44

5+
## 20.3.58 (2022-11-22)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I417708` - Comment with multiple paragraph is now exported properly.
12+
- `#I414849` - Textbox with no outline is now exported properly.
13+
- `#I419171` - Resolved the script error while discarding the unposted comment.
14+
- `#I417911` - Resolved the consecutive symbol selection issue while selecting text with white spaces.
15+
- `#I418127` - Image width and height is now resized to fit inside the page width.
16+
- `#I417899` - Table borders are now removed when border style set as none.
17+
- `#I417257` - Ordinal number format is now preserved properly in exported word document.
18+
- `#F178501` - Resolved document corruption issue due to insert revision not serialized properly.
19+
520
## 20.3.57 (2022-11-15)
621

722
### Document Editor

components/documenteditor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-documenteditor",
3-
"version": "20.3.56",
3+
"version": "20.3.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

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

33
## [Unreleased]
44

5-
## 20.3.57 (2022-11-15)
5+
## 20.3.58 (2022-11-22)
6+
7+
### MultiSelect
8+
9+
#### Bug Fixes
10+
11+
- `#FB38693` - The issue "Multiselect dropdown icon is not aligned properly" has been resolved.
12+
13+
## 20.3.56 (2022-11-08)
614

715
### ListBox
816

components/dropdowns/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-dropdowns",
3-
"version": "20.3.50",
3+
"version": "20.3.56",
44
"description": "Essential JS 2 DropDown Components for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/gantt/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.3.58 (2022-11-22)
6+
7+
### Gantt
8+
9+
#### Bug Fixes
10+
11+
- `#I416610` - Able to scroll vertically when virtual scrolling enabled without scrollable records issue has been fixed.
12+
- `#I417049` - Adding duration to an unscheduled task affects the project start date.
13+
14+
- `#I417049` - Adding duration to an unscheduled task affects the project start date.
15+
516
## 20.3.57 (2022-11-15)
617

718
### Gantt

components/gantt/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-gantt",
3-
"version": "20.3.56",
3+
"version": "20.3.57",
44
"description": "Essential JS 2 Gantt Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/grids/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-grids",
3-
"version": "20.3.56",
3+
"version": "20.3.57",
44
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/inputs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-inputs",
3-
"version": "20.3.56",
3+
"version": "20.3.57",
44
"description": "A package of Essential JS 2 input components such as Textbox, Color-picker, Masked-textbox, Numeric-textbox, Slider, Upload, and Form-validator that is used to get input from the users. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/layouts/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.3.58 (2022-11-22)
6+
7+
### DashboardLayout
8+
9+
#### Bug Fixes
10+
11+
- `#I417930` - The panel exceeding the parent container while dragging or resizing in the DashboardLayout component has been resolved.
12+
13+
### Splitter
14+
15+
#### Bug Fixes
16+
17+
- `#I413810` - The issue with the custom component does not get unmounted with the property update, when placed inside the content template has been resolved.
18+
19+
- `#I413810` - The issue with the custom component does not get unmounted with the property update, when placed inside the content template has been resolved.
20+
21+
522
## 20.3.57 (2022-11-15)
623

724
### Dashboard Layout

components/layouts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-layouts",
3-
"version": "20.3.56",
3+
"version": "20.3.57",
44
"description": "A package of Essential JS 2 layout pure CSS components such as card and avatar. The card is used as small container to show content in specific structure, whereas the avatars are icons, initials or figures representing particular person. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/lineargauge/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-lineargauge",
3-
"version": "20.3.47",
3+
"version": "20.3.56",
44
"description": "Essential JS 2 LinearGauge Components for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/navigations/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 20.3.57 (2022-11-15)
5+
## 20.3.58 (2022-11-22)
6+
7+
### Carousel
8+
9+
#### Bug Fixes
10+
11+
- `#I419341` - The Blank carousel item displayed on `autoplay` when a single item alone is rendered has been resolved.
612

713
### TreeView
814

915
#### Bug Fixes
1016

11-
- `#I417236` - The accessibility issue mentioned in the TreeView component has been resolved.
1217
- `#I415849` - The issue with "Expand animation is not working for the dynamically added node on initial expanding in TreeView" has been resolved.
1318

14-
- `#I415849` - The issue with "Expand animation is not working for the dynamically added node on initial expanding in TreeView" has been resolved.
19+
## 20.3.57 (2022-11-15)
20+
21+
- `#I417236` - The accessibility issue mentioned in the TreeView component has been resolved.
1522

1623
## 20.3.50 (2022-10-18)
1724

components/navigations/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-navigations",
3-
"version": "20.3.56",
3+
"version": "20.3.57",
44
"description": "A package of Essential JS 2 navigation components such as Tree-view, Tab, Toolbar, Context-menu, and Accordion which is used to navigate from one page to another for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/notifications/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-notifications",
3-
"version": "20.3.47",
3+
"version": "20.3.56",
44
"description": "A package of Essential JS 2 notification components such as Toast and Badge which used to notify important information to end-users. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/pdfviewer/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
## [Unreleased]
44

5+
## 20.3.58 (2022-11-22)
6+
7+
### PDF Viewer
8+
9+
#### New Features
10+
11+
- `#I412460` - Now, the ability to support retrying Ajax requests with a status code collection.
12+
13+
#### Bug Fixes
14+
15+
- `#I418731` - Now, for fields with the same name, the export and import form fields' values have been properly updated.
16+
- `#I411856` - The issue with programmatically updating the initial indicator properties has been resolved.
17+
- `#F178660` - Fixed issue with `RenderAnnotationComments` on `.NET 6.0` platform.
18+
519
## 20.3.57 (2022-11-15)
620

721
### PDF Viewer

components/pdfviewer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-pdfviewer",
3-
"version": "20.3.56",
3+
"version": "20.3.57",
44
"description": "Essential JS 2 PDF viewer Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/pivotview/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-pivotview",
3-
"version": "20.3.56",
3+
"version": "20.3.57",
44
"description": "The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/popups/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 20.3.57 (2022-11-15)
5+
## 20.3.58 (2022-11-22)
66

77
### Tooltip
88

@@ -17,7 +17,6 @@
1717
#### Bug Fixes
1818

1919
- `#F177524` - The script error "When setting `opensOn` as `Click` with a dynamic content in the React Tooltip component" has been resolved.
20-
- `#I415386` - The Tooltip not shown for dynamically added target while pressing Tab key has been resolved.
2120

2221
## 20.3.50 (2022-10-18)
2322

components/popups/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-popups",
3-
"version": "20.3.56",
3+
"version": "20.3.57",
44
"description": "A package of Essential JS 2 popup components such as Dialog and Tooltip that is used to display information or messages in separate pop-ups. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/progressbar/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-progressbar",
3-
"version": "20.3.56",
3+
"version": "20.3.57",
44
"description": "Essential JS 2 ProgressBar Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/querybuilder/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-querybuilder",
3-
"version": "20.3.50",
3+
"version": "20.3.56",
44
"description": "Essential JS 2 QueryBuilder for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/richtexteditor/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.3.56 (2022-11-08)
6+
7+
### RichTextEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I411229` - Now, pressing the enter key at the start of a line after deleting the previous line works properly.
12+
- `#I412883` - Now, pressing the enter key at the start of the dynamically inserted text works properly.
13+
- `#I412540` - Now, the indentation format is maintained properly when pasting content from MS Word.
14+
- `#I416708` - Now, pressing the backspace key after pasting contents from MS Word works properly.
15+
516
## 20.3.47 (2022-09-29)
617

718
### RichTextEditor

components/richtexteditor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-richtexteditor",
3-
"version": "20.3.47",
3+
"version": "20.3.56",
44
"description": "Essential JS 2 RichTextEditor component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/schedule/CHANGELOG.md

+12-3
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,24 @@
22

33
## [Unreleased]
44

5-
## 20.3.57 (2022-11-15)
5+
## 20.3.58 (2022-11-22)
66

77
### Schedule
88

99
#### Bug fixes
1010

11-
`#I415847` - An issue with Edit recurrence series to greater than its end date has been fixed.
12-
`#I415323` - An issue with timeline month view appointment flickers on initial resizing has been fixed.
11+
- `#F178747` - An issue with Appointments positioning when navigate to the next date via swiping in mobile mode has been fixed.
12+
13+
- `#I420462` - Script error throws when changing the resource in mobile mode has been fixed.
14+
15+
## 20.3.57 (2022-11-15)
16+
17+
### Schedule
18+
19+
#### Bug fixes
1320

21+
- `#I415847` - An issue with Edit recurrence series to greater than its end date has been fixed.
22+
- `#I415323` - An issue with timeline month view appointment flickers on initial resizing has been fixed.
1423

1524
## 20.3.56 (2022-11-08)
1625

components/schedule/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-schedule",
3-
"version": "20.3.56",
3+
"version": "20.3.57",
44
"description": "Flexible scheduling library with more built-in features and enhanced customization options similar to outlook and google calendar, allowing the users to plan and manage their appointments with efficient data-binding support. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)