Skip to content

Commit 7e7ddf1

Browse files
author
pipeline
committedApr 16, 2019
v17.1.41 is released
1 parent 5665a3d commit 7e7ddf1

File tree

30 files changed

+195
-18
lines changed

30 files changed

+195
-18
lines changed
 

‎components/base/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 17.1.40 (2019-04-09)
5+
## 17.1.41 (2019-04-16)
66

77
### Common
88

‎components/buttons/package.json

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

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

33
## [Unreleased]
44

5+
## 17.1.41 (2019-04-16)
6+
7+
### DatePicker
8+
9+
#### Bug Fixes
10+
11+
- #231875 - Now, you can enable the clear button dynamically after disabled the control.
12+
13+
- #F143747 - Now, you can set min and max value as null dynamically.
14+
15+
### DateTimePicker
16+
17+
#### Bug Fixes
18+
19+
- #231596, #232441 - Issue with clear button not shown when disable the `allowEdit` property has been fixed.
20+
21+
### DateRangePicker
22+
23+
#### Bug Fixes
24+
25+
- #231596, #232441 - Issue with clear button not shown when disable the `allowEdit` property has been fixed.
26+
27+
### TimePicker
28+
29+
#### Bug Fixes
30+
31+
- #231596, #232441 - Issue with clear button not shown when disable the `allowEdit` property has been fixed.
32+
- #231003 Issue with different icon size in bootstrap theme has been fixed.
33+
534
## 17.1.32-beta (2019-03-13)
635

736
### DatePicker

‎components/charts/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 17.1.41 (2019-04-16)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- Support has been provided for multiple export in horizontal mode.
12+
513
## 17.1.40 (2019-04-09)
614

715
### Accumulation chart

‎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.1.38",
3+
"version": "17.1.40",
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

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

33
## [Unreleased]
44

5+
## 17.1.41 (2019-04-16)
6+
7+
### Diagram
8+
9+
- #232371 - Drag and drop the nodes from symbol palette to the diagram will no longer work if the SymbolPalette "allowDrag" property set to false at runtime.
10+
- Now, the connector can be moved over the connection disabled node when drawing the connector using drawing tools.
11+
- #232226 - The issue "Annotation added multiple times in DOM if annotation's text overflow enabled and select the node" has been fixed.
12+
- #232343 - Diagram's selectionChange event is now triggered properly when selecting another node or unselect the selected node in less than 1 second after dragging the node.
13+
- Diagram's propertyChange event is now triggered properly when move the node using keyboard and undo/redo dragged node.
14+
- #233008 - BPMN sequence connector does not move with stroke when its dependent node is moved issue is now fixed.
15+
516
## 17.1.40 (2019-04-09)
617

718
### Diagram

‎components/diagrams/package.json

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

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

33
## [Unreleased]
44

5+
## 17.1.41 (2019-04-16)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- #232616 - Document contents are now exported properly.
12+
- #232616 - Page hang on editing the document is fixed.
13+
- #232327 - Tables are now removed properly.
14+
515
## 17.1.40 (2019-04-09)
616

717
### Document Editor
@@ -193,4 +203,4 @@ The Document Editor component is used to create, edit, view, and print Word docu
193203
- Allows user interactions like zoom, scroll, select contents through touch, mouse, and keyboard.
194204
- Provides intuitive UI options like context menu, dialogs, and navigation pane.
195205
- Creates a lightweight Word viewer using module injection to view and prints Word documents.
196-
- Added `Syncfusion.EJ2.DocumentEditor` NuGet package that contains helper library for converting Word documents to `Syncfusion Document Text (*.sfdt)`. It supports .NET Standard 2.0 Framework.
206+
- Added `Syncfusion.EJ2.DocumentEditor` NuGet package that contains helper library for converting Word documents to `Syncfusion Document Text (*.sfdt)`. It supports .NET Standard 2.0 Framework.

‎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.1.38",
3+
"version": "17.1.40",
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

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

33
## [Unreleased]
44

5+
## 17.1.41 (2019-04-16)
6+
7+
### MultiSelect
8+
9+
#### Bug Fixes
10+
11+
- #232673 - Issue with browser freeze when clear value using clear button has been fixed.
12+
13+
- #231997 - Issue with duplicate placeholder on multiselect issue has been fixed.
14+
15+
- #232218 - The popup open downward when select the items after scroll the page issue has been resolved.
16+
17+
- #231920 - The Custom value with pre select value not updated when set empty data source issue has been resolved.
18+
19+
### DropDownList
20+
21+
#### Bug Fixes
22+
23+
- #142944 - Item template not loaded, when change the datasource dynamically issue has been resolved.
24+
25+
### ComboBox
26+
27+
#### Bug Fixes
28+
29+
- #225254, #227938 - Template interpolated data not updated while filtering issue has been resolved.
30+
531
## 17.1.40 (2019-04-09)
632

733
### ListBox
@@ -50,6 +76,8 @@ The ListBox is a graphical user interface component used to display a list of it
5076

5177
- Placeholder is not updated properly when removed the value issue has been resolved.
5278

79+
- F143612 - Dropdown icon disappeared when set the lengthy placeholder issue has been fixed.
80+
5381
## 17.1.32-beta (2019-03-13)
5482

5583
### DropDownList

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

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

