Skip to content

Commit c58170c

Browse files
author
pipeline
committed
v22.2.9 is released
1 parent 544df4d commit c58170c

34 files changed

+181
-19
lines changed

components/buttons/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 22.2.9 (2023-08-15)
6+
7+
### Checkbox
8+
9+
#### Bug Fixes
10+
11+
- `#I488474` - The issue with "Hovering the checkbox checked items of checkbox is unchecked while using RTL mode" in Bigger mode has been resolved.
12+
513
## 22.2.8 (2023-08-08)
614

715
### Checkbox

components/buttons/package.json

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

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

33
## [Unreleased]
44

5+
## 22.2.9 (2023-08-15)
6+
7+
### DateRangePicker
8+
9+
#### Bug Fixes
10+
11+
- `#I486181` - Fixed an issue where the DateRangePicker popup was not opening when there was not enough space in the window.
12+
513
## 22.2.8 (2023-08-08)
614

715
### TimePicker

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.5",
3+
"version": "22.2.8",
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

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

33
## [Unreleased]
44

5+
## 22.2.9 (2023-08-15)
6+
7+
### Accumulation chart
8+
9+
#### Bug Fixes
10+
11+
- `#I486337` - Fixed an issue where the console error thrown when disabling the animation.
12+
- `#I486337` - Now the destroy method is properly working in accumulation chart.
13+
14+
### Chart
15+
16+
#### Bug Fixes
17+
18+
- `#I487053` - Now, `startFromZero` is functioning correctly in stackingColumn.
19+
520
## 22.2.8 (2023-08-08)
621

722
### 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.7",
3+
"version": "22.2.8",
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

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

33
## [Unreleased]
44

5+
## 22.2.9 (2023-08-15)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I486118` - Now, the orthogonal connector routing works properly when we drag connector segment.
12+
- `#I484774` - Now, Double click on node annotation will open the edit of invisible annotation is resolved.
13+
- `#I484563` - The DOM Exception will no longer thrown while removing connector with Virtualization Enabled.
14+
- `#I484335` - Now, highlighter rendered properly on hovering ports and nodes.
15+
516
## 22.2.8 (2023-08-08)
617

718
### 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.7",
3+
"version": "22.2.8",
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

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

33
## [Unreleased]
44

5+
## 22.2.9 (2023-08-15)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I482578` - Fixed the unsafe-eval error in source.
12+
- `#I486542` - Now, the Desired Font Family present properly in selecting Dropdown.
13+
- `#I485462` - Resolved the issue in updating font families dynamically.
14+
- `#F183689` - Resolved the issue while inserting svg image .
15+
- `#I483658` - Resolved the frozen issue while loading the given document.
16+
- `#I475459` - Added sanitize for the open, copy, and paste APIs.
17+
518
## 22.2.8 (2023-08-08)
619

720
### 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.7",
3+
"version": "22.2.8",
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

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

33
## [Unreleased]
44

5-
## 22.2.8 (2023-08-08)
5+
## 22.2.9 (2023-08-15)
66

77
### ComboBox
88

@@ -14,6 +14,15 @@
1414

1515
#### Bug Fixes
1616

17+
- `#I477135` - Fixed a memory leak issue in the Dropdownlist Component.
18+
- `#I486973` - Fixed an issue where the last selected item in the DropDownList would be retained in the list of items when the data source was changed.
19+
20+
## 22.2.8 (2023-08-08)
21+
22+
### DropDown List
23+
24+
#### Bug Fixes
25+
1726
- `#I474541` - Fixed an issue where the position of the popup was incorrect when enabling RTL mode.
1827

1928
### ListBox

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

components/gantt/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 22.2.9 (2023-08-15)
6+
7+
### Gantt Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I485657` - Misalignment happened in timeline while exporting `PDF` in Gantt has been fixed.
12+
- `#I485398` - console error occurs while using segment data issue has been fixed.
13+
- `#I487527` - Data manager URL is called twice.
14+
- `#I484079`- Vertical scroll and taskbar is not fully visible in yearly mode issue has been fixed.
15+
- `#I461564`- No action is performed when we try to add task when the cell is in edited state issue has been fixed.
16+
- `#I486234` - Label gets hidden in Gantt Chart when task mode is manual issue has been fixed.
17+
518
## 22.2.8 (2023-08-08)
619

