Skip to content

Commit 1a53e06

Browse files
author
pipeline
committed
v20.3.59 is released
1 parent 503095d commit 1a53e06

File tree

30 files changed

+137
-26
lines changed

30 files changed

+137
-26
lines changed

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.57",
3+
"version": "20.3.58",
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/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.3.59 (2022-11-29)
6+
7+
### DateTimePicker
8+
9+
#### Bug Fixes
10+
11+
- `#F178567` - The issue "Meridian value not converted from lower case into higher case" has been resolved.
12+
513
## 20.3.50 (2022-10-18)
614

715
### Calendar

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.57",
3+
"version": "20.3.58",
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

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

components/diagrams/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010

1111
- `#I418455` - Now, the resize handle has been rendered properly while set node pivot as 0,0.
1212
- `#I418026` - Now, the annotation for the swimlane child node is updated properly after dragging it outside the swimlane.
13+
- `#FB38642` - Now, the arg cancel property for sourcePoint and targetPoint change is working properly.
14+
- `#I419333` - Now, dragging a object outside the diagram canvas from symbol palette is updated properly.
15+
- `#I397852` - Now, defining connector without source or target id while injecting Line Routing is rendered properly.
16+
- `#I42108` - The issue on hovering the node ports has been resolved.
1317

1418
## 20.3.57 (2022-11-15)
1519

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.57",
3+
"version": "20.3.58",
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

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

33
## [Unreleased]
44

5+
## 20.3.59 (2022-11-29)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I417535` - The page number is not updated properly while inserting TOC.
12+
- `#I418000` , `#F178993` - Resolved the tab character width issue.
13+
514
## 20.3.58 (2022-11-22)
615

716
### 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.57",
3+
"version": "20.3.58",
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

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

33
## [Unreleased]
44

5+
## 20.3.59 (2022-11-29)
6+
7+
### ListBox
8+
9+
#### Bug Fixes
10+
11+
- `#F37860` - Issue with "Command button not working properly for multiselect in ListBox in Mac" has been resolved.
12+
513
## 20.3.58 (2022-11-22)
614

715
### MultiSelect

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

components/gantt/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.3.59 (2022-11-29)
6+
7+
### Gantt
8+
9+
#### Bug Fixes
10+
11+
- `#I419062` - Edit type issue when datasource is undefined issue has been fixed.
12+
- `#I417042` - A console error is thrown when updating the parent task's start date.
13+
- `#I419262` - The dependency line is rendered even after cancel.
14+
515
## 20.3.58 (2022-11-22)
616

717
### 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.57",
3+
"version": "20.3.58",
44
"description": "Essential JS 2 Gantt Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/grids/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.3.59 (2022-11-29)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#I397894` - When pressing Tab Key, the first focusable element in the grid is need to be focused, instead of grid container issue has been fixed.
12+
13+
## 20.3.58 (2022-11-22)
14+
15+
### Grid
16+
17+
#### Bug Fixes
18+
19+
- `#I413206` - Unsaved batch changes gets deleted when grouping enabled and perform show/hide column using column chooser has been fixed.
20+
- `#I413517` - column menu is now rendering properly with sticky header.
21+
- `#I414774` - Grid checkbox filter issue while pasting text and search has been resolved.
22+
- `#I415399` - Row Template issue while using react states to set grid datasource has been resolved.
23+
524
## 20.3.57 (2022-11-15)
625

726
### Grid

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.57",
3+
"version": "20.3.58",
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/inplaceeditor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-inplace-editor",
3-
"version": "20.3.47",
3+
"version": "20.3.56",
44
"description": "A package of Essential JS 2 Inplace editor components, which is used to edit and update the value dynamically in server. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/kanban/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 20.3.56 (2022-11-08)
5+
## 20.3.59 (2022-11-29)
66

77
### Kanban
88

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.57",
3+
"version": "20.3.58",
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/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.57",
3+
"version": "20.3.58",
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/pdfviewer/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.3.59 (2022-11-29)
6+
7+
### PDF Viewer
8+
9+
#### New Features
10+
11+
- `#I421694` - Now, Angular applications may render PDF Viewer controls without ID properties.
12+
- `#I409823` - Support was given for a custom margin property in the free text annotation.
13+
14+
#### Bug Fixes
15+
16+
- `#I419557` - Now, the `IsPrint` property values for text markup annotation have been properly updated.
17+
- `#I418726` - Now, the draw and image signature is now preserved while changing tabs on mobile devices.
18+
- `#I420588` - Now, the Script error does not occur while printing the document contains signature fields on non-rendered pages.
19+
- `#I420304` - Now, the script error does not occur while updating read only property programmatically.
20+
521
## 20.3.58 (2022-11-22)
622

