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

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.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

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.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

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.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

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.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

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.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

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.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

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

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.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

Lines changed: 1 addition & 0 deletions
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

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.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",

0 commit comments

Comments
 (0)