Skip to content

Commit a676fdb

Browse files
author
pipeline
committed
v20.3.57 is released
1 parent c7d9401 commit a676fdb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+245
-32
lines changed

components/base/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.3.56 (2022-11-08)
5+
## 20.3.49 (2022-10-11)
66

77
### Common
88

components/base/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-base",
3-
"version": "19.3.53",
3+
"version": "20.3.56",
44
"description": "A common package of Essential JS 2 base Vue libraries, methods and class definitions",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

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.3.57 (2022-11-15)
6+
7+
### Chips
8+
9+
#### Bug Fixes
10+
11+
- `#293361` - When setting `enabled` value as `false` in Chip component then the disabled chip item get focused issue has been resolved.
12+
513
## 20.3.50 (2022-10-18)
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-vue-buttons",
3-
"version": "20.3.50",
3+
"version": "20.3.56",
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/charts/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+
## 20.3.57 (2022-11-15)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I415271` - Now technical indicator visible property working properly .
12+
- `#I412377` - Space is not removed when removing the axis has been fixed .
13+
- `#I415516` - Chart height is not proper issue has been fixed .
14+
515
## 20.3.56 (2022-11-08)
616

717
### 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.3.52",
3+
"version": "20.3.56",
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/charts/src/chart/chart.component.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,10 @@ export class ChartComponent extends ComponentBase {
203203
return this.ej2Instances.getLocalizedLabel(key);
204204
}
205205

206+
public isSecondaryAxis(axis: Object): boolean {
207+
return this.ej2Instances.isSecondaryAxis(axis);
208+
}
209+
206210
public print(id?: string[] | string | Object): void {
207211
return this.ej2Instances.print(id);
208212
}

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-
## 20.3.56 (2022-11-08)
8+
## 20.3.57 (2022-11-15)
99

1010
### Circular Gauge
1111

components/diagrams/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 20.3.56 (2022-11-08)
5+
## 20.3.57 (2022-11-15)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I412223` - Now, the connector position is updated properly after resizing overview panel.
12+
- `#I405669` - Now, adding BPMN Text annotation node inside swimlane at runtime is working properly.
13+
- `#I412144` - Now, the segment thumb do not gets rendered while render orthogonal connector as a straight line.
14+
- `#I412144` - Provided the support for orthogonal segment overlap with the source and target node.
15+
16+
## 20.3.50 (2022-10-18)
617

718
### Diagram
819

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": "20.3.49",
3+
"version": "20.3.56",
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: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
## [Unreleased]
44

5+
## 20.3.57 (2022-11-15)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I415922` - Resolved the browser hanging issue while opening the document.
12+
- `#I415359` - Resolved the table layouting issue while resizing the table.
13+
- `#I414775` - Resolved the layouting issue while inserting page break.
14+
- `#I414224` - Table resizing is now working properly in header/footer.
15+
- `#I413303`, `#I417629` - Resolved the script error while opening the word document.
16+
- `#I413477` - Resolved the script error while deleting text with comment.
17+
- `#F178063` - Scrolling on bookmark navigation is now working similar to Microsoft Word.
18+
519
## 20.3.56 (2022-11-08)
620

721
### Document Editor
@@ -12,10 +26,10 @@
1226
- `#I412146` - Resolved the script error while opening the document.
1327
- `#I408099` - Resolved the list numbering issue.
1428
- `#I412284` - Table border is now rendering properly.
15-
- `#I413316` - Resolved the script error while removing few pages.
29+
- `#I413316` - Resolved the script error while deleting content of few pages.
1630
- `#I414066` - Resolved the script error while modifying locale key.
17-
- `#I412817` - Formatting is now working properly in track changes protection mode.
18-
- `#I413284` - Strike through is now rendering similar to MS Word.
31+
- `#I412817` - Formatting is now applied properly in track changes protection mode.
32+
- `#I413284` - Strike through is now properly skipped for trailing space characters like Microsoft Word.
1933
- `#I412529` - Resolved the script error while opening html document with nested list.
2034

2135
#### New Features

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.3.52",
3+
"version": "20.3.56",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 20.3.56 (2022-11-08)
5+
## 20.3.57 (2022-11-15)
66

77
### ListBox
88

components/filemanager/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@
88

99
#### Bug Fixes
1010

11+
- `#I415519` - When setting the `getImageUrl` with the handler doesn't trigger a server-side GetImage operation in File Manager component issue has been resolved.
12+
13+
## 20.3.49 (2022-10-11)
14+
15+
### File Manager
16+
17+
#### Bug Fixes
18+
1119
- `#I391031` - The issue with "Column header in the Details view within the File Manager is not accessible via the Tab keyboard" has been resolved.
1220

1321
## 20.3.47 (2022-09-29)

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.3.47",
3+
"version": "20.3.56",
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: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,40 @@
22

33
## [Unreleased]
44

5+
## 20.3.57 (2022-11-15)
6+
7+
### Gantt
8+
9+
#### Bug Fixes
10+
11+
- `#I413261` - Dependency values for the parent task are not properly updated issue has been fixed.
12+
- `#I410200` - Timeline headers disappears when timeline changes dynamically.
13+
- `#I413560` - Datasource Property not updated properly after row indent and outdent issue has been fixed.
14+
- `#I65261` - Filtering functionality issues in duration column.
15+
- `#I65321` - Task duration is not calculated properly in dialog edit.
16+
17+
- `#I413560` - Datasource Property not updated properly after row indent and outdent issue has been fixed.
18+
519
## 20.3.56 (2022-11-08)
620

