Skip to content

Commit d9b3a27

Browse files
author
pipeline
committed
v22.2.10 is released
1 parent cd19785 commit d9b3a27

36 files changed

+184
-29
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": "22.2.8",
3+
"version": "22.2.9",
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+
## 22.2.10 (2023-08-22)
6+
7+
### DateRangePicker
8+
9+
#### Bug Fixes
10+
11+
- `#I489129` - Fixed an issue where the Daterangepicker popup was not opening properly on iPad devices.
12+
513
## 22.2.9 (2023-08-15)
614

715
### DateRangePicker

components/calendars/package.json

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

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

33
## [Unreleased]
44

5+
## 22.2.10 (2023-08-22)
6+
7+
### Accumulation chart
8+
9+
#### Bug Fixes
10+
11+
- `#I490028` - Fixed an issue where the `centerLabel` text was not being displayed in bold formatting.
12+
13+
### Sparkline
14+
15+
#### Bug Fixes
16+
17+
- `#F45948` - Fixed issue with sparkline pie not displaying properly when having single point.
18+
- `#F45935` - Fixed an issue where the chart gets vanished when data updated after resizing the chart.
19+
520
## 22.2.9 (2023-08-15)
621

722
### Accumulation 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": "22.2.8",
3+
"version": "22.2.9",
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/CHANGELOG.md

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

66
## [Unreleased]
77

8-
## 22.2.9 (2023-08-15)
8+
## 22.2.10 (2023-08-22)
99

1010
### Circular Gauge
1111

components/diagrams/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 22.2.10 (2023-08-22)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I484458` - Now, order commands for dropped swimlane is working properly
12+
- `#I485386` - Now, Copy and paste the child nodes from group is working properly.
13+
- `#F182827` - Now, Swimlane child nodes are positioned properly and the exception will no longer thrown while performing delete and undo.
14+
515
## 22.2.9 (2023-08-15)
616

717
### 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": "22.2.8",
3+
"version": "22.2.9",
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

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

33
## [Unreleased]
44

5+
## 22.2.10 (2023-08-22)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I482625` , `#F183478` - Resolved the script error of opening a chart document.
12+
- `#F183689` , `#F183682` - Resolved the issue while inserting svg image.
13+
- `#I483658` - Resolved the frozen issue while loading the given document.
14+
- `#I483659` - Fixed the issue document editor crashes when trying to edit.
15+
- `#I483689` - Fixed the Overlapping issue while loading.
16+
- `#I484763` - Fixed the issue of editing header throws script error in console.
17+
- `#I485401` - Resolved the script error while downloading the document.
18+
- `#I485791` - Fixed the overlapping issue when we do enter before the shape.
19+
- `#I486671` - Resolved the script error occurred when scrolling.
20+
521
## 22.2.9 (2023-08-15)
622

723
### 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": "22.2.8",
3+
"version": "22.2.9",
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

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

33
## [Unreleased]
44

5+
## 22.2.10 (2023-08-22)
6+
7+
### DropDown List
8+
9+
#### Bug Fixes
10+
11+
- `#I481443` - Resolved the issue where the "no records" template was not being displayed and a console error occurred.
12+
13+
### MultiSelect
14+
15+
#### Bug Fixes
16+
17+
- `#I479749` - Resolved the issue of "Unable to retrieve preselected variable values that are not present in the data source".
18+
19+
### Dropdown Tree
20+
21+
#### Bug Fixes
22+
23+
- `#F183599` - The issue duplicate child was rendered when using `expanded` field in Dropdown Tree component with Web API adaptor has been resolved.
24+
525
## 22.2.9 (2023-08-15)
626

727
### ComboBox

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

components/filemanager/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 22.2.10 (2023-08-22)
6+
7+
### File Manager
8+
9+
#### Bug fixes
10+
11+
- `#I492594` - The issue related to the console error that occurred when moving between folders after performing a search operation within the File Manager component has been resolved.
12+
513
## 22.1.39 (2023-07-18)
614

715
### File Manager

