Skip to content

Commit 7781fb8

Browse files
author
pipeline
committed
v19.2.47 is released
1 parent 73def59 commit 7781fb8

38 files changed

+202
-23
lines changed

components/buttons/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 19.2.47 (2021-07-13)
6+
7+
### Checkbox
8+
9+
#### Bug Fixes
10+
11+
- Issue with checkbox icon on Mac OS has been resolved.
12+
513
## 19.2.46 (2021-07-06)
614

715
### Chips

components/buttons/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-buttons",
3-
"version": "19.1.63",
3+
"version": "19.2.46",
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/calendars/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-calendars",
3-
"version": "17.2.48",
3+
"version": "19.2.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

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## [Unreleased]
44

5+
## 19.2.47 (2021-07-13)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#333145` - Point selection is now working properly, when specifying the selection on load.
12+
- `#334269` - Range area series is now rendering properly in stock chart.
13+
514
## 19.2.46 (2021-07-06)
615

716
### Chart

components/charts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-charts",
3-
"version": "19.2.44",
3+
"version": "19.2.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

+17
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@
55

66
## [Unreleased]
77

8+
## 19.2.47 (2021-07-13)
9+
10+
### CircularGauge
11+
12+
#### Bug Fixes
13+
14+
- `#I333600` - No script errors are thrown when the same start and end values are set in the range using the `setRangeValue()` method.
15+
16+
## 19.2.46 (2021-07-06)
17+
18+
### CircularGauge
19+
20+
#### Bug Fixes
21+
22+
- `#I333600` - No script errors are thrown when the same start and end values are set in the range using the `setRangeValue()` method.
23+
- `#I333600` - When the `start` and `end` values of the range are set to the same value, the range's path will be correct now.
24+
825
## 19.1.58 (2021-04-27)
926

1027
### CircularGauge

components/circulargauge/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-circulargauge",
3-
"version": "17.4.39",
3+
"version": "19.2.46",
44
"description": "Essential JS 2 CircularGauge Components for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/diagrams/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-diagrams",
3-
"version": "19.1.69",
3+
"version": "19.2.46",
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

+19
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

33
## [Unreleased]
44

5+
## 19.2.47 (2021-07-13)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I331763` - Resolve the shifting issue in the table with table positioning property on relayouting
12+
- `#I330233` - Resolved the extra page adding issue when using update field.
13+
- `#I329790`, `#I331351` - Table is now layouted based on compatibility mode.
14+
- `#I332483` - Resolved the issue on bookmark shifting while removing document content.
15+
- `#I331762` - Table with merged cell is now layouted properly.
16+
- `#I330485` - OlePicture is now preserved as normal picture.
17+
- `#I330776` - Resolved the casing issue in the generated suggestions.
18+
- `#I330982` - Resolved the unexpected characters when pasting using Java server-side library.
19+
20+
#### New Features
21+
22+
- `#326715` - Added support to preserve "Keep With Next" and "Keep Lines Together" paragraph formatting in the document.
23+
524
## 19.2.46 (2021-07-06)
625

726
### Document Editor

components/documenteditor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-documenteditor",
3-
"version": "19.1.69",
3+
"version": "19.2.46",
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

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 19.2.47 (2021-07-13)
6+
7+
### MultiSelect
8+
9+
#### Bug Fixes
10+
11+
- `#I331063` - Issue with "popup is not opened while rendering component with HTML select tag and dynamically changing the data source" has been resolved.
12+
513
## 19.1.65 (2021-05-25)
614

715
### DropDownList

components/dropdowns/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-dropdowns",
3-
"version": "19.2.44",
3+
"version": "19.2.46",
44
"description": "Essential JS 2 DropDown Components for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/dropdowns/src/list-box/listbox.component.ts

+8
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,10 @@ export class ListBoxComponent extends ComponentBase {
163163
return this.ej2Instances.getSortedList();
164164
}
165165

166+
public hideSpinner(): void {
167+
return this.ej2Instances.hideSpinner();
168+
}
169+
166170
public moveAllTo(targetId?: string, index?: number): void {
167171
return this.ej2Instances.moveAllTo(targetId, index);
168172
}
@@ -198,6 +202,10 @@ export class ListBoxComponent extends ComponentBase {
198202
public selectItems(items: string[], state: boolean, isValue?: boolean): void {
199203
return this.ej2Instances.selectItems(items, state, isValue);
200204
}
205+
206+
public showSpinner(): void {
207+
return this.ej2Instances.showSpinner();
208+
}
201209
}
202210

