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

0 commit comments

Comments
 (0)