Skip to content

Commit 2269e04

Browse files
author
pipeline
committed
v20.4.49 is released
1 parent 62589a5 commit 2269e04

Some content is hidden

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

48 files changed

+307
-80
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.42",
3+
"version": "20.4.48",
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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 20.4.49 (2023-02-07)
6+
7+
### Switch
8+
9+
#### Bug Fixes
10+
11+
- `#I427994` - Provided aria-label and id `htmlAttributes` support to the switch component.
12+
513
## 20.4.44 (2023-01-18)
614

715
### Switch

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": "20.4.44",
3+
"version": "20.4.48",
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": "20.4.44",
3+
"version": "20.4.48",
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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## [Unreleased]
44

5+
## 20.4.49 (2023-02-07)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I430549` - The axis labels getting cut off when rotating the labels has been fixed.
12+
- `#F180163` - Removed the chart focus element when changing to the next page.
13+
- `#I432239` - Now, the chartDoubleClick event is triggered when used in conjunction with the chartMouseClick event.
14+
- `#I431278` - Data label is now rendered properly when using a template.
15+
516
## 20.4.48 (2023-02-01)
617

718
### 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.4.44",
3+
"version": "20.4.48",
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/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": "20.4.42",
3+
"version": "20.4.48",
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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## [Unreleased]
44

5+
## 20.4.49 (2023-02-07)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I426407` - Resolved the issue with application-level CSS inherited to the content during copy and paste operation.
12+
- `#I428463` - Resolved the issue while editing in header with track changes enabled state.
13+
- `#I420355` - Resolved the issue with page break and paragraph pagination properties preservation.
14+
- `#I371788` - Resolved the multiple spell check call triggering when enabled of initial disabled in creation.
15+
516
## 20.4.48 (2023-02-01)
617

718
### Document Editor

components/documenteditor/README.md

Lines changed: 105 additions & 45 deletions
Large diffs are not rendered by default.

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": "20.4.44",
3+
"version": "20.4.48",
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 20.4.49 (2023-02-07)
6+
7+
### Dropdown Tree
8+
9+
#### Bug Fixes
10+
11+
- `#I429410` - The issue of Select All/Unselect All taking an excessive amount of time and causing browser crashes in a Dropdown Tree with a large data source has been resolved.
12+
513
## 20.4.48 (2023-02-01)
614

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

components/filemanager/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-filemanager",
3-
"version": "20.4.43",
3+
"version": "20.4.48",
44
"description": "Essential JS 2 FileManager Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/gantt/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.49 (2023-02-07)
6+
7+
### Gantt
8+
9+
#### Bug Fixes
10+
11+
- `#I429875` - Console error while using self-referential data issue has been fixed.
12+
- `#I428914` - Duration value is not maintained when using `valueAccessor` issue has been fixed.
13+
- `#I426170` - Action complete is not triggered properly for Zoom In and Zoom to fit in Gantt chart.
14+
15+
- `#I426170` - Action complete is not triggered properly for Zoom In and Zoom to fit in Gantt chart.
16+
517
## 20.4.48 (2023-02-01)
618

719
### Gantt

components/gantt/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-gantt",
3-
"version": "20.4.43",
3+
"version": "20.4.48",
44
"description": "Essential JS 2 Gantt Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/grids/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.4.49 (2023-02-07)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#I428359` - Fixed issue with previous filtering of other columns being cleared when filtered with "not equal to blank."
12+
- `#I433085`, `#I432020` - Fixed issue with template column appearing blank when React state value changed.
13+
- `#F180302` - Fixed script error when accessing the edit form inside the `actionComplete` event.
14+
- `#I428195` - Fixed issue with drag and drop when dynamically enabling drag and drop and infinite scrolling.
15+
- `#I429045` - Fixed issue with HTML input not working in header template when `allowDragAndDrop` property is enabled.
16+
17+
- `#I433085`, `#I432020` - Fixed issue with template column appearing blank when React state value changed.
18+
519
## 20.4.48 (2023-02-01)
620

721
### Grid

components/grids/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-grids",
3-
"version": "20.4.43",
3+
"version": "20.4.48",
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/heatmap/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-heatmap",
3-
"version": "20.4.42",
3+
"version": "20.4.48",
44
"description": "Feature rich data visulization control used to visualize the matrix data where the individual values are represented as colors for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/imageeditor/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+
## 20.4.49 (2023-02-07)
6+
7+
### Image Editor
8+
9+
#### Bug Fixes
10+
11+
- Issue with "Script error thrown while resizing control without toolbar" has been resolved.
12+
513
## 20.4.40 (2022-12-28)
614

715
### Image Editor

