Skip to content

Commit

Permalink
v22.2.12 is released
Browse files Browse the repository at this point in the history
  • Loading branch information
pipeline committed Sep 5, 2023
1 parent 15d6143 commit 833a50a
Show file tree
Hide file tree
Showing 36 changed files with 237 additions and 44 deletions.
20 changes: 20 additions & 0 deletions components/calendars/CHANGELOG.md
Expand Up @@ -2,6 +2,26 @@

## [Unreleased]

## 22.2.12 (2023-09-05)

### DatePicker

#### Bug Fixes

- `#I491906` - Fixed an issue where the values were not being cleared or changed while the popup was open and the user focus out.

### DateRangePicker

#### Bug Fixes

- `#I491906` - Fixed an issue where the values were not being cleared or changed while the popup was open and the user focus out.

### DateTimePicker

#### Bug Fixes

- `#I491906` - Fixed an issue where the values were not being cleared or changed while the popup was open and the user focus out.

## 22.2.11 (2023-08-29)

### DateRangePicker
Expand Down
2 changes: 1 addition & 1 deletion components/calendars/package.json
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-calendars",
"version": "22.2.10",
"version": "22.2.11",
"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",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
8 changes: 8 additions & 0 deletions components/charts/CHANGELOG.md
Expand Up @@ -2,6 +2,14 @@

## [Unreleased]

## 22.2.12 (2023-09-05)

### Chart

#### Bug Fixes

- `#F184251` - Fixed an issue in axis label position when label position set to inside for bar series.

## 22.2.11 (2023-08-29)

### Accumulation chart
Expand Down
2 changes: 1 addition & 1 deletion components/charts/package.json
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-charts",
"version": "22.2.10",
"version": "22.2.11",
"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",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/circulargauge/CHANGELOG.md
Expand Up @@ -5,7 +5,7 @@

## [Unreleased]

## 22.2.11 (2023-08-29)
## 22.2.12 (2023-09-05)

### Circular Gauge

Expand Down
12 changes: 12 additions & 0 deletions components/diagrams/CHANGELOG.md
Expand Up @@ -2,6 +2,18 @@

## [Unreleased]

## 22.2.12 (2023-09-05)

### Diagram

#### Bug Fixes

- `#I469741` - Now, group node rotation and undo working properly.
- `#F184075` - Now, BPMN node subtype visibles whiles changing the node visibility issue is resolved.
- `#I489954` - Now, Connectors are routed correctly while enable routing set as true.
- `#I493510` -Now, Expand and collapse working properly at runtime.
- `#I490046` - In the positionChange event, during the completed state, old and new values remain identical issue is resolved.

## 22.2.11 (2023-08-29)

### Diagram
Expand Down
2 changes: 1 addition & 1 deletion components/diagrams/package.json
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-diagrams",
"version": "22.2.10",
"version": "22.2.11",
"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",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
11 changes: 11 additions & 0 deletions components/documenteditor/CHANGELOG.md
Expand Up @@ -2,6 +2,17 @@

## [Unreleased]

## 22.2.12 (2023-09-05)

### Document Editor

#### Bug Fixes

- `#I482661` - Auto fit table with preferred width table is layouted properly in Document editor
- `#I458332` - Now, able to search a word & apply properties like alignment(left/right/center) inside shape.
- `#I494044` - Resolved the exception issue while exporting a document in server side.
- `#I485502` - Now, Date field opened properly in form filling mode.

## 22.2.11 (2023-08-29)

### Document Editor
Expand Down
2 changes: 1 addition & 1 deletion components/documenteditor/package.json
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-documenteditor",
"version": "22.2.10",
"version": "22.2.11",
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
14 changes: 14 additions & 0 deletions components/dropdowns/CHANGELOG.md
Expand Up @@ -2,8 +2,22 @@

## [Unreleased]

## 22.2.12 (2023-09-05)

### MultiSelect

#### Bug Fixes

- `#I483661` - Fixed the issue where the selected value was not displayed correctly when using a character inside the datasource.

## 22.2.11 (2023-08-29)

### Dropdown Tree

#### Bug Fixes

- `#I492834` - An issue with the `noRecordsTemplate` property of the React Dropdown Tree component has been resolved.

### ComboBox

#### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion components/dropdowns/package.json
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-dropdowns",
"version": "22.2.10",
"version": "22.2.11",
"description": "Essential JS 2 DropDown Components for React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
8 changes: 8 additions & 0 deletions components/filemanager/CHANGELOG.md
Expand Up @@ -2,6 +2,14 @@

## [Unreleased]

## 22.2.12 (2023-09-05)

### File Manager

#### Bug fixes

- `#I492168` - The Scrollbar repositioning issue when opening context menu in the File Manager component has been resolved.

## 22.2.10 (2023-08-22)

### File Manager
Expand Down

0 comments on commit 833a50a

Please sign in to comment.