Skip to content

Commit 8de0c36

Browse files
author
pipeline
committed
v22.2.10 is released
1 parent c58170c commit 8de0c36

Some content is hidden

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

41 files changed

+193
-35
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-vue-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 Vue",
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-vue-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 Vue",
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-vue-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 Vue",
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-vue-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 Vue",
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-vue-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 Vue",
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-vue-dropdowns",
3-
"version": "22.2.8",
3+
"version": "22.2.9",
44
"description": "Essential JS 2 DropDown Components for Vue",
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/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-vue-filemanager",
3-
"version": "22.1.39",
3+
"version": "22.2.5",
44
"description": "Essential JS 2 FileManager Component for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/gantt/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+
### 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+
515
## 22.2.9 (2023-08-15)
616

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

components/heatmap/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22

33
## [Unreleased]
44

5-
## 22.2.9 (2023-08-15)
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+
13+
## 22.1.34 (2023-06-21)
614

715
### Heatmap
816

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

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

components/maps/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
## [Unreleased]
1616

17-
## 22.2.9 (2023-08-15)
17+
## 22.2.10 (2023-08-22)
1818

1919
### Maps
2020

components/pdfviewer/CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,37 @@
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+
16+
- `#I489048` - Now, the Unload API is properly called for the respective components when we use multiple components on a page.
17+
- `#I489448` - Now, it is possible to add form fields after a few pages with edited properties.
18+
- `#I490199` - Now, the touch-based page scrolling is works as expected on simulated iOS/iPad devices.
19+
- The issue with server side rendering in next.js has been resolved.
20+
521
## 22.2.9 (2023-08-15)
622

723
### PDF Viewer
824

925
#### Bug Fixes
1026

27+
- `#I487346` - The free text annotation is now visible during printing when the free text annotation settings is customised.
28+
- `#I489176` - Now, the line type annotations are drawn properly on mobile devices after zooming.
29+
30+
## 22.2.8 (2023-08-08)
31+
32+
### PDF Viewer
33+
34+
#### Bug Fixes
35+
1136
- `#I484429` - Now, the error does not occur when we programmatically delete the added annotation.
1237
- `#I485416` - Now, the ink annotations are rendered properly after programmatically adding the highlight annotation.
1338

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

0 commit comments

Comments
 (0)