Skip to content

Commit 391b431

Browse files
author
pipeline
committed
v20.4.44 is released
1 parent 4b0c722 commit 391b431

40 files changed

+586
-104
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+
## 20.4.44 (2023-01-18)
6+
7+
### Switch
8+
9+
#### Bug Fixes
10+
11+
- `#I427994` - Provided the `htmlAttributes` support to the switch component.
12+
513
## 20.4.42 (2023-01-04)
614

715
### Checkbox

components/buttons/src/switch/switch.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { Switch } from '@syncfusion/ej2-buttons';
77

88

99
// {{VueImport}}
10-
export const properties: string[] = ['isLazyUpdate', 'plugins', 'checked', 'cssClass', 'disabled', 'enablePersistence', 'enableRtl', 'locale', 'name', 'offLabel', 'onLabel', 'value', 'change', 'created'];
10+
export const properties: string[] = ['isLazyUpdate', 'plugins', 'checked', 'cssClass', 'disabled', 'enablePersistence', 'enableRtl', 'htmlAttributes', 'locale', 'name', 'offLabel', 'onLabel', 'value', 'change', 'created'];
1111
export const modelProps: string[] = ['checked'];
1212

1313
export const testProp: any = getProps({props: properties});

components/charts/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## [Unreleased]
44

5+
## 20.4.44 (2023-01-18)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I426511` - Chart cut off when the parent container width is less than the chart width has been fixed.
12+
- `#I427185` - The DateTimeCategory axis now correctly sorts data.
13+
514
## 20.4.43 (2023-01-10)
615

716
### 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": "20.4.42",
3+
"version": "20.4.43",
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/documenteditor/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+
## 20.4.44 (2023-01-18)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#425697` - Resolved the positioning and line spacing issue in shape document
12+
13+
#### New Features
14+
15+
- `#419514` - Added API to modify form field name
16+
517
## 20.4.43 (2023-01-10)
618

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

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

components/gantt/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-
## 20.4.43 (2023-01-10)
5+
## 20.4.44 (2023-01-18)
66

77
### Gantt
88

components/grids/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+
## 20.4.44 (2023-01-18)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#I427528` - First column missing highlight when tabbing into grid issue has been fixed.
12+
- `#I427309` - API document has wrong information issue has been fixed.
13+
- `#I423348` - Autofit on the columns is not work as expected in the frozen grid has been fixed.
14+
- `#I419759` - Column Reordering is not working fine with Frozen column and hidden columns has been fixed.
15+
- `#I416705` - Alignment issue with row drag and drop and frozen columns in stacked headers has been fixed.
16+
- `#I424387` - Misalignment has been fixed when applying auto-fit for frozen columns with `allowtextwrap`.
17+
518
## 20.4.43 (2023-01-10)
619

720
### Grid

0 commit comments

Comments
 (0)