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

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-react-documenteditor",
3-
"version": "17.3.21",
3+
"version": "17.3.26",
44
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/dropdowns/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-dropdowns",
3-
"version": "17.3.21",
3+
"version": "17.3.26",
44
"description": "Essential JS 2 DropDown Components for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/filemanager/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+
### File Manager
8+
9+
#### Bug Fixes
10+
11+
- #F148827 New event `fileSelection` have been included to restrict the file selection in file manager.
12+
513
## 17.3.26 (2019-11-05)
614

715
### File Manager

components/filemanager/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-filemanager",
3-
"version": "17.3.19",
3+
"version": "17.3.26",
44
"description": "Essential JS 2 FileManager Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/gantt/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-gantt",
3-
"version": "17.3.19",
3+
"version": "17.3.26",
44
"description": "Essential JS 2 Gantt Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/grids/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
## [Unreleased]
44

5+
## 17.3.27 (2019-11-12)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#249911` - Border style is not set on last row when performing edit operations issue has been fixed.
12+
- `#253795` - Script error thrown when having header template in stacked header cell issue has been fixed.
13+
- `#252476` - Script errors throws while navigating empty grid with tab issue has been fixed.
14+
- `#251960` - Performance issue occurs when selecting large amount of records in Checkbox in Grid.
15+
- `#251934` - Custom Date format issue has been fixed.
16+
- `#252405` - Provided operator support for Custom Excel filter.
17+
- `#252987`,`#252201` - Refreshing the grid with edited child grid throws script error has been fixed.
18+
- `#148096` - Error thrown when `hidemedia` is enabled issue has been fixed.
19+
520
## 17.3.26 (2019-11-05)
621

722
### Grid

components/grids/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-grids",
3-
"version": "17.3.21",
3+
"version": "17.3.26",
44
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/inplaceeditor/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-inplace-editor",
3-
"version": "17.3.19",
3+
"version": "17.3.26",
44
"description": "A package of Essential JS 2 Inplace editor components, which is used to edit and update the value dynamically in server. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/inputs/CHANGELOG.md

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,33 @@
22

33
## [Unreleased]
44

5-
## 17.3.26 (2019-11-05)
5+
## 17.3.27 (2019-11-12)
66

7-
### ColorPicker
7+
### TextBox
8+
9+
#### New Features
10+
11+
- `#233835`, `#236707` - Now, you can adjust the width of textbox component using `width` property.
12+
13+
### Uploader
814

915
#### Bug Fixes
1016

11-
- `F147566` - In Palette mode, Empty string color value shows the default color(green) instead of no color has been fixed.
17+
- `#252841` - Now, you can `drag and drop` the folders in `directory upload`.
18+
19+
### ColorPicker
1220

1321
#### Breaking Changes
1422

15-
- Opacity value is removed from `value` when `enableOpacity` property is set a false.
23+
- Opacity value is removed from `value` when `enableOpacity` property is set as false.
24+
25+
## 17.3.26 (2019-11-05)
26+
27+
### ColorPicker
28+
29+
#### Bug Fixes
30+
31+
- `F147566` - In Palette mode, Empty string color value shows the default color(green) instead of no color has been fixed.
1632

1733
### Uploader
1834

components/inputs/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-inputs",
3-
"version": "17.3.21",
3+
"version": "17.3.26",
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 React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/layouts/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
## [Unreleased]
44

5+
## 17.3.27 (2019-11-12)
6+
7+
### Splitter
8+
9+
#### Bug Fixes
10+
11+
- `#253345` - The Console error thrown when navigating from splitter component to another page has been resolved.
12+
13+
#### New Features
14+
15+
- `#251791` - Provided the support to use DOM element as pane content by configuring the selector to the content of `paneSettings` property.
16+
517
## 17.3.21 (2019-10-30)
618

719
### Splitter

components/layouts/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-layouts",
3-
"version": "17.3.21",
3+
"version": "17.3.26",
44
"description": "A package of Essential JS 2 layout pure CSS components such as card and avatar. The card is used as small container to show content in specific structure, whereas the avatars are icons, initials or figures representing particular person. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/lists/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+
### ListBox
8+
9+
#### Bug Fixes
10+
11+
- Issue with Drag and Drop in Empty area of List Box has been fixed
12+
513
## 17.3.21 (2019-10-30)
614

715
### ListBox

components/lists/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-lists",
3-
"version": "17.3.21",
3+
"version": "17.3.26",
44
"description": "The listview control allows you to select an item or multiple items from a list-like interface and represents the data in interactive hierarchical structure across different layouts or views. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/maps/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-maps",
3-
"version": "17.3.21",
3+
"version": "17.3.26",
44
"description": "The Maps component is used to visualize the geographical data and represent the statistical data of a particular geographical area on earth with user interactivity, and provides various customizing options for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/navigations/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 17.3.27 (2019-11-12)
6+
7+
### Tab
8+
9+
#### Bug Fixes
10+
11+
- `#253216` - An issue with destroying Tab component in IE11 has been fixed.
12+
13+
### TreeView
14+
15+
#### Bug Fixes
16+
17+
- #242926 - Now the drop indicator has been shown correctly while hovering the expand and collapse icon.
18+
519
## 17.3.26 (2019-11-05)
620

721
### Menu

components/navigations/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-navigations",
3-
"version": "17.3.21",
3+
"version": "17.3.26",
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 React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)