Skip to content

Commit 1a79a82

Browse files
author
pipeline
committed
v17.3.29 is released
1 parent 5285f37 commit 1a79a82

Some content is hidden

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

43 files changed

+205
-41
lines changed

components/barcodegenerator/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-barcode-generator",
3-
"version": "17.3.19",
3+
"version": "17.3.27",
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 17.3.28 (2019-11-19)
5+
## 17.3.29 (2019-11-26)
66

77
### Common
88

components/calendars/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-calendars",
3-
"version": "17.3.27",
3+
"version": "17.3.28",
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/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-charts",
3-
"version": "17.3.27",
3+
"version": "17.3.28",
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/diagrams/CHANGELOG.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,21 @@
22

33
## [Unreleased]
44

5-
## 17.3.28 (2019-11-19)
5+
## 17.3.29 (2019-11-26)
66

77
### Diagram
88

9+
#### New Features
10+
11+
- `#248460`,`#253930` - The support has been provided to restrict the movement of lane children beyond their boundaries.
12+
- `#254732` - The support has been provided to rearrange lanes within the swimlane.
13+
914
#### Bug Fixes
1015

11-
- `F149060` - Unable to remove the connector that are drawn at the run time issue has been fixed.
16+
- `F149060` - The issue "unable to remove the connector drawn at the run time" has been fixed.
17+
- `#227953` - The issue with updating line routing dynamically has been fixed.
18+
- `#254993` - The issue "Text Wrapping is not working for lane headers" has been fixed.
19+
- `#255299` - Visibility issue while using image as content for user handle is now fixed.
1220

1321
## 17.3.28 (2019-11-19)
1422

components/documenteditor/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
## [Unreleased]
44

5+
## 17.3.29 (2019-11-26)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#252868`, `#254873` - Resolved script error when resizing table row.
12+
- `#251882` - Line spacing for paragraph is now apply properly when line spacing type is atleast.
13+
- `#143383` - Paper size drop down is now update properly based on page width and page height.
14+
- `#255741` - Fixed the focus issue when key pressed on input element.
15+
- `#250770` - RTL text with special characters are now layout properly.
16+
- `10269` - Line spacing is now exported properly.
17+
518
## 17.3.28 (2019-11-19)
619

720
### Document Editor

components/documenteditor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-documenteditor",
3-
"version": "17.3.27",
3+
"version": "17.3.28",
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/CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
22

33
## [Unreleased]
44

5+
## 17.3.29 (2019-11-26)
6+
7+
### AutoComplete
8+
9+
#### New Features
10+
11+
- `#254473` - Now, you can clear the selected values using `clear` method.
12+
13+
### ComboBox
14+
15+
#### New Features
16+
17+
- `#254473` - Now, you can clear the selected values using `clear` method.
18+
19+
### DropDownList
20+
21+
#### New Features
22+
23+
- `#254473` - Now, you can clear the selected values using `clear` method.
24+
25+
### MultiSelect
26+
27+
#### New Features
28+
29+
- `#254473` - Now, you can clear the selected values using `clear` method.
30+
531
## 17.3.28 (2019-11-19)
632

733
### MultiSelect

components/dropdowns/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-dropdowns",
3-
"version": "17.3.27",
3+
"version": "17.3.28",
44
"description": "Essential JS 2 DropDown Components for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/filemanager/CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88

99
#### Bug Fixes
1010

11-
- #I252873 The issue with ` file search on pressing the enter key` has been fixed.
11+
- `#252873` - The issue with ` file search on pressing the enter key` has been fixed.
1212

1313
## 17.3.27 (2019-11-12)
1414

1515
### File Manager
1616

1717
#### Bug Fixes
1818

19-
- #F148827 New event `fileSelection` have been included to restrict the file selection in file manager.
19+
- `#148827` - New event `fileSelection` have been included to restrict the file selection in file manager.
2020

2121
## 17.3.26 (2019-11-05)
2222

@@ -149,7 +149,7 @@
149149

150150
#### New Features
151151

152-
- #144270 - Added support to use the JWT tokens with `beforeSend` event’s Ajax settings.
152+
- `#144270` - Added support to use the JWT tokens with `beforeSend` event’s Ajax settings.
153153

154154
## 17.1.42 (2019-04-23)
155155

components/filemanager/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-filemanager",
3-
"version": "17.3.27",
3+
"version": "17.3.28",
44
"description": "Essential JS 2 FileManager Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/gantt/CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
## [Unreleased]
44

5+
## 17.3.29 (2019-11-26)
6+
7+
### Gantt
8+
9+
#### Bug Fixes
10+
11+
- `F149069` - Parent taskbar alignment issue while rendering with single milestone child record has been fixed.
12+
- `F149070` - Key navigation disable issue on Tree Grid section has been fixed.
13+
- `#255266` - ParentID field not available in taskData field has been fixed.
14+
15+
## 17.3.28 (2019-11-19)
16+
17+
### Gantt
18+
19+
#### Bug Fixes
20+
21+
- `#253912` - Parent taskbar disappearance issue while deleting all its child records has been fixed.
22+
523
## 17.3.19 (2019-10-22)
624