‎components/grids/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 17.1.41 (2019-04-16)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `args.cancel` support for grid `rowDeselecting` event with checkbox selection is provided.
12+
- `rowDeselected` event is misbehaved when performing the grid action with `persistSelection` property is resolved.
13+
- Unable to provide custom format for aggregate columns using tag helpers is resolved.
14+
- When the field for column is ""(not defined) then the column displays as "[object][object]" is resolved.
15+
- Searching is not working when dynamically changing the toolbar tooltip text is resolved.
16+
- Checkbox options in filter dialog misaligns in touch mode is resolved.
17+
518
## 17.1.40 (2019-04-09)
619

720
### 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.1.38",
3+
"version": "17.1.40",
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

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

33
## [Unreleased]
44

5-
## 17.1.40 (2019-04-09)
5+
## 17.1.41 (2019-04-16)
66

77
### In-place Editor
88

@@ -41,6 +41,7 @@
4141
- `space` key action issue is fixed with clicking save and cancel buttons.
4242
- Value persistence issue with `multi-select` when doing cancel action after removing selected item.
4343
- Double-Click issue in IOS device is fixed.
44+
- `Invalid background value` warning thrown in `In-place Editor`, that issue has been fixed.
4445

4546
## 16.4.40-beta (2018-12-10)
4647

‎components/inputs/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 17.1.41 (2019-04-16)
6+
7+
### NumericTextBox
8+
9+
#### Bug Fixes
10+
11+
- #231530 - Now, `change` event trigger when click on clear button.
12+
13+
### TextBox
14+
15+
#### Bug Fixes
16+
17+
- #231530 - Issue with event argument has null value when click on clear button has been fixed.
18+
519
## 17.1.40 (2019-04-09)
620

721
### Uploader

‎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.1.32",
3+
"version": "17.1.40",
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/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.1.38",
3+
"version": "17.1.40",
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

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

33
## [Unreleased]
44

5-
## 17.1.40 (2019-04-09)
5+
## 17.1.41 (2019-04-16)
66

77
### ListBase
88

‎components/maps/CHANGELOG.md

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

99
## [Unreleased]
1010

11+
## 17.1.41 (2019-04-16)
12+
13+
### Maps
14+
15+
#### Bug Fixes
16+
17+
- #F143717 - The issue "When setting high zoom factor to OpenStreetMap, sub layer is not placed properly" has been fixed".
18+
1119
## 17.1.32-beta (2019-03-13)
1220

1321
### Maps

‎components/navigations/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 17.1.41 (2019-04-16)
6+
7+
### Accordion
8+
9+
#### Bug Fixes
10+
11+
- Content value getting changed while updating header dynamically issue has been fixed.
12+
13+
### TreeView
14+
15+
#### Bug Fixes
16+
17+
- #231497 - Now the selected node background color is removed before collapsing the parent node with out removing 'e-active' class.
18+
519
## 17.1.40 (2019-04-09)
620

721
### TreeView
@@ -10,6 +24,12 @@
1024

1125
- Now the selected node background color is removed before collapsing the parent node.
1226

27+
### Tab
28+
29+
#### Bug Fixes
30+
31+
- Support to restrict add and remove functionalities of Tab has been provided.
32+
1333
## 17.1.38 (2019-03-29)
1434

1535
### Menu

‎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.1.38",
3+
"version": "17.1.40",
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/pdfviewer/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 17.1.41 (2019-04-16)
6+
7+
### PDF Viewer
8+
9+
#### Bug Fixes
10+
11+
- The font size is missing warning will no longer be thrown from styles in the PDF Viewer.
12+
513
## 17.1.40 (2019-04-09)
614

715
### PDF Viewer

‎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": "16.4.48",
3+
"version": "17.1.40",
44
"description": "Essential JS 2 PDF viewer Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

‎components/popups/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 17.1.40 (2019-04-09)
6+
7+
### Dialog
8+
9+
#### Bug Fixes
10+
11+
- The issue with preventing the dialog resize using `args.cancel` has been resolved.
12+
513
## 17.1.38 (2019-03-29)
614

715
### Dialog

‎components/popups/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-popups",
3-
"version": "17.1.38",
3+
"version": "17.1.40",
44
"description": "A package of Essential JS 2 popup components such as Dialog and Tooltip that is used to display information or messages in separate pop-ups. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

‎components/querybuilder/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 17.1.40 (2019-04-09)
5+
## 17.1.41 (2019-04-16)
66

77
### QueryBuilder
88

‎components/richtexteditor/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 17.1.40 (2019-04-09)
5+
## 17.1.41 (2019-04-16)
66

77
### RichTextEditor
88

‎components/schedule/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 17.1.41 (2019-04-16)
6+
7+
### Schedule
8+
9+
#### Bug Fixes
10+
11+
- #143412 - An issue with event editing using public `saveEvent` method and checking slot availability using `isSlotAvailable` method is fixed.
12+
- #143720 - An issue with passing multiple resource for adding dynamically using `addResource` public method is fixed.
13+
- #232246 - An issue with event resizing is not properly update when `startHour` and `endHour` using in timeline views is fixed.
14+
- #231332 - An issue with block alert validation in recurrence event and data is not received in `popupOpen` event is fixed.
15+
516
## 17.1.38 (2019-03-29)
617

718
### Schedule

‎components/treegrid/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 17.1.41 (2019-04-16)
6+
7+
### TreeGrid
8+
9+
#### Bug Fixes
10+
11+
-#143815 - `GridLine` property is working fine in MVC
12+
513
## 17.1.40 (2019-04-09)
614

715
### TreeGrid

0 commit comments

Comments
 (0)
Please sign in to comment.