Skip to content

Commit 78eee94

Browse files
author
pipeline
committed
v17.1.43 is released
1 parent 405971d commit 78eee94

Some content is hidden

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

45 files changed

+221
-42
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.42 (2019-04-23)
5+
## 17.1.43 (2019-04-30)
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.40",
3+
"version": "17.1.42",
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

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

33
## [Unreleased]
44

5+
## 17.1.43 (2019-04-30)
6+
7+
### DatePicker
8+
9+
- #143352 - Now, the DatePicker fires input's blur when click outside without select the date from calendar popup.
10+
511
## 17.1.42 (2019-04-23)
612

713
### DateRangePicker

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.1.41",
3+
"version": "17.1.42",
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

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

33
## [Unreleased]
44

5-
## 17.1.42 (2019-04-23)
5+
## 17.1.43 (2019-04-30)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- #219174 - Multi line axis label is not proper when using multiple rows intersect action issue has been fixed.
12+
- #231943 - Console error throws when using area chart out of the axis range has been fixed.
13+
- #234027 - Chart is not destroying properly while calling destroy method issue fixed.
14+
15+
## 17.1.41 (2019-04-16)
616

717
### Chart
818

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.40",
3+
"version": "17.1.42",
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/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 17.1.43 (2019-04-30)
6+
7+
### CircularGauge
8+
9+
#### Bug Fixes
10+
11+
- #I234082 - Circular gauge tooltip is not shown in IE browser issue has been fixed.
12+
- #I234174 - Tooltip content width and adding a border to control container alignment issues have been fixed
13+
514
## 16.4.54 (2019-02-19)
615

716
### CircularGauge

components/circulargauge/package.json

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

components/diagrams/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 17.1.42 (2019-04-23)
5+
## 17.1.43 (2019-04-30)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- When changing the node's path data at run time, it scales properly with respect to node's size.
12+
- When changing the trigger type of BPMN's Task shape at run time, the trigger shape is positioned properly.
13+
- Now, the connector's decorator is docked properly when layout is enabled and drag the node.
14+
- When zooming the diagram, the user handles position is updated properly with respect to zoom percentage.
15+
- If boundaryConstraints is enabled and node's rotateAngle is changed at run time, node does not exceed the boundary limit.
16+
- When changing the annotation's properties at run time, annotation will update properly.
17+
18+
## 17.1.41 (2019-04-16)
619

720
### Diagram
821

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.40",
3+
"version": "17.1.42",
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

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

33
## [Unreleased]
44

5+
## 17.1.43 (2019-04-30)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- #233908 - Height for merged cell is now updated properly.
12+
513
## 17.1.42 (2019-04-23)
614

715
### 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.1.41",
3+
"version": "17.1.42",
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

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

33
## [Unreleased]
44

5+
## 17.1.43 (2019-04-30)
6+
7+
### ComboBox
8+
9+
#### Bug Fixes
10+
11+
- #233483 - The List not generated properly while clear the value using clear button issue has been resolved.
12+
13+
- #234100 - The search not working on enabling read only in the control initialization issue has been resolved.
14+
15+
- #233137 - The combobox is not focused when click the tab key at single time issue has been resolved.
16+
17+
### DropDownList
18+
19+
#### Bug Fixes
20+
21+
- #231680 - The data source is observable using Async Pipe with pre select value not updated issue has been resolved.
22+
523
## 17.1.42 (2019-04-23)
624

725
### MultiSelect
@@ -10,6 +28,8 @@
1028

1129
- #232673 - Issue with prevent the first value when clear value using clear button has been fixed.
1230

31+
- #233432 - The group template text not updated while enable the allow filtering issue has been fixed.
32+
1333
## 17.1.41 (2019-04-16)
1434

1535
### MultiSelect

components/dropdowns/README.md

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

33
Superset of HTML select box contains specific features such as data binding, grouping, sorting, filtering, and templates.
44