203211
export const ListBoxPlugin = {

components/gantt/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
## [Unreleased]
44

5+
## 19.2.47 (2021-07-13)
6+
7+
### Gantt
8+
9+
#### Bug Fixes
10+
11+
- `#331618` - Issue in updating `dataSource` property has been fixed.
12+
- `#333672` - Issue in calculating duration across DST has been fixed.
13+
- Issue in tooltip position has been fixed.
14+
15+
- `#331618` - Issue in updating `dataSource` property has been fixed.
16+
- `#333672` - Issue in calculating duration across DST has been fixed.
17+
518
## 19.2.46 (2021-07-06)
619

720
### Gantt

components/gantt/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-gantt",
3-
"version": "18.4.33",
3+
"version": "19.2.46",
44
"description": "Essential JS 2 Gantt Component for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/grids/CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

33
## [Unreleased]
44

5+
## 19.2.47 (2021-07-13)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#F166398` - Empty column misalignment while using percentage width column with grouping is fixed.
12+
- `#I331505` - Multi Selection issue when enable `rowDragAndDrop` is fixed.
13+
- `#I333234` - Throws scripts error while `hide/show` the columns with `virtualization` is enabled, issue has been fixed.
14+
- `#I325339` - Need to modify the `aria-sort` attribute value to lower case.
15+
- `#I332233` - searching blank value is not working in filter text box is fixed.
16+
- `#I329930` - Virtual scrolling issue has been fixed while using it with grouping feature.
17+
- `#I334284, #F166423` - Infinite scroll records removed after refreshing issue has been fixed.
18+
- `#I310815, I331546, I326532` - Grid instance retaining memory leak issue has been fixed.
19+
20+
#### Breaking Changes
21+
22+
- Modified the `aria-sort` attribute value from `Ascending, Descending` to `ascending, descending`.
23+
524
## 19.2.46 (2021-07-06)
625

726
### Grid

components/grids/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-grids",
3-
"version": "17.2.48",
3+
"version": "19.2.46",
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 19.2.46 (2021-07-06)
5+
## 19.2.47 (2021-07-13)
66

77
### In-place Editor
88

components/inputs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-inputs",
3-
"version": "18.2.56",
3+
"version": "19.2.46",
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

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 19.2.47 (2021-07-13)
6+
7+
### Kanban
8+
9+
#### Bug Fixes
10+
11+
- `#F166554` - The problem with the selection that is not maintained in the card after performing CRUD operation has been fixed.
12+
513
## 19.2.46 (2021-07-06)
614

715
### Kanban

components/kanban/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-kanban",
3-
"version": "0.21.1",
3+
"version": "19.2.46",
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/lists/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 19.2.47 (2021-07-13)
6+
7+
### Common
8+
9+
#### Bug Fixes
10+
11+
- Sortable drop event is not triggered while dropping to the "no record found" element.
12+
513
## 19.1.65 (2021-05-25)
614

715
### Common

components/navigations/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-navigations",
3-
"version": "18.4.44",
3+
"version": "19.2.46",
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",

components/pdfviewer/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 19.2.47 (2021-07-13)
6+
7+
### PDF Viewer
8+
9+
#### Bug Fixes
10+
11+
- `#287792`, `#335501` - Now, the ExportFormfields as JSON is working properly.
12+
513
## 19.2.46 (2021-07-06)
614

715
### PDF Viewer

components/pdfviewer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-pdfviewer",
3-
"version": "19.1.67",
3+
"version": "19.2.46",
44
"description": "Essential JS 2 PDF viewer Component for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/pivotview/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 19.2.46 (2021-07-06)
5+
## 19.2.47 (2021-07-13)
66

77
### Pivot Table
88

components/popups/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 19.2.46 (2021-07-06)
5+
## 19.2.47 (2021-07-13)
66

77
### Tooltip
88

components/querybuilder/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 19.2.46 (2021-07-06)
5+
## 19.2.47 (2021-07-13)
66

77
### QueryBuilder
88

components/richtexteditor/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## [Unreleased]
44

5+
## 19.2.47 (2021-07-13)
6+
7+
### RichTextEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I332610` - The issue with "Adding a column to a table after resizing a column resets the resized column width" has been resolved.
12+
- `#I326508` - The issue with "Content is pasted outside the edit area of the Rich Text Editor when `enableXhtml` is set true" has been resolved.
13+
- `#I332614` - The issue with "Columns and row resize not working when there is unequal number columns in all rows" has been resolved.
14+
515
## 19.2.46 (2021-07-06)
616

717
### RichTextEditor

components/richtexteditor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-richtexteditor",
3-
"version": "18.3.35",
3+
"version": "19.2.46",
44
"description": "Essential JS 2 RichTextEditor component for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)