Skip to content

Commit 52e98c2

Browse files
author
pipeline
committed
v22.2.10 is released
1 parent 516c906 commit 52e98c2

File tree

36 files changed

+193
-36
lines changed

36 files changed

+193
-36
lines changed

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-angular-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 Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/calendars/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+
## 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-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 Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/charts/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-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 Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/diagrams/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-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 Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/documenteditor/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-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 Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/dropdowns/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-dropdowns",
3-
"version": "22.2.8",
3+
"version": "22.2.9",
44
"description": "Essential JS 2 DropDown Components for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/filemanager/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+
## 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

Lines changed: 16 additions & 6 deletions
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+
### 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+
### Gantt
16+
17+
#### Bug Fixes
18+
19+
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
20+
521
## 22.2.9 (2023-08-15)
622

723
### Gantt Chart
@@ -15,12 +31,6 @@
1531
- `#I461564`- No action is performed when we try to add task when the cell is in edited state issue has been fixed.
1632
- `#I486234` - Label gets hidden in Gantt Chart when task mode is manual issue has been fixed.
1733

18-
### Gantt
19-
20-
#### Bug Fixes
21-
22-
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
23-
2434
## 22.2.8 (2023-08-08)
2535

2636
### Gantt Chart

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

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-angular-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 Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/heatmap/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+
## 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

Lines changed: 9 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-image-editor",
3-
"version": "22.2.8",
3+
"version": "22.2.9",
44
"description": "Essential JS 2 ImageEditor for Angular",
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-angular-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 Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/kanban/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-
## 22.2.9 (2023-08-15)
5+
## 22.2.10 (2023-08-22)
66

77
### Kanban
88

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-
## 22.2.9 (2023-08-15)
5+
## 22.2.10 (2023-08-22)
66

77
### Splitter
88

components/lists/CHANGELOG.md

Lines changed: 11 additions & 1 deletion
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-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 Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/pdfviewer/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-pdfviewer",
3-
"version": "22.2.7",
3+
"version": "22.2.9",
44
"description": "Essential JS 2 PDF viewer Component for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/pivotview/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+
## 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-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 Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/popups/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-angular-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 Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

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

0 commit comments

Comments
 (0)