725
### Gantt

components/gantt/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-gantt",
3-
"version": "17.3.26",
3+
"version": "17.3.28",
44
"description": "Essential JS 2 Gantt Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/grids/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
## [Unreleased]
44

5+
## 17.3.29 (2019-11-26)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#252476`, `#254801` - Script error throws while clicking the empty row with first column as visible false has been fixed.
12+
- `#253639` - `totalRecordsCount` and `totalPages` values are not refreshed in Grid `pagerTemplate` has been fixed.
13+
- `#254057` - DataSource modified when `aggregateModule` is refreshed in Grid has been fixed.
14+
- `#250278` - Provided event support for customizing Group Caption text.
15+
- `#255431` - Script error throws, while updating the row in edited state has been fixed.
16+
517
## 17.3.28 (2019-11-19)
618

719
### Grid

components/grids/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-grids",
3-
"version": "17.3.27",
3+
"version": "17.3.28",
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/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 17.3.29 (2019-11-26)
6+
7+
### In-place Editor
8+
9+
#### Bug Fixes
10+
11+
- `#253385` - The issue with displaying tooltip in the edit mode in the In-place Editor has been resolved.
12+
513
## 17.3.16 (2019-10-09)
614

715
### In-place Editor

components/inputs/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 17.3.29 (2019-11-26)
6+
7+
### Form Validator
8+
9+
#### Bug Fixes
10+
11+
- Now, validation works for newly added elements by calling the `refresh` method.
12+
513
## 17.3.28 (2019-11-19)
614

715
### TextBox

components/inputs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-inputs",
3-
"version": "17.3.27",
3+
"version": "17.3.28",
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

+22-6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
## [Unreleased]
44

5+
## 17.3.29 (2019-11-26)
6+
7+
### Dashboard Layout
8+
9+
#### Bug Fixes
10+
11+
- `#256123` - Issue with removing `e-dragging` class after panel resize has been resolved.
12+
13+
### Splitter
14+
15+
#### Bug Fixes
16+
17+
- `#I255141` -Resolved the issue with separator's visible state when collapsible the last pane .
18+
19+
- `#252195` - The alignment issue with expand and collapse icons in the internet explorer browser has been resolved.
20+
521
## 17.3.28 (2019-11-19)
622

723
### Dashboard Layout
@@ -10,6 +26,12 @@
1026

1127
- `#F149164` - Resolved the issue with panel resizing when more than one Dashboard Layout component is used in a page.
1228

29+
### Splitter
30+
31+
#### New Features
32+
33+
- `#251791` - Provided the support to use DOM element as pane content by configuring the selector to the content of `paneSettings` property.
34+
1335
## 17.3.27 (2019-11-12)
1436

1537
### Splitter
@@ -24,12 +46,6 @@
2446

2547
- `#252410` - Resolved the interaction issue with expand and collapse pane.
2648

27-
- `#252195` - The alignment issue with expand and collapse icons in the internet explorer browser has been resolved.
28-
29-
#### New Features
30-
31-
- `#251791` - Provided the support to use DOM element as pane content by configuring the selector to the content of `paneSettings` property.
32-
3349
## 17.2.48-beta (2019-08-28)
3450

3551
### Splitter

components/layouts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-layouts",
3-
"version": "17.3.27",
3+
"version": "17.3.28",
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/lineargauge/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-lineargauge",
3-
"version": "17.3.21",
3+
"version": "17.3.27",
44
"description": "Essential JS 2 LinearGauge Components for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/lists/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 17.3.28 (2019-11-19)
5+
## 17.3.27 (2019-11-12)
66

77
### ListBox
88

components/lists/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-lists",
3-
"version": "17.3.26",
3+
"version": "17.3.27",
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-maps",
3-
"version": "17.3.26",
3+
"version": "17.3.27",
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 17.3.28 (2019-11-19)
5+
## 17.3.27 (2019-11-12)
66

77
### Tab
88

components/navigations/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-navigations",
3-
"version": "17.3.26",
3+
"version": "17.3.27",
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",

components/notifications/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 17.3.28 (2019-11-19)
5+
## 17.3.27 (2019-11-12)
66

77
### Toast
88

components/notifications/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-notifications",
3-
"version": "17.3.26",
3+
"version": "17.3.27",
44
"description": "A package of Essential JS 2 notification components such as Toast and Badge which used to notify important information to end-users. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/pdfviewer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-pdfviewer",
3-
"version": "17.3.27",
3+
"version": "17.3.28",
44
"description": "Essential JS 2 PDF viewer Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)