components/gantt/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 22.2.10 (2023-08-22)
6+
7+
### Gantt Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I486977` - Zoom To Fit issue when we resize browser window has been fixed.
12+
- `#I484086` - Other instance of the taskbar not moved in the resource view issue has been fixed.
13+
- `#I482456` - Critical path is incorrect in the Gantt Chart issue has been fixed.
14+
15+
- `#I482456` - Critical path is incorrect in the Gantt Chart issue has been fixed.
16+
517
## 22.2.9 (2023-08-15)
618

719
### Gantt Chart

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

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

33
## [Unreleased]
44

5+
## 22.2.10 (2023-08-22)
6+
7+
### HeatMap
8+
9+
#### Bug fixes
10+
11+
- `#I487030` - When the `cancel` property in the event argument of the `cellSelected` event is set to **true**, selection will now be prevented.
12+
513
## 22.1.34 (2023-06-21)
614

715
### Heatmap

components/imageeditor/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 22.2.10 (2023-08-22)
6+
7+
### Image Editor
8+
9+
#### Bug Fixes
10+
11+
- Issue with "toolbar" property has been resolved.
12+
- Issue with "Script error thrown while editing multiple text area" has been resolved.
13+
514
## 22.2.9 (2023-08-15)
615

716
### Image Editor

components/imageeditor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-image-editor",
3-
"version": "22.2.8",
3+
"version": "22.2.9",
44
"description": "Essential JS 2 ImageEditor 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": "22.2.7",
3+
"version": "22.2.9",
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/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 22.2.9 (2023-08-15)
5+
## 22.2.10 (2023-08-22)
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": "22.2.5",
3+
"version": "22.2.9",
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/lists/CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,24 @@
22

33
## [Unreleased]
44

5-
## 22.2.5 (2023-07-27)
5+
## 22.2.9 (2023-08-15)
6+
7+
### ListView
8+
9+
#### Bug Fixes
10+
11+
- `#I488100` `#F45810`- Facing a console error when clicking in an empty ListView component has been resolved.
12+
13+
## 22.2.8 (2023-08-08)
614

715
### ListBox
816

917
#### Bug Fixes
1018

1119
- `#F44817` - Issue with "Dragged item may be one that is adjacent to the item over which mouse down occurred in listbox." has been resolved.
1220

21+
## 22.2.5 (2023-07-27)
22+
1323
### ListView
1424

1525
#### Bug Fixes

components/lists/package.json

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

+20
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,32 @@
22

33
## [Unreleased]
44

5+
## 22.2.10 (2023-08-22)
6+
7+
### PDF Viewer
8+
9+
#### Bug Fixes
10+
11+
- `#I489048` - Now, the Unload API is properly called for the respective components when we use multiple components on a page.
12+
- `#I489448` - Now, it is possible to add form fields after a few pages with edited properties.
13+
- `#I490199` - Now, the touch-based page scrolling is works as expected on simulated iOS/iPad devices.
14+
- The issue with server side rendering in next.js has been resolved.
15+
516
## 22.2.9 (2023-08-15)
617

718
### PDF Viewer
819

920
#### Bug Fixes
1021

22+
- `#I487346` - The free text annotation is now visible during printing when the free text annotation settings is customised.
23+
- `#I489176` - Now, the line type annotations are drawn properly on mobile devices after zooming.
24+
25+
## 22.2.8 (2023-08-08)
26+
27+
### PDF Viewer
28+
29+
#### Bug Fixes
30+
1131
- `#I484429` - Now, the error does not occur when we programmatically delete the added annotation.
1232
- `#I485416` - Now, the ink annotations are rendered properly after programmatically adding the highlight annotation.
1333

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

components/pivotview/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 22.2.10 (2023-08-22)
6+
7+
### Pivot Table
8+
9+
#### Bug fixes
10+
11+
- The issue with server side rendering in next.js has been resolved.
12+
513
## 22.2.9 (2023-08-15)
614

715
### Pivot Table

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": "22.2.8",
3+
"version": "22.2.9",
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/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": "22.2.7",
3+
"version": "22.2.9",
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/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": "22.2.8",
3+
"version": "22.2.9",
44
"description": "Essential JS 2 QueryBuilder for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)