Skip to content

Commit 7781fb8

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

File tree

38 files changed

+202
-23
lines changed

38 files changed

+202
-23
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+
## 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

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": "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

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": "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

Lines changed: 9 additions & 0 deletions
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

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.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

Lines changed: 17 additions & 0 deletions
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

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": "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

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.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

Lines changed: 19 additions & 0 deletions
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

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.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",

0 commit comments

Comments
 (0)