Skip to content

Commit 63e2524

Browse files
author
pipeline
committed
v19.3.48 is released
1 parent 193cdd9 commit 63e2524

File tree

41 files changed

+365
-31
lines changed

Some content is hidden

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

41 files changed

+365
-31
lines changed

components/calendars/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-
## 19.3.47 (2021-10-26)
5+
## 19.3.46 (2021-10-19)
66

77
### TimePicker
88

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-vue-calendars",
3-
"version": "19.3.44",
3+
"version": "19.3.46",
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

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

33
## [Unreleased]
44

5-
## 19.3.47 (2021-10-26)
5+
## 19.3.48 (2021-11-02)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I346066` - Pie chart datalabels are now rendering properly while disabling the legend dynamically.
12+
13+
## 19.3.46 (2021-10-19)
614

715
### Chart
816

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": "19.3.45",
3+
"version": "19.3.46",
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/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-
## 19.3.47 (2021-10-26)
8+
## 19.3.46 (2021-10-19)
99

1010
### CircularGauge
1111

components/circulargauge/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-circulargauge",
3-
"version": "19.3.44",
3+
"version": "19.3.46",
44
"description": "Essential JS 2 CircularGauge Components for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/diagrams/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 19.3.48 (2021-11-02)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I345844` - The issue "An exception occurs when perform search in the symbol palette" has been fixed.
12+
- `#F169922` - The issue "Need to provide support to set assistants based on datasource field in organizational chart" has been fixed.
13+
- `#I345570` - The issue "Nodes doesn't gets arranged in zindex order after grouping it" has been fixed.
14+
515
## 19.3.47 (2021-10-26)
616

717
### Diagram
818

919
#### Bug Fixes
1020

1121
- `#I342681` - The issue "BPMN Task shape becomes square shape when printing the diagram" has been fixed.
12-
- `#I345844` - The issue "An exception occurs when perform search in the symbol palette" has been fixed.
1322

1423
## 19.3.46 (2021-10-19)
1524

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": "19.3.46",
3+
"version": "19.3.47",
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: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## [Unreleased]
44

5+
## 19.3.48 (2021-11-02)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I340276` - Resolved issue with entering custom date time value in form field.
12+
- `#I344605` - Resolved the context menu rendering issue for multiple instances of DocumentEditor in the same page.
13+
- `#I343106` - Resolved the table border rendering issue.
14+
515
## 19.3.47 (2021-10-26)
616

717
### Document Editor
@@ -57,6 +67,19 @@
5767

5868
#### Bug Fixes
5969

70+
- `#I339602` – Track changes is now updated properly in header and footer.
71+
- `#I341964`, `#I342165` – Resolved the text rearrange issue in copy/paste of RTL text.
72+
- `#I339714` – Footnote order is now updated properly.
73+
- `#I339973` - Table serialization issue in word export is resolved.
74+
- `#I340795` – Issue with copying field is resolved.
75+
- `#I339872` – Page number is footer is now updated properly.
76+
- `#I339576`, `#F168072` – Resolved the issue in applying page orientation with the section break.
77+
- `#I339027` – Resolved the script error in saving tracked content in header/footer.
78+
- `#I340532` – Html elements are now properly disposed.
79+
- `#F168319` – Resolved the ViewChange event binding issue in Document Editor component
80+
- `#I340643`, `#I341375` – Resolved the history issue in comment operations
81+
- `#I341840` – Resolved the table rendering issue.
82+
6083
- `#I339602` – Track changes is now updated properly in header and footer.
6184
- `#I341964`, `#I342165` – Resolved the text rearrange issue in copy/paste of RTL text.
6285
- `#I339714` – Footnote order is now updated properly.

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": "19.3.46",
3+
"version": "19.3.47",
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 19.3.48 (2021-11-02)
6+
7+
### Dropdown Tree
8+
9+
#### Bug Fixes
10+
11+
- `#I344723` - The issue with "The selected value is not removed from the Dropdown Tree while using the value property as two-way binding" has been resolved.
12+
513
## 19.3.47 (2021-10-26)
614

715
### Dropdown Tree

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

components/filemanager/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-
## 19.3.47 (2021-10-26)
5+
## 19.3.48 (2021-11-02)
66

77
### File Manager
88

