Skip to content

Commit c8207a0

Browse files
author
pipeline
committed
v22.2.11 is released
1 parent 8de0c36 commit c8207a0

File tree

34 files changed

+175
-21
lines changed

34 files changed

+175
-21
lines changed

components/calendars/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 22.2.11 (2023-08-29)
6+
7+
### DateRangePicker
8+
9+
#### Bug Fixes
10+
11+
- `#I492075` - Fixed an issue where the popup in the DateRangePicker Component would not close when clicking outside the component while using the Preset Ranges feature.
12+
513
## 22.2.10 (2023-08-22)
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-vue-calendars",
3-
"version": "22.2.9",
3+
"version": "22.2.10",
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

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

33
## [Unreleased]
44

5+
## 22.2.11 (2023-08-29)
6+
7+
### Accumulation chart
8+
9+
#### Bug Fixes
10+
11+
- `#I494139` - The tab index is now properly displayed in the accumulation chart.
12+
13+
### Chart
14+
15+
#### Bug Fixes
16+
17+
- `#F46287` - Fixed an issue where the tooltip was not rendered when the chart id was a numeric value.
18+
- `#I478252` - The legend aria label has been changed based on the legend click.
19+
- `#I492750` - Fixed an issue where the zoom factor and zoom position were not applied after scrolling the chart.
20+
521
## 22.2.10 (2023-08-22)
622

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

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

33
## [Unreleased]
44

5+
## 22.2.11 (2023-08-29)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I477867,#I486093` - Now, Html shapes in palette are rendered properly.
12+
- `#F183998` - Now, When Dragging Swimlane from Palette to Diagram and Exiting Without Dropping is working properly.
13+
- `#F184121` - Now, BPMN nodes styles are updated properly at runtime.
14+
515
## 22.2.10 (2023-08-22)
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-vue-diagrams",
3-
"version": "22.2.9",
3+
"version": "22.2.10",
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

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

33
## [Unreleased]
44

5+
## 22.2.11 (2023-08-29)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I479032` - Now, Application is working in IE 11.
12+
- `#I484782` - Resolved the formatting issue occurred when converting to DOCX in Server side.
13+
- `#I484763` - Fixed the issue editing header throws script error in console.
14+
- `#I485502` - Fixed the issue in exporting the document with an image.
15+
- `#I485763` - Resolved the navigation issue using Ctrl+Right key.
16+
- `#I486538` - Fixed the issue in saving the svg image.
17+
- `#I488148` - Now, Accept/reject work properly after stopping protection.
18+
- `#F183848` - Fixed the issue in docx exporting.
19+
- `#F183866` - Resolved the issue in pasting a larger image.
20+
- `#I488197` - Resolved the issue in spellCheck.
21+
- `#I489064` - Fixed the issue bottom text overlapped with the footer line.
22+
- `#I489638` - Now, Doughnut chart renders properly in DocumentEditor.
23+
- `#I490573`, `#I491902` - Now, Able to edit text file.
24+
- `#I494011`, `#I494218` - Fixed the issue script error occurred when opening a document.
25+
526
## 22.2.10 (2023-08-22)
627

728
### 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-vue-documenteditor",
3-
"version": "22.2.9",
3+
"version": "22.2.10",
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

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
#### Bug Fixes
1010

11+
- `#I490309` - The issue with the `aria-owns` attribute not having the correct `ID` of its popup list element has been fixed.
1112
- `#I481443` - Resolved the issue where the "no records" template was not being displayed and a console error occurred.
1213

1314
### MultiSelect

components/dropdowns/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-dropdowns",
3-
"version": "22.2.9",
3+
"version": "22.2.10",
44
"description": "Essential JS 2 DropDown Components for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/filemanager/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-filemanager",
3-
"version": "22.2.5",
3+
"version": "22.2.10",
44
"description": "Essential JS 2 FileManager Component for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/gantt/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 22.2.11 (2023-08-29)
6+
7+
### Gantt Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I485527` - Filter menu opening issue in column menu has been fixed.
12+
- `#I491313` - Multiple records were selected after using the context menu, adding the milestone position wrong issue has been fixed.
13+
514
## 22.2.10 (2023-08-22)
615

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