720
### Gantt Chart
@@ -29,6 +42,7 @@
2942
- `#I481058` - Console error when we use RTL and taskbar template issue has been fixed.
3043
- `#I482456` - Critical path not working properly issue has been fixed.
3144
- `#I485219` - Selection is not working when we use react hook.
45+
- `#I486928` - Incorrect time is displayed in the column.
3246

3347
- `#I481480` - Last segment resizing issue has been fixed.
3448

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

components/grids/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 22.2.9 (2023-08-15)
6+
7+
### Grid
8+
9+
#### Bug fixes
10+
11+
- `#I487601` - Fixed the issue that prevented batch adding is working properly with hidden primary key column.
12+
- `#I444618` - Script error thrown when performing print with empty dataSource has been resolved.
13+
- `#I485367` - The problem of the pager dropdown and message not displaying correctly when the Grid is rendered within the Tab component has been successfully resolved.
14+
- `#I839020` - Resolved an issue where row span was not being applied correctly when showing or hiding columns using the column chooser.
15+
- `#I483559` - Issue with the focused cell was not being properly indicated during row selection has been resolved.
16+
517
## 22.2.8 (2023-08-08)
618

719
### 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.7",
3+
"version": "22.2.8",
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

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

33
## [Unreleased]
44

5-
## 22.2.8 (2023-08-08)
5+
## 22.2.9 (2023-08-15)
66

77
### Heatmap
88

components/imageeditor/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 22.2.9 (2023-08-15)
6+
7+
### Image Editor
8+
9+
#### Bug Fixes
10+
11+
- Issue with "Script error thrown while applying text area changes to canvas" has been resolved.
12+
513
## 22.2.5 (2023-07-27)
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.5",
3+
"version": "22.2.8",
44
"description": "Essential JS 2 ImageEditor for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/inputs/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 22.2.9 (2023-08-15)
6+
7+
### Slider
8+
9+
#### Bug Fixes
10+
11+
- `F45705` - The issue with a changed event in the Slider component has been resolved.
12+
513
## 22.2.7 (2023-08-02)
614

715
### TextBox

components/kanban/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 22.2.9 (2023-08-15)
6+
7+
### Kanban
8+
9+
#### Bug Fixes
10+
11+
- `#I481342` - Now, kanban `virtualization` works properly when a small amount of data is loaded.
12+
- `#I484188` - Now, column scrolling works properly on Kanban `virtualization` when the Kanban columns have different data sizes.
13+
- `#F45534` - Now, dragging and dropping a card into any position within a column works properly.
14+
515
## 22.1.38 (2023-07-11)
616

717
### Kanban

components/layouts/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 22.2.9 (2023-08-15)
6+
7+
### Splitter
8+
9+
#### Bug Fixes
10+
11+
- `#I483293` - Fixed memory leak issue in Splitter component.
12+
513
## 22.1.37 (2023-07-04)
614

715
### Splitter

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.8 (2023-08-08)
17+
## 22.2.9 (2023-08-15)
1818

1919
### Maps
2020

components/navigations/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-navigations",
3-
"version": "22.2.7",
3+
"version": "22.2.8",
44
"description": "A package of Essential JS 2 navigation components such as Tree-view, Tab, Toolbar, Context-menu, and Accordion which is used to navigate from one page to another for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/pdfviewer/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 22.2.8 (2023-08-08)
5+
## 22.2.9 (2023-08-15)
66

77
### PDF Viewer
88

components/pivotview/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 22.2.9 (2023-08-15)
6+
7+
### Pivot Table
8+
9+
#### Bug fixes
10+
11+
- `I489341` - The toolbar menu items will now be properly displayed in the pivot table with the material dark theme.
12+
513
## 22.2.8 (2023-08-08)
614

715
### Pivot Table

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.7",
3+
"version": "22.2.8",
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.9 (2023-08-15)
6+
7+
### Tooltip
8+
9+
#### Bug Fixes
10+
11+
- `#I488643` - Resolved an issue where the Tooltip does not update properly for the rect and g elements.
12+
513
## 22.2.7 (2023-08-02)
614

715
### Spinner

components/querybuilder/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 22.2.9 (2023-08-15)
6+
7+
### QueryBuilder
8+
9+
#### Bug Fixes
10+
11+
- `#F183921` - Resolved the Script error thrown while changing Boolean value in dropdowntree fieldMode of QueryBuilder.
12+
513
## 22.2.8 (2023-08-08)
614

715
### QueryBuilder

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

0 commit comments

Comments
 (0)