5-
![](../../ReadMe_Images/gif.gif)
5+
![Dropdowns](https://ej2.syncfusion.com/products/images/dropdowns/readme.gif)
66

77
>Note: This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA (https://www.syncfusion.com/eula/es/). To acquire a license, you can purchase one at https://www.syncfusion.com/sales/products or start a free 30-day trial here (https://www.syncfusion.com/account/manage-trials/start-trials).
88

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

components/filemanager/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 17.1.42 (2019-04-23)
5+
## 17.1.43 (2019-04-30)
66

77
### File Manager
88

components/gantt/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 17.1.43 (2019-04-30)
6+
7+
### Gantt
8+
9+
#### Bug Fixes
10+
11+
- Bug fixes included.
12+
13+
## 17.1.40 (2019-04-09)
14+
15+
### Gantt
16+
17+
#### Bug Fixes
18+
19+
- Internal bug fixes included.
20+
521
## 17.1.32-beta (2019-03-13)
622

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

components/grids/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 17.1.43 (2019-04-30)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- #233158- Duplicate virtual element rendered while refreshing the grid is resolved.
12+
- #230859- `actionComplete` event argument `requestType` shown as `paging` while delete operation is resolved.
13+
- #233673- Script error occurs while using column `virtualization` with `enablePersistance` property is resolved.
14+
- #233281- Misalignment between frozen and movable content when using EJ compatibility CSS is resolved.
15+
- #233413- Alignment issue in grid stacked header when we enable frozen feature is resolved.
16+
- #143681- `clearFiltering` method will send multiple posts in excel filter is resolved.
17+
- #234189- Script error while using hidden columns method is resolved.
18+
519
## 17.1.42 (2019-04-23)
620

721
### 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.41",
3+
"version": "17.1.42",
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/heatmap/CHANGELOG.md

-11
Original file line numberDiff line numberDiff line change
@@ -59,17 +59,6 @@
5959

6060
- Issue with rendering heatmap with smaller dimensions has been fixed.
6161

62-
## 16.3.21 (2018-09-22)
63-
64-
### HeatMap
65-
66-
#### New Features
67-
68-
- Bubble tile type support has been included in heatmap for visualizing data points by mapping the data to bubble size and bubble color.
69-
- Axis label increment feature has been added to heat map. It’s is used to display the axis label with regular interval values in numeric and date time axes
70-
- Provided the smart legend feature for fixed type legend.
71-
- Provided the support for nested data binding for JSON data.
72-
7362
## 16.3.17 (2018-09-12)
7463

7564
### HeatMap

components/heatmap/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-heatmap",
3-
"version": "17.1.38",
3+
"version": "17.1.42",
44
"description": "Feature rich data visulization control used to visualize the matrix data where the individual values are represented as colors for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/inplaceeditor/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 17.1.42 (2019-04-23)
5+
## 17.1.43 (2019-04-30)
66

77
### In-place Editor
88

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.41",
3+
"version": "17.1.42",
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

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

33
## [Unreleased]
44

5+
## 17.1.43 (2019-04-30)
6+
7+
### Dashboard Layout
8+
9+
#### Bug Fixes
10+
11+
- #234604 - Issue with draggable cursor appears on hovering over the panels when dragging is disabled has been fixed.
12+
513
## 17.1.40 (2019-04-09)
614

715
### Dashboard Layout

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

components/lists/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 17.1.43 (2019-04-30)
6+
7+
### ListView
8+
9+
#### Bug Fixes
10+
11+
- Issue with maintaining checked items in virtualization mode while checking the checkbox item directly has been fixed.
12+
513
## 17.1.42 (2019-04-23)
614

715
### ListView

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.1.40",
3+
"version": "17.1.42",
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/CHANGELOG.md

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

99
## [Unreleased]
1010

11+
## 17.1.43 (2019-04-30)
12+
13+
### Maps
14+
15+
#### Bug Fixes
16+
17+
- #F143717 - The div containing the maps component overlaps the div with inputs above it issue has been fixed
18+
- #I233127 - The issue with the last interacted scaling is not maintained when refreshing the browser
19+
with the 'enablePersistence' API as true has been fixed.
20+
1121
## 17.1.42 (2019-04-23)
1222

1323
### Maps

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.1.41",
3+
"version": "17.1.42",
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",

0 commit comments

Comments
 (0)