Skip to content

Commit 0336973

Browse files
author
pipeline
committed
v17.3.27 is released
1 parent e078ca6 commit 0336973

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

+236
-52
lines changed

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.3.26 (2019-11-05)
5+
## 17.3.27 (2019-11-12)
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.3.19",
3+
"version": "17.3.26",
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: 31 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
22

33
## [Unreleased]
44

5+
## 17.3.27 (2019-11-12)
6+
7+
### DateTimePicker
8+
9+
#### New Features
10+
11+
- `#147796` - Now, you can get the cleared event when clear the DateTimePicker's value using clear button.
12+
13+
### DatePicker
14+
15+
#### New Features
16+
17+
- `#147796` - Now, you can get the cleared event when clear the DatePicker's value using clear button.
18+
19+
### TimePicker
20+
21+
#### New Features
22+
23+
- `#147796` - Now, you can get the cleared event when clear the TimePicker's value using clear button.
24+
25+
### DateRangePicker
26+
27+
#### New Features
28+
29+
- `#147796` - Now, you can get the cleared event when clear the DateRangePicker's value using clear button.
30+
531
## 17.3.26 (2019-11-05)
632

733
### DateTimePicker
@@ -524,27 +550,27 @@
524550

525551
#### Bug Fixes
526552

527-
- Now the `firstDayOfWeek` property will be updated based on the culture specific. Also, to get the firstday related information, then it is mandatory to load the `weekData.json` file from the `CLDR` data.
553+
- Now the `firstDayOfWeek` property will be updated based on the culture specific. Also, to get the firstday related information, then it is mandatory to load the `weekData.json` file from the `CLDR` data.
528554

529555
- Angular form rest for the invalid value in the textbox issue has been fixed.
530556

531557
### DatePicker
532558

533559
#### Bug Fixes
534560

535-
- Now the `firstDayOfWeek` property will be updated based on the culture specific. Also, to get the firstday related information, then it is mandatory to load the `weekData.json` file from the `CLDR` data.
561+
- Now the `firstDayOfWeek` property will be updated based on the culture specific. Also, to get the firstday related information, then it is mandatory to load the `weekData.json` file from the `CLDR` data.
536562

537563
### DateTimePicker
538564

539565
#### Bug Fixes
540566

541-
- Now the `firstDayOfWeek` property will be updated based on the culture specific. Also, to get the firstday related information, then it is mandatory to load the `weekData.json` file from the `CLDR` data.
567+
- Now the `firstDayOfWeek` property will be updated based on the culture specific. Also, to get the firstday related information, then it is mandatory to load the `weekData.json` file from the `CLDR` data.
542568

543569
### Calendar
544570

545571
#### Bug Fixes
546572

547-
- Now the `firstDayOfWeek` property will be updated based on the culture specific. Also, to get the firstday related information, then it is mandatory to load the `weekData.json` file from the `CLDR` data.
573+
- Now the `firstDayOfWeek` property will be updated based on the culture specific. Also, to get the firstday related information, then it is mandatory to load the `weekData.json` file from the `CLDR` data.
548574

549575
## 16.2.46 (2018-07-30)
550576

@@ -973,4 +999,4 @@ TimePicker component is the pre-filled dropdown list with the time values 12/24
973999

9741000
- **StrictMode** - Allows to entering the only valid time in a textbox.
9751001

976-
- **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.
1002+
- **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.

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

33
## [Unreleased]
44

5+
## 17.3.27 (2019-11-12)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- #250481 - Radar and Polar Chart isClosed not connecting to the first point when the minimum value set for the y axis issue has been fixed.
12+
513
## 17.3.26 (2019-11-05)
614

715
### 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.3.21",
3+
"version": "17.3.26",
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.3.19",
3+
"version": "17.3.26",
44
"description": "Essential JS 2 CircularGauge Components for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/diagrams/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+
## 17.3.27 (2019-11-12)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#246889` - The issue "Context menu event will be triggered in ubuntu before the mouse up event, while context menu event will be fired in windows after mouse up" has been fixed.
12+
- `#253855` - The exception that thrown in addNodeToLane method because Undo/Redo Module is not injected has been fixed.
13+
- `#253804` - The issue with the Swimlane Header annotation styles that are unable to change has been fixed.
14+
515
## 17.3.21 (2019-10-30)
616

717
### Diagram

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.3.21",
3+
"version": "17.3.26",
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.3.27 (2019-11-12)
6+
7+
### Document Editor
8+
9+
#### New Features
10+
11+
- `#253104` - Added API to set custom header in XmlHttpRequest.
12+
13+
#### Bug Fixes
14+
15+
- `#251603` - When apply numbering list, continue numbering is now updated properly.
16+
- `#251689` - Resolved script error after cut and undo operation.
17+
- `#250599` - Script error now resolved when deleting page break.
18+
- `#250914`, `#251884` - Updated bookmark collection when bookmark gets removed.
19+
- `#251601` - Scrolling is now proper when mouse move out of document editor.
20+
521
## 17.3.26 (2019-11-05)
622

723
### Document Editor

0 commit comments

Comments
 (0)