Skip to content

Commit 252da93

Browse files
author
pipeline
committed
v19.2.47 is released
1 parent e1582c1 commit 252da93

File tree

37 files changed

+191
-30
lines changed

37 files changed

+191
-30
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-react-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 React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/calendars/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 19.2.46 (2021-07-06)
6-
7-
### DatePicker
8-
9-
#### Bug Fixes
10-
11-
- `#I299892` - Issue with "null reference exception throws while changing the value using `useState`" has been resolved.
12-
135
## 19.2.44 (2021-06-30)
146

157
### DatePicker
@@ -1156,6 +1148,14 @@ TimePicker component is the pre-filled dropdown list with the time values 12/24
11561148
- **Accessibility** - Provided with built-in accessibility support which helps to access all the TimePicker component features through the keyboard, screen readers, or other assistive technology devices.
11571149

11581150

1151+
## 19.2.46 (2021-07-06)
1152+
1153+
### DatePicker
1154+
1155+
#### Bug Fixes
1156+
1157+
- `#I299892` - Issue with "null reference exception throws while changing the value using `useState`" has been resolved.
1158+
11591159
## 18.4.42 (2021-02-09)
11601160

11611161
### DatePicker

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-react-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 React",
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-react-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 React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/circulargauge/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
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+
816
## 19.2.46 (2021-07-06)
917

1018
### 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-react-circulargauge",
3-
"version": "17.4.39",
3+
"version": "19.2.46",
44
"description": "Essential JS 2 CircularGauge Components for React",
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-react-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 React",
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

0 commit comments

Comments
 (0)