Skip to content

Commit 7e7ddf1

Browse files
author
pipeline
committed
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

Lines changed: 1 addition & 1 deletion
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

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.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

Lines changed: 29 additions & 0 deletions
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

Lines changed: 8 additions & 0 deletions
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

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.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

Lines changed: 11 additions & 0 deletions
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

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.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

Lines changed: 11 additions & 1 deletion
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

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.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

Lines changed: 28 additions & 0 deletions
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

0 commit comments

Comments
 (0)