723
### PDF Viewer
@@ -13,6 +29,7 @@
1329
#### Bug Fixes
1430

1531
- `#I418731` - Now, for fields with the same name, the export and import form fields' values have been properly updated.
32+
- `#I416298` - Now, the focus for signature and initial fields are proper in different zoom levels.
1633
- `#I411856` - The issue with programmatically updating the initial indicator properties has been resolved.
1734
- `#F178660` - Fixed issue with `RenderAnnotationComments` on `.NET 6.0` platform.
1835

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.57",
3+
"version": "20.3.58",
44
"description": "Essential JS 2 PDF viewer Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/pivotview/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.3.59 (2022-11-29)
6+
7+
### Pivot Table
8+
9+
#### Bug Fixes
10+
11+
- `#I405590` - The pivot table will now properly refresh while performing value sorting with the grouping bar and autofit enabled.
12+
- `#I420612` - The pivot table will now be rendered properly while switching between reports in the toolbar.
13+
- `#F420612` - The pivot table's alphanumeric sorting will now works properly.
14+
515
## 20.3.57 (2022-11-15)
616

717
### Pivot Table

components/popups/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.3.59 (2022-11-29)
6+
7+
### Dialog
8+
9+
#### Bug Fixes
10+
11+
- `#I415699` - Now, the `DialogUtility` position property works properly when X coordinates are passed as strings and Y coordinates are passed as numbers.
12+
- `#I420058` - Now, the Dialog Close icon Button top and left position values are equal.
13+
514
## 20.3.58 (2022-11-22)
615

716
### Tooltip

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.57",
3+
"version": "20.3.58",
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/querybuilder/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.3.59 (2022-11-29)
6+
7+
### QueryBuilder
8+
9+
#### Bug Fixes
10+
11+
- `#I404520` - Provided Localization support SQL query builder operators.
12+
- `#F178375` - Issue with Browser window get freezes when we set the Invalid SQL rule to query builder has been fixed.
13+
514
## 20.3.50 (2022-10-18)
615

716
### QueryBuilder

components/richtexteditor/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 20.3.56 (2022-11-08)
5+
## 20.3.59 (2022-11-29)
66

77
### RichTextEditor
88

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.57",
3+
"version": "20.3.58",
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",

components/spreadsheet/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 20.3.58 (2022-11-22)
6-
7-
### Spreadsheet
8-
9-
#### Bug Fixes
10-
11-
- `#I419656` - Issue with "font families are not applied properly to the font family drop-down list items" has been resolved.
12-
135
## 20.3.56 (2022-11-08)
146

157
### Spreadsheet
@@ -1225,6 +1217,14 @@ The Spreadsheet is an user interactive component to organize and analyze data in
12251217
- **Accessibility:** Provides with built-in accessibility support which helps to access all the spreadsheet component features using the keyboard, screen readers, or other assistive technology devices.
12261218

12271219

1220+
## 20.3.58 (2022-11-22)
1221+
1222+
### Spreadsheet
1223+
1224+
#### Bug Fixes
1225+
1226+
- `#I419656` - Issue with "font families are not applied properly to the font family drop-down list items" has been resolved.
1227+
12281228
## 20.3.57 (2022-11-15)
12291229

12301230
### Spreadsheet

components/spreadsheet/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-spreadsheet",
3-
"version": "20.3.57",
3+
"version": "20.3.58",
44
"description": "Feature-rich JavaScript Spreadsheet (Excel) control with built-in support for selection, editing, formatting, importing and exporting to Excel for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/treegrid/package.json

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

components/treemap/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@
1111

1212
## [Unreleased]
1313

14+
## 20.3.59 (2022-11-29)
15+
16+
### TreeMap
17+
18+
#### Bug Fixes
19+
20+
- `#F178496` - The legend items now render in the same order as the color mapping objects.
21+
1422
## 18.2.44 (2020-07-07)
1523

1624
### TreeMap

0 commit comments

Comments
 (0)