components/gantt/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+
## 19.3.48 (2021-11-02)
6+
7+
### Gantt
8+
9+
#### Bug Fixes
10+
11+
- `#343417` - Issue in updating row index after row drag and drop has been fixed.
12+
- `#346516` - Issue in context menu after cell editing has been fixed.
13+
- `#346736` - Issue in rendering connector points when progress field is not mapped has been fixed.
14+
515
## 19.3.47 (2021-10-26)
616

717
### Gantt

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": "19.3.46",
3+
"version": "19.3.47",
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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
## [Unreleased]
44

5+
## 19.3.48 (2021-11-02)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#I345881` - Script error while reordering with the column `virtualization` is resolved.
12+
- `#I345229` - `expandAll` and `CollapseAll` in grouping issue has been fixed.
13+
- `#I343503` - row Selected data is incorrect while apply Sorting and Grouping is fixed.
14+
15+
- `#I321988` - `Vue` Pager template issue has been fixed.
16+
517
## 19.3.47 (2021-10-26)
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-vue-grids",
3-
"version": "19.3.46",
3+
"version": "19.3.47",
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/inplaceeditor/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-
## 19.3.47 (2021-10-26)
5+
## 19.3.48 (2021-11-02)
66

77
### In-place Editor
88

components/inputs/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 19.3.48 (2021-11-02)
6+
7+
### ColorPicker
8+
9+
#### Bug Fixes
10+
11+
- `createPopupOnClick` property scenario not handled properly in `ColorPicker` has been resolved.
12+
- `I344127` - Issue with ColorPicker value not updated properly if opacity is set to false has been resolved.
13+
14+
## 19.3.44 (2021-10-05)
15+
16+
### NumericTextBox
17+
18+
#### Bug Fixes
19+
20+
- `#I319166` - Issue with "lazy modifier not working" has been resolved.
21+
522
## 19.2.59 (2021-08-31)
623

724
### Uploader

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": "18.34.1",
3+
"version": "19.3.47",
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/inputs/src/color-picker/colorpicker.component.ts

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

88

99
// {{VueImport}}
10-
export const properties: string[] = ['islazyUpdate', 'columns', 'cssClass', 'disabled', 'enableOpacity', 'enablePersistence', 'enableRtl', 'inline', 'locale', 'mode', 'modeSwitcher', 'noColor', 'presetColors', 'showButtons', 'value', 'beforeClose', 'beforeModeSwitch', 'beforeOpen', 'beforeTileRender', 'change', 'created', 'onModeSwitch', 'open', 'select'];
10+
export const properties: string[] = ['islazyUpdate', 'columns', 'createPopupOnClick', 'cssClass', 'disabled', 'enableOpacity', 'enablePersistence', 'enableRtl', 'inline', 'locale', 'mode', 'modeSwitcher', 'noColor', 'presetColors', 'showButtons', 'value', 'beforeClose', 'beforeModeSwitch', 'beforeOpen', 'beforeTileRender', 'change', 'created', 'onModeSwitch', 'open', 'select'];
1111
export const modelProps: string[] = ['value'];
1212

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

components/kanban/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-
## 19.3.47 (2021-10-26)
5+
## 19.3.48 (2021-11-02)
66

77
### Kanban
88

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+
## 19.3.48 (2021-11-02)
6+
7+
### Dashboard Layout
8+
9+
#### Bug Fixes
10+
11+
- `#169467` - The issue with "Dashboard panel position changes on window resize" has been resolved
12+
513
## 19.3.44 (2021-10-05)
614

715
### Splitter

components/lists/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 19.3.47 (2021-10-26)
5+
## 19.3.48 (2021-11-02)
6+
7+
### ListBase
8+
9+
#### Bug Fixes
10+
11+
- `#I344581` - The issue with "ListView item is displayed as an anchor element when URL is present in data source" has been resolved.
12+
13+
## 19.3.45 (2021-10-12)
614

715
### ListView
816

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": "19.3.44",
3+
"version": "19.3.45",
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-
## 19.3.47 (2021-10-26)
17+
## 19.3.48 (2021-11-02)
1818

1919
### Maps
2020

components/navigations/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-
## 19.3.47 (2021-10-26)
5+
## 19.3.46 (2021-10-19)
66

77
### Tab
88

0 commit comments

Comments
 (0)