721
### Gantt
822

923
#### Bug Fixes
1024

25+
- `#I414182` - Datasource Property not updated properly after row drag and drop issue has been fixed.
26+
- `#I413625` - Current view data not updated properly when dynamically change the view type issue has been fixed.
27+
- `#I414481` - Dynamically updating the `renderBaseline` property in immutable mode issue has been fixed.
28+
29+
- `#I413261` - Dependency values for the parent task are not properly updated issue has been fixed.
30+
- `#I414182` - Datasource Property not updated properly after row drag and drop issue has been fixed.
31+
- `#I413625` - Current view data not updated properly when dynamically change the view type issue has been fixed.
32+
33+
## 20.3.52 (2022-10-26)
34+
35+
### Gantt
36+
37+
#### Bug Fixes
38+
1139
- `#I413261` - Dependency values for the parent task are not properly updated issue has been fixed.
1240
- `#I412821` - Row drag and drop is not working properly when Virtualization is enabled.
1341

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

components/grids/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.3.57 (2022-11-15)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#I413480` - Enter and shift enter key functionalities are working fine with template columns.
12+
- `#F178089` - Script error with virtual scroll and frozen columns has been resolved.
13+
- `#I414874` - Column chooser checkbox state is now reading properly by JAWS screen reader.
14+
- `#I379911` - Now, the selected page will be read as current page by JAWS screen reader.
15+
- `#I408692` - Tooltip Issue while using fancy characters in grid has been fixed.
16+
- `#F38295` - Incorrect Ellipsis with narrow checkbox column in grid has been fixed.
17+
- `#I413202` - Issue with rendering dropdown component in grid cell with batch editing has been fixed.
18+
519
## 20.3.56 (2022-11-08)
620

721
### 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-vue-grids",
3-
"version": "20.3.52",
3+
"version": "20.3.56",
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

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

33
## [Unreleased]
44

5-
## 20.3.56 (2022-11-08)
5+
## 20.3.57 (2022-11-15)
66

77
### Heatmap
88

components/inputs/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+
## 20.3.57 (2022-11-15)
6+
7+
### NumericTextBox
8+
9+
#### Bug Fixes
10+
11+
- `#I417969` - The issue "Clear button does not working after the component is enabled" has been resolved.
12+
13+
- `#I412717` - The issue "typing zero does not updated on two way binding numeric textbox" has been resolved.
14+
15+
### TextBox
16+
17+
#### Bug Fixes
18+
19+
- `#I415324` - The issue "Refresh method is not working properly in TextBox component" has been resolved.
20+
521
## 20.3.50 (2022-10-18)
622

723
### TextBox

components/inputs/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-inputs",
3-
"version": "20.3.50",
3+
"version": "20.3.56",
44
"description": "A package of Essential JS 2 input components such as Textbox, Color-picker, Masked-textbox, Numeric-textbox, Slider, Upload, and Form-validator that is used to get input from the users. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/kanban/CHANGELOG.md

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

99
#### Bug Fixes
1010

11+
- `#FB37730` - Now, dragging and dropping cards quickly onto empty columns works properly.
12+
- `#F178105` - Now, dragging and dropping cards between the columns for the first time will trigger the `dataSourceChanged` event properly.
13+
14+
## 20.3.49 (2022-10-11)
15+
16+
### Kanban
17+
18+
#### Bug Fixes
19+
1120
- `#I407975` - Now, the column clones are created properly when dragging the card when the horizontal page scroll appears and it is scrolled.
1221

1322
## 20.2.44 (2022-08-16)

components/kanban/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-kanban",
3-
"version": "20.3.47",
3+
"version": "20.3.56",
44
"description": "The Kanban board is an efficient way to visualize the workflow at each stage along its path to completion. The most important features available are Swim lane, filtering, and editing. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

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+
## 20.3.57 (2022-11-15)
6+
7+
### Dashboard Layout
8+
9+
#### Bug Fixes
10+
11+
- `#F178215` - In the Dashboard Layout component, the panel template does not work while using the v-slot issue has been resolved.
12+
513
## 20.3.48 (2022-10-05)
614

715
### Dashboard Layout

components/layouts/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-layouts",
3-
"version": "20.3.48",
3+
"version": "20.3.56",
44
"description": "A package of Essential JS 2 layout pure CSS components such as card and avatar. The card is used as small container to show content in specific structure, whereas the avatars are icons, initials or figures representing particular person. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/lists/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-lists",
3-
"version": "20.3.50",
3+
"version": "20.3.56",
44
"description": "The listview control allows you to select an item or multiple items from a list-like interface and represents the data in interactive hierarchical structure across different layouts or views. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/maps/CHANGELOG.md

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

1515
## [Unreleased]
1616

17-
## 20.3.56 (2022-11-08)
17+
## 20.3.57 (2022-11-15)
1818

1919
### Maps
2020

components/navigations/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+
## 20.3.57 (2022-11-15)
6+
7+
### TreeView
8+
9+
#### Bug Fixes
10+
11+
- `#I417236` - The accessibility issue mentioned in the TreeView component has been resolved.
12+
- `#I415849` - The issue with "Expand animation is not working for the dynamically added node on initial expanding in TreeView" has been resolved.
13+
14+
- `#I415849` - The issue with "Expand animation is not working for the dynamically added node on initial expanding in TreeView" has been resolved.
15+
516
## 20.3.50 (2022-10-18)
617

718
### ContextMenu

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-vue-navigations",
3-
"version": "20.3.50",
3+
"version": "20.3.56",
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",

0 commit comments

Comments
 (0)