Skip to content

Commit a2b4868

Browse files
author
pipeline
committed
v17.4.47 is released
1 parent 1839c30 commit a2b4868

Some content is hidden

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

55 files changed

+232
-89
lines changed

components/barcodegenerator/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-barcode-generator",
3-
"version": "17.4.43",
3+
"version": "17.4.46",
44
"description": "Barcode generator component is a pure JavaScript library which will convert a string to Barcode and show it to the user. This supports major 1D and 2D barcodes including coda bar, code 128, QR Code. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

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-
## 17.4.46 (2020-01-30)
5+
## 17.4.47 (2020-02-05)
66

77
### Common
88

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": "17.4.43",
3+
"version": "17.4.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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 17.4.47 (2020-02-05)
6+
7+
### DatePicker
8+
9+
#### Bug Fixes
10+
11+
- `#260342` - Issue with "input not focus while already opened the another datepicker" has been resolved.
12+
513
## 17.4.46 (2020-01-30)
614

715
### 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.4.44",
3+
"version": "17.4.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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## [Unreleased]
44

5+
## 17.4.47 (2020-02-05)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `262642` - Accumulation Chart data manager result getting previous data while using query issue has fixed.
12+
- `147090` - 'clearSeries' Method is added to the Chart for clearing the all series.
13+
- `#149030` - Label Intersect Action does not work for datalabel template issue fixed.
14+
- `#262400` - Tooltip y value is not working when enable the group separator issue fixed.
15+
516
## 17.4.46 (2020-01-30)
617

718
### 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": "17.4.43",
3+
"version": "17.4.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/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.41",
3+
"version": "17.4.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": "17.4.44",
3+
"version": "17.4.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: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
## [Unreleased]
44

5+
## 17.4.47 (2020-02-05)
6+
7+
### Document Editor
8+
9+
#### New Features
10+
11+
- `#260639` - Added `enableComment` property to enable and disable comment.
12+
- `#259970` - Handled paste list behaviour using start at value of list.
13+
14+
#### Bug Fixes
15+
16+
- `#260206` - Resolved numbering list issue when list contains start at value.
17+
- `#260206` - Restart numbering is now working properly for different number format.
18+
- `#260637` - Resolved script error when removing comment in header.
19+
- `#249197` - Resolved exception when export Sfdt to other type in server side.
20+
521
## 17.4.46 (2020-01-30)
622

723
### Document Editor

0 commit comments

Comments
 (0)