Skip to content

Commit cd19785

Browse files
author
pipeline
committed
v22.2.9 is released
1 parent 7124e85 commit cd19785

File tree

36 files changed

+208
-33
lines changed

36 files changed

+208
-33
lines changed

components/buttons/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.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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-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 React",
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.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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-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 React",
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.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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-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 React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/circulargauge/CHANGELOG.md

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

66
## [Unreleased]
77

8-
## 22.2.8 (2023-08-08)
8+
## 22.2.9 (2023-08-15)
99

1010
### Circular Gauge
1111

components/diagrams/CHANGELOG.md

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-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 React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/documenteditor/CHANGELOG.md

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-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 React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/dropdowns/CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,25 @@
22

33
## [Unreleased]
44

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

77
### ComboBox
88

99
#### Bug Fixes
1010

1111
- `#483288` - Fixed a script error that occurred when opening the combobox popup in the Internet Explorer browser.
1212

13+
- `#I484819` - Fixed the issue where the footer content in the `ComboBox` was not appearing within the popup.
14+
15+
### DropDown List
16+
17+
#### Bug Fixes
18+
19+
- `#I477135` - Fixed a memory leak issue in the Dropdownlist Component.
20+
- `#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.
21+
22+
## 22.2.8 (2023-08-08)
23+
1324
### DropDown List
1425

1526
#### Bug Fixes

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

components/gantt/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
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+
18+
-`#I485657`- Misalignment happened in timeline while exporting `PDF` in Gantt has been fixed.
19+
20+
- `#I485398` - console error occurs while using segment data issue has been fixed.
21+
- `#I484079`- Vertical scroll and taskbar is not fully visible in yearly mode issue has been fixed.
22+
- `#I461564`- No action is performed when we try to add task when the cell is in edited state issue has been fixed.
23+
- `#I486234` - Label gets hidden in Gantt Chart when task mode is manual issue has been fixed.
24+
525
## 22.2.8 (2023-08-08)
626

727
### Gantt Chart
@@ -31,6 +51,7 @@
3151
- `#I481058` - Console error when we use RTL and taskbar template issue has been fixed.
3252
- `#I482456` - Critical path not working properly issue has been fixed.
3353
- `#I485219` - Selection is not working when we use react hook.
54+
- `#I486928` - Incorrect time is displayed in the column.
3455

3556
- `#I479591` - Critical path is not working properly when the baseline is changed dynamically issue has been fixed.
3657
- `#F182867` - Edit parameters not working in date columns issue has been fixed.

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

components/grids/CHANGELOG.md

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-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 React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/imageeditor/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.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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-image-editor",
3-
"version": "22.2.5",
3+
"version": "22.2.8",
44
"description": "Essential JS 2 ImageEditor for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/inputs/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.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

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

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.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/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-react-maps",
3-
"version": "22.2.5",
3+
"version": "22.2.8",
44
"description": "The Maps component is used to visualize the geographical data and represent the statistical data of a particular geographical area on earth with user interactivity, and provides various customizing options for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/navigations/CHANGELOG.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,6 @@
22

33
## [Unreleased]
44

5-
## 22.2.8 (2023-08-08)
6-
7-
### Toolbar
8-
9-
#### Bug Fixes
10-
11-
- `#I486269` - An issue with Item directive template not updated dynamically has been fixed.
12-
13-
### Tab
14-
15-
#### Bug Fixes
16-
17-
- `#I469335` - Provided `clearTemplates` API support to control template clearing while adding, updating, and deleting items.
18-
195
## 22.2.7 (2023-08-02)
206

217
### Menu
@@ -2168,6 +2154,20 @@ TreeView component is used to represent hierarchical data in a tree like structu
21682154
- **Accessibility** - Provides built-in accessibility support that helps to access all the TreeView component features through the keyboard, on-screen readers, or other assistive technology devices.
21692155

21702156

2157+
## 22.2.8 (2023-08-08)
2158+
2159+
### Toolbar
2160+
2161+
#### Bug Fixes
2162+
2163+
- `#I486269` - An issue with Item directive template not updated dynamically has been fixed.
2164+
2165+
### Tab
2166+
2167+
#### Bug Fixes
2168+
2169+
- `#I469335` - Provided `clearTemplates` API support to control template clearing while adding, updating, and deleting items.
2170+
21712171
## 20.3.52 (2022-10-26)
21722172

21732173
### Tab

components/navigations/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-react-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 React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/pdfviewer/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.8 (2023-08-08)
5+
## 22.2.9 (2023-08-15)
66

77
### PDF Viewer
88

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

0 commit comments

Comments
 (0)