Skip to content

Commit 18570b8

Browse files
author
pipeline
committed
v17.4.51 is released
1 parent d32da66 commit 18570b8

Some content is hidden

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

56 files changed

+251
-89
lines changed

components/barcodegenerator/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.4.50 (2020-02-18)
5+
## 17.4.51 (2020-02-25)
66

77
### Barcode
88

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.4.50 (2020-02-18)
5+
## 17.4.51 (2020-02-25)
66

77
### Common
88

components/buttons/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.4.50 (2020-02-18)
5+
## 17.4.49 (2020-02-11)
66

77
### Button
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.4.46",
3+
"version": "17.4.49",
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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
## 17.4.50 (2020-02-18)
66

7+
### DateRangePicker
8+
9+
#### Bug Fixes
10+
11+
- `#256702` - Issue with "consecutive month is displayed while drill down the left or right calendar" has been resolved.
12+
713
### Calendar
814

915
#### Bug Fixes

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.4.49",
3+
"version": "17.4.50",
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: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,35 @@
22

33
## [Unreleased]
44

5+
## 17.4.51 (2020-02-25)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#264474` - X axis labels are not rendered in center of tick marks when angle is 270 issue has fixed.
12+
- `#264474` - Console error when angle is provided for x axis and data is assigned on vue mounted method issue has fixed.
13+
- `#264230` - Tooltip doesn't appears after zooming and hovering on same point has fixed.
14+
- `#151604` - Console error throwing when toggle the chart enableCanvas mode has fixed.
15+
16+
### Accumulation chart
17+
18+
#### Bug Fixes
19+
20+
- `263828` - Accumulation chart safari browser animation issue has fixed.
21+
22+
### RangeNavigator
23+
24+
#### Bug Fixes
25+
26+
- `266063` - Changed Event not triggered while releasing the click outside of the control has fixed.
27+
28+
### Sparkline
29+
30+
#### Bug Fixes
31+
32+
- `#264262` - `rangePadding` property is exposed to render the columns in the sparkline charts with proper axis padding.
33+
534
## 17.4.50 (2020-02-18)
635

736
### Chart

components/charts/dist/ej2-react-charts.umd.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/charts/dist/ej2-react-charts.umd.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/charts/dist/es6/ej2-react-charts.es2015.js

Lines changed: 2 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/charts/dist/es6/ej2-react-charts.es2015.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.4.47",
3+
"version": "17.4.50",
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/charts/src/stock-chart/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
export * from './series-directive';
22
export * from './trendlines-directive';
33
export * from './axes-directive';
4-
export * from './striplines-directive';
54
export * from './rows-directive';
65
export * from './annotations-directive';
76
export * from './selecteddataindexes-directive';