components/imageeditor/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-image-editor",
3-
"version": "20.4.42",
3+
"version": "20.4.48",
44
"description": "Essential JS 2 ImageEditor for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/inplaceeditor/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-inplace-editor",
3-
"version": "20.4.42",
3+
"version": "20.4.48",
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/inputs/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-inputs",
3-
"version": "20.4.42",
3+
"version": "20.4.48",
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/kanban/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-kanban",
3-
"version": "20.4.44",
3+
"version": "20.4.48",
44
"description": "The Kanban board is an efficient way to visualize the workflow at each stage along its path to completion. The most important features available are Swim lane, filtering, and editing. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/layouts/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-
## 20.4.48 (2023-02-01)
5+
## 20.4.49 (2023-02-07)
66

77
### Dashboard Layout
88

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

components/lists/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-lists",
3-
"version": "20.4.42",
3+
"version": "20.4.48",
44
"description": "The listview control allows you to select an item or multiple items from a list-like interface and represents the data in interactive hierarchical structure across different layouts or views. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/maps/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,23 @@
1111

1212
## [Unreleased]
1313

14+
## 20.4.49 (2023-02-07)
15+
16+
### Maps
17+
18+
#### Bug Fixes
19+
20+
- `#I430846` - Maps will be rendered properly when the `zoomFactor` and `centerPosition` is set to their initial value using `zoomByPosition` method.
21+
- `#I430070` - Marker templates will now render properly in the Maps when they are contained within an HTML div element with "scroll" overflow CSS style.
22+
23+
## 20.4.48 (2023-02-01)
24+
25+
### Maps
26+
27+
#### Bug Fixes
28+
29+
- `#I430070` - Marker templates will now render properly in the Maps when they are contained within an HTML div element with "scroll" overflow CSS style.
30+
1431
## 20.4.44 (2023-01-18)
1532

1633
### Maps

components/maps/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-maps",
3-
"version": "20.4.44",
3+
"version": "20.4.48",
44
"description": "The Maps component is used to visualize the geographical data and represent the statistical data of a particular geographical area on earth with user interactivity, and provides various customizing options for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/navigations/CHANGELOG.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,34 @@
22

33
## [Unreleased]
44

5-
## 20.4.48 (2023-02-01)
5+
## 20.4.49 (2023-02-07)
66

7-
### Tab
7+
### Accordion
88

99
#### Bug Fixes
1010

11-
- `#I427978` - Fixed an issue with cyclic navigation using arrow keys, where focus would shift to the first element after reaching the last element, and vice versa. Also, accessibility has been enhanced using the aria-label attributes.
11+
- `#I430833` - An issue with accordion active item styles override the grid pager has been fixed.
1212

1313
### Menu
1414

1515
#### Bug Fixes
1616

1717
- `#I425152` - The issue with "Menu item not render properly when we use ItemTemplate with custom menu items" has been resolved.
1818

19+
### Toolbar
20+
21+
#### Bug Fixes
22+
23+
- `#F179972`, `#F165830` - The issue with the "Toolbar template disappear when click the toolbar item" has been fixed.
24+
25+
## 20.4.48 (2023-02-01)
26+
27+
### Tab
28+
29+
#### Bug Fixes
30+
31+
- `#I427978` - Fixed an issue with cyclic navigation using arrow keys, where focus would shift to the first element after reaching the last element, and vice versa. Also, accessibility has been enhanced using the aria-label attributes.
32+
1933
### Sidebar
2034

2135
#### Bug Fixes

components/navigations/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-navigations",
3-
"version": "20.4.44",
3+
"version": "20.4.48",
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-notifications",
3-
"version": "20.4.42",
3+
"version": "20.4.48",
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

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

33
## [Unreleased]
44

5+
## 20.4.49 (2023-02-07)
6+
7+
### PDF Viewer
8+
9+
#### New Features
10+
11+
- `#I426307` - Improvements to page rendering for zoom levels under 25% by using thumbnail images.
12+
- Now, support provided for tab navigation in form fields and form designer.
13+
14+
#### Bug Fixes
15+
16+
- `#I429549` - Now, the check boxes are no longer offset to the right in the print preview.
17+
- `#I429288` - Now, the deletion option for a draw signature type will visible in the context menu.
18+
- `#I431758` - Now, the checkboxes with the same name are correctly selected.
19+
- `#I429416` - Checkbox layer is now rendered properly when loading the provided PDF document.
20+
- `#I431679` - Now, the handwritten signature does not now become empty when a random signature is added.
21+
- `#I431286` - Now, the radio button selector size is proper in the given document.
22+
523
## 20.4.48 (2023-02-01)
624

725
### PDF Viewer

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

components/pivotview/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-pivotview",
3-
"version": "20.4.44",
3+
"version": "20.4.48",
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",

0 commit comments

Comments
 (0)