components/grids/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 22.2.11 (2023-08-29)
6+
7+
### Grid
8+
9+
#### Bug fixes
10+
11+
- `#I488479` - The problem of the incorrect right indent of the custom filter dialog in RTL mode has been resolved.
12+
- `#I486810` - Resolved the issue where tab key focus navigation during batch editing.
13+
- `#I480995` - The error that occurred when update an image using the `updateCell` method has been resolved.
14+
- `#I489532` - The issue with the locale in the custom filter dialog for the excel filter has been successfully resolved.
15+
16+
## 22.2.10 (2023-08-22)
17+
18+
### Grid
19+
20+
#### Bug fixes
21+
22+
- `#I486264` - JAWS screen reader doesn't read the grid cells properly when the pager is present has been fixed.
23+
- `#I490535` - Fixed the error in the script that occurred when cells were saved using a grid that had grouping and aggregate features.
24+
- `#I485527` - Unwanted horizontal auto-scrolling occurs when opening and closing the column chooser in column menu has been resolved.
25+
526
## 22.2.9 (2023-08-15)
627

728
### Grid

components/grids/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-grids",
3-
"version": "22.2.9",
3+
"version": "22.2.10",
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/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-heatmap",
3-
"version": "22.2.5",
3+
"version": "22.2.10",
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

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

33
## [Unreleased]
44

5+
## 22.2.11 (2023-08-29)
6+
7+
### Image Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I494726` - The issue with "Annotations pen drawing not working properly in ipad" has been resolved.
12+
513
## 22.2.10 (2023-08-22)
614

715
### 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-vue-image-editor",
3-
"version": "22.2.9",
3+
"version": "22.2.10",
44
"description": "Essential JS 2 ImageEditor for Vue",
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.10 (2023-08-22)
5+
## 22.2.11 (2023-08-29)
66

77
### Kanban
88

components/layouts/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 22.2.10 (2023-08-22)
5+
## 22.2.11 (2023-08-29)
66

77
### Splitter
88

components/lists/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.11 (2023-08-29)
66

77
### ListView
88

components/maps/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
## [Unreleased]
1616

17-
## 22.2.10 (2023-08-22)
17+
## 22.2.11 (2023-08-29)
1818

1919
### Maps
2020

components/navigations/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 22.2.11 (2023-08-29)
6+
7+
### Carousel
8+
9+
#### Bug Fixes
10+
11+
- `#F46021` - The issue where the current item position within the Carousel could shift off-center upon window resizing has been fixed.
12+
13+
### Breadcrumb
14+
15+
#### Bug Fixes
16+
17+
- `#I474929` - The issue with "CSP template not working in breadcrumb component" has been resolved.
18+
519
## 22.2.7 (2023-08-02)
620

721
### Menu

components/pdfviewer/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 22.2.11 (2023-08-29)
6+
7+
### PDF Viewer
8+
9+
#### Bug Fixes
10+
11+
- `#I490803` - The script error is now resolved when deleting annotations from different pages.
12+
- `#I490484` - The comment panel value in the ink annotation is added in the provided document.
13+
- `#I489551` - Now, the ink annotation in the provided document does not get duplicated.
14+
515
## 22.2.10 (2023-08-22)
616

717
### PDF Viewer

components/pdfviewer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-pdfviewer",
3-
"version": "22.2.9",
3+
"version": "22.2.10",
44
"description": "Essential JS 2 PDF viewer Component for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/pivotview/package.json

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

components/popups/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 22.2.11 (2023-08-29)
6+
7+
### Dialog
8+
9+
#### Bug Fixes
10+
11+
- `#I482911` - Fixed an issue where the `refreshPosition` method did not correctly append the model dialog to the intended position.
12+
513
## 22.2.9 (2023-08-15)
614

715
### Tooltip

components/querybuilder/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 22.2.10 (2023-08-22)
5+
## 22.2.11 (2023-08-29)
6+
7+
### QueryBuilder
8+
9+
#### Bug Fixes
10+
11+
- `#I493593` - Resolved the Script error thrown in `getRule` method of QueryBuilder while using change event.
12+
13+
## 22.2.9 (2023-08-15)
614

715
### QueryBuilder
816

components/querybuilder/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-querybuilder",
3-
"version": "22.2.8",
3+
"version": "22.2.9",
44
"description": "Essential JS 2 QueryBuilder for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/ribbon/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 22.2.11 (2023-08-29)
6+
7+
### Ribbon
8+
9+
#### Bug Fixes
10+
11+
- `I491455` - Now, the script issue raised when enable/disable the Ribbon items is resolved.
12+
513
## 22.1.39 (2023-07-18)
614

715
### Ribbon

components/richtexteditor/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 22.2.10 (2023-08-22)
5+
## 22.2.11 (2023-08-29)
66

77
### RichTextEditor
88

0 commit comments

Comments
 (0)