components/charts/src/stock-chart/stockchart.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export class StockChartComponent extends StockChart {
1919
private getDefaultAttributes: Function;
2020
public initRenderCalled: boolean = false;
2121
private checkInjectedModules: boolean = true;
22-
public directivekeys: { [key: string]: Object } = {'stockChartSeriesCollection': {'stockChartSeries': {'stockChartTrendlines': 'stockChartTrendline'}}, 'stockChartAxes': {'stockChartAxis': {'stockChartStripLines': 'stockChartStripLine'}}, 'stockChartRows': 'stockChartRow', 'stockChartAnnotations': 'stockChartAnnotation', 'stockChartSelectedDataIndexes': 'stockChartSelectedDataIndex', 'stockChartPeriods': 'stockChartPeriod', 'stockEvents': 'stockEvent', 'stockChartIndicators': 'stockChartIndicator'};
22+
public directivekeys: { [key: string]: Object } = {'stockChartSeriesCollection': {'stockChartSeries': {'stockChartTrendlines': 'stockChartTrendline'}}, 'stockChartAxes': 'stockChartAxis', 'stockChartRows': 'stockChartRow', 'stockChartAnnotations': 'stockChartAnnotation', 'stockChartSelectedDataIndexes': 'stockChartSelectedDataIndex', 'stockChartPeriods': 'stockChartPeriod', 'stockEvents': 'stockEvent', 'stockChartIndicators': 'stockChartIndicator'};
2323
private immediateRender: boolean = false;
2424
public props: Readonly<{ children?: React.ReactNode | React.ReactNode[] }>
2525
& Readonly<StockChartModel & DefaultHtmlAttributes| StockChartTypecast>;

components/charts/src/stock-chart/striplines-directive.tsx

Lines changed: 0 additions & 27 deletions
This file was deleted.

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.4.47",
3+
"version": "17.4.50",
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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## [Unreleased]
44

5+
## 17.4.51 (2020-02-25)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `F151275` - The issue "Connector has selected wrongly when clicking the user handles of other node" has been fixed.
12+
- `F151027` - The issue "Cannot get the TextAnnotation node margin values dropped in the swimlane" has been fixed.
13+
- `F151264` - The issue "Need to change evt.args node/connector type as DiagramNode/DiagramConnector in Blazor Validated" has been fixed.
14+
- `266664` - The issue "Ruler disappears after the diagram moves beyond viewport" has been fixed
15+
516
## 17.4.50 (2020-02-18)
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.4.47",
3+
"version": "17.4.50",
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: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@
22

33
## [Unreleased]
44

5+
## 17.4.51 (2020-02-25)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#263171` - Cell options dialog content is now aligned properly.
12+
- `#150960` - Hidden separator in context menu when hyperlink is disabled.
13+
- `#150995` - Resolved error when importing the document with editable region restrictions.
14+
- `#260600`, `#150466` , `#266311` - Properties pane is now enabled properly based on the context type in header footer region.
15+
- `#260133` - Resolved navigation issue on Ctrl + click in MAC machine.
16+
17+
## 17.4.50 (2020-02-18)
18+
19+
### Document Editor
20+
21+
#### New Features
22+
23+
- `253670` - Enhancements for copy and paste operation.
24+
25+
#### Bug Fixes
26+
27+
- `150960` - Enable/disable comment now working properly.
28+
529
## 17.4.49 (2020-02-11)
630

731
### Document Editor

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.4.49",
3+
"version": "17.4.50",
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 17.4.51 (2020-02-25)
6+
7+
### MultiSelect
8+
9+
#### Bug Fixes
10+
11+
- `#263579` - Issue with "the performance issue while clear the selected items using clear button" issue has been resolved.
12+
513
## 17.4.50 (2020-02-18)
614

715
### ListBox

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

components/filemanager/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.4.51 (2020-02-25)
6+
7+
### File Manager
8+
9+
#### New Features
10+
11+
- `#263021` - Support has been provided to auto close the upload dialog after uploading all the selected files.
12+
513
## 17.4.50 (2020-02-18)
614

715
### File Manager

components/filemanager/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ Check the license detail [here](https://github.com/syncfusion/ej2-react-ui-compo
4747

4848
## Changelog
4949

50-
Check the changelog [here](https://github.com/syncfusion/ej2-react-ui-components/blob/master/CHANGELOG.md?utm_source=npm&utm_campaign=filemanager)
50+
Check the changelog [here](https://github.com/syncfusion/ej2-react-ui-components/blob/master/components/filemanager/CHANGELOG.md?utm_source=npm&utm_campaign=filemanager)
5151

5252
© Copyright 2019 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.

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

components/gantt/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,21 @@
22

33
## [Unreleased]
44

5+
## 17.4.51 (2020-02-25)
6+
7+
### Gantt
8+
9+
#### Bug Fixes
10+
11+
- `#264099` - Issue in tab key action in edited state is fixed.
12+
513
## 17.4.49 (2020-02-11)
614

715
### Gantt
816

917
#### Bug Fixes
1018

1119
- `#263236` - Issue on multi-level dragged parent dropped into last index has been fixed.
12-
- `#264099` - Issue in tab key action in edited state is fixed.
1320

1421
## 17.4.46 (2020-01-30)
1522

components/gantt/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-gantt",
3-
"version": "17.4.49",
3+
"version": "17.4.50",
44
"description": "Essential JS 2 Gantt Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/grids/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## [Unreleased]
44

5+
## 17.4.51 (2020-02-25)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#150980` - script error while using item template issue has been fixed .
12+
- `#263885` - script error in IE11 while enabling persistence has been resolved.
13+
514
## 17.4.50 (2020-02-18)
615

716
### Grid

components/grids/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-grids",
3-
"version": "17.4.49",
3+
"version": "17.4.50",
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/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-heatmap",
3-
"version": "17.4.39",
3+
"version": "17.4.47",
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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 17.4.50 (2020-02-18)
6+
7+
### In-place Editor
8+
9+
#### Bug Fixes
10+
11+
- `#255914` - Provided the `textOption` property and setting the value to `Always` will display field value on initial load when DropDown components are configured with the `fields` property.
12+
513
## 17.4.46 (2020-01-30)
614

715
### In-place Editor

0 commit comments

Comments
 (0)