Skip to content

Commit 5665a3d

Browse files
author
pipeline
committed
v17.1.40 is released
1 parent 6573a24 commit 5665a3d

Some content is hidden

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

74 files changed

+300
-64
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.38 (2019-03-29)
5+
## 17.1.40 (2019-04-09)
66

77
### Common
88

components/buttons/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.40 (2019-04-09)
6+
7+
### RadioButton
8+
9+
#### New Features
10+
11+
- Provided `getSelectedValue` method to find the value of selected radio button in a group.
12+
513
## 17.1.1-beta (2019-01-29)
614

715
### Chips

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.32",
3+
"version": "17.1.38",
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/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.1.32",
3+
"version": "17.1.38",
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: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
## [Unreleased]
44

5+
## 17.1.40 (2019-04-09)
6+
7+
### Accumulation chart
8+
9+
#### Bug Fixes
10+
11+
- Now Accumulation chart is refreshing properly on data change.
12+
13+
### Chart
14+
15+
#### Bug Fixes
16+
17+
- Stacking column is not rendered properly when yvalue in string is fixed.
18+
- Zoomposition is not proper, when the axis is inversed is fixed.
19+
- Multiline label alignment is not proper, when breaking the labels into smaller text issue fixed
20+
521
## 17.1.32-beta (2019-03-13)
622

723
### 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.32",
3+
"version": "17.1.38",
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.1.32",
3+
"version": "17.1.38",
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: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,40 @@
22

33
## [Unreleased]
44

5+
## 17.1.40 (2019-04-09)
6+
7+
### Diagram
8+
9+
- Z-index for nodes/connectors is now properly updated when rendering the nodes/connectors with same z-index in symbol palette and drag and drop the nodes from the symbol palette to the diagram.
10+
- Now, the connection between the ports has been established when remove the InConnect/OutConnect from node’s constraints.
11+
- Issue with the “Layer’s z-index property and sendLayerBackward/bringLayerForward API methods” has been fixed.
12+
513
## 17.1.38 (2019-03-29)
614

715
### Diagram
816

17+
#### New Features
18+
19+
- Support added to create a swimlane diagram using code or a visual interface with built-in swim lane shapes.
20+
- Support provided to prevent “previous selection gets cleared when dragging a new symbol from the symbol palette and dropping it to the diagram”.
21+
- Support provided to cancel the drag and drop operation from the symbol palette to the diagram when the ESC key is pressed.
22+
- Support provided to define the padding between the connector’s end point and the object to which it gets connected.
23+
- Option has been provided to retain the selection of an object when performing undo and redo operations.
24+
- Option provided to prevent serializing default properties when the diagram is serialized as JSON format.
25+
- Padding option added to scroll settings.
26+
- Now, it is possible to export HTML and native nodes to image format.
27+
- Support provided to limit the number of actions to be stored in the history manager.
28+
929
#### Bug Fixes
1030

1131
- The "nodes distributed incorrectly" issue has been fixed.
1232
- The "duplicate SVG appears when node's SVG is changed" issue has been fixed.
33+
- Drop event is now fixed when drag and drop other component is now working fine.
34+
- Diagram does not zoom based on the center point is now working fine.
35+
- Background color of the label and nodes will be black by default while updating dynamically is now working fine.
36+
- Background color issue found while on text editing is not fixed.
37+
- Connections have created from port after removing the constraints is now working fine.
38+
- Performance issue on diagram layout has been fixed.
1339

1440
## 17.1.32-beta (2019-03-13)
1541

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.32",
3+
"version": "17.1.38",
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: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
22

33
## [Unreleased]
44

5+
## 17.1.40 (2019-04-09)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- Tab stop width is now calculated properly.
12+
- First page header and footer is now layout properly.
13+
- Scrollbar now updated properly in Internet Explorer.
14+
- Page reload issue on button click is fixed.
15+
16+
## 17.1.38 (2019-03-29)
17+
18+
### Document Editor
19+
20+
#### New Features
21+
22+
- Added API to customize the default character format and paragraph format of document editor.
23+
- Added support to customize context menu.
24+
- Optimized text rendering.
25+
26+
#### Bug Fixes
27+
28+
- Section break is now serialized properly.
29+
530
## 17.1.32-beta (2019-03-13)
631

732
### Document Editor

0 commit comments

Comments
 (0)