Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v17.2.47 is released #32

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/barcodegenerator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

### Barcode

The Syncfusion Essential JS Barcode widget enables rendering of one dimension and two dimension barcodes in web page. Barcode provides you a simple and inexpensive method of encoding text information that can be easily read by electronic readers
The Syncfusion Essential JS Barcode widget enables rendering of one dimension and two dimension barcodes in the web page. Barcode provides you a simple and inexpensive method of encoding text information that can be easily read by electronic readers


- Supports 2 two-dimensional barcodes such as QR and DataMatrix barcodes.
Expand Down
2 changes: 1 addition & 1 deletion components/barcodegenerator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-barcode-generator",
"version": "17.2.34",
"version": "17.2.46",
"description": "Barcode generator component is a pure JavaScript library which will convert a string to Barcode and show it to the user. This supports major 1D and 2D barcodes including coda bar, code 128, QR Code. for React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/base/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 17.2.48-beta (2019-08-28)
## 17.2.40 (2019-08-06)

### Common

Expand Down
2 changes: 1 addition & 1 deletion components/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-base",
"version": "17.2.28",
"version": "17.2.40",
"description": "A common package of Essential JS 2 React base, methods and class definitions",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
6 changes: 3 additions & 3 deletions components/base/src/component-base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,9 +200,9 @@ export class ComponentBase<P, S> extends React.PureComponent<P, S> {
if (this.compareObjects(this.prevProperties[key], directiveValue[key])) {
delete directiveValue[key];
} else {
let obj: Object = {};
obj[key] = directiveValue[key];
this.prevProperties = extend(this.prevProperties, obj);
let obj: Object = {};
obj[key] = directiveValue[key];
this.prevProperties = extend(this.prevProperties, obj);
}
}
} else {
Expand Down
2 changes: 1 addition & 1 deletion components/buttons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-buttons",
"version": "17.1.1",
"version": "17.2.46",
"description": "A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch. for React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
126 changes: 125 additions & 1 deletion components/charts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,135 @@

## [Unreleased]

## 17.2.48-beta (2019-08-28)
## 17.2.47 (2019-08-27)

### Chart

#### Bug Fixes

`#243156` - Drag complete returns value in string issue has been fixed.
`#245710` - Lograthmic is not working properly for smaller value issue has been fixed.
`#243156` - Selection is not proper at the edge issue has been fixed.
`#245710` - Y-Axis of Spline chart not adjusting scale to suit dataSource issue has been fixed.


## 17.2.36 (2019-07-24)

### Stock Chart

#### Bug Fixes

The `querySelector of null` console error issue has been fixed.


### RangeNavigator

#### Bug Fixes

The `appendChild of null` console error issue has been fixed.


### Chart

#### Bug Fixes

`#240342` - While scrolling chart's scrollbar Vertical HTML scrollbar goes up issue fixed.


### Accumulation chart

#### Bug Fixes

- #241559 - Console error on doughnut chart when trying to hide a point via legend icon issue fixed.

## 17.2.34 (2019-07-11)

### Accumulation chart

#### Bug Fixes

- #240342 - Accumulation chart print not working proper in IE and Edge browsers issue fixed.

## 17.2.28-beta (2019-06-27)

### Chart

#### New Features

- Canvas rendering mode support provided.
- Overlapping data labels in funnel and pyramid charts will be arranged on both sides of the charts.
- Data Editing support provided for chart series points.
- Multi level label click event added with custom object.

#### Breaking Changes

- sizeType enumeration name changed to SizeType

### Stock Chart

#### Breaking Changes

- sizeType enumeration name changed to SizeType

## 17.1.51 (2019-06-11)

### Chart

#### Bug Fixes

- #144983 - Label style not working in axisLabelRender event for polar and radar series type issue fixed.
- #237811 - Chart rendered with default width in Internet Explorer issue fixed.

## 17.1.49 (2019-05-29)

### Stock Chart

#### Bug Fixes

- #236896 - Provided mouse event in stock charts

## 17.1.47 (2019-05-14)

### Chart

#### New Features

- #233749 - Provided zOrder support for chart series.

## 17.1.43 (2019-04-30)

### Chart

#### Bug Fixes

- #219174 - Multi line axis label is not proper when using multiple rows intersect action issue has been fixed.
- #231943 - Console error throws when using area chart out of the axis range has been fixed.
- #234027 - Chart is not destroying properly while calling destroy method issue fixed.

## 17.1.41 (2019-04-16)

### Chart

#### Bug Fixes

- Support has been provided for multiple export in horizontal mode.

## 17.1.40 (2019-04-09)

### Accumulation chart

#### Bug Fixes

- Now Accumulation chart is refreshing properly on data change.

### Chart

#### Bug Fixes

- Stacking column is not rendered properly when yvalue in string is fixed.
- Zoomposition is not proper, when the axis is inversed is fixed.
- Multiline label alignment is not proper, when breaking the labels into smaller text issue fixed

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

### Chart
Expand Down
2 changes: 1 addition & 1 deletion components/charts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-charts",
"version": "17.1.1",
"version": "17.2.46",
"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",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/circulargauge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-circulargauge",
"version": "17.1.1",
"version": "17.2.46",
"description": "Essential JS 2 CircularGauge Components for React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/documenteditor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 17.2.48-beta (2019-08-28)
## 17.2.47 (2019-08-27)

### Document Editor

Expand Down
8 changes: 8 additions & 0 deletions components/filemanager/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## [Unreleased]

## 17.2.47 (2019-08-27)

### File Manager

#### New Features

- Methods have been provided to perform file operations such as create, upload, download, delete, rename, and open in file manager.

## 17.2.41 (2019-08-14)

### File Manager
Expand Down
2 changes: 1 addition & 1 deletion components/filemanager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-filemanager",
"version": "0.31.0",
"version": "17.2.46",
"description": "Essential JS 2 FileManager Component for React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/grids/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 17.2.48-beta (2019-08-28)
## 17.2.47 (2019-08-27)

### Grid

Expand Down
2 changes: 1 addition & 1 deletion components/grids/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-grids",
"version": "17.1.1",
"version": "17.2.46",
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/heatmap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-heatmap",
"version": "17.1.1",
"version": "17.2.46",
"description": "Feature rich data visulization control used to visualize the matrix data where the individual values are represented as colors for React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
6 changes: 3 additions & 3 deletions components/inplaceeditor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 17.2.48-beta (2019-08-28)
## 17.2.40 (2019-08-06)

### In-place Editor

Expand All @@ -24,15 +24,15 @@

#### Bug Fixes

- #237441 - Modified value not updated, when using `RichTextEditor` with `Markdown` mode issue has been resolved
- `#237441` - Modified value not updated, when using `RichTextEditor` with `Markdown` mode issue has been resolved

## 17.1.48 (2019-05-21)

### In-place Editor

#### Bug Fixes

- #235175 - Issue with modules injection in Angular production mode that issue has been resolved.
- `#235175` - Issue with modules injection in Angular production mode that issue has been resolved.

## 17.1.47 (2019-05-14)

Expand Down
2 changes: 1 addition & 1 deletion components/inplaceeditor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-inplace-editor",
"version": "17.1.1",
"version": "17.2.46",
"description": "A package of Essential JS 2 Inplace editor components, which is used to edit and update the value dynamically in server. for React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/inputs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 17.2.48-beta (2019-08-28)
## 17.2.47 (2019-08-27)

### NumericTextBox

Expand Down
46 changes: 43 additions & 3 deletions components/layouts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,62 @@

## [Unreleased]

## 17.2.48-beta (2019-08-28)
## 17.2.46 (2019-08-22)

### Splitter

#### Bug Fixes

- #241183 - Issue with "show the expand and collapse arrow on hovering middle of split bar" has been resolved.
- #245067 - Resolved the issue with pane resizing on rendering nested split panes.

- #242579 - Resolved the issue with "Split-bar rendering while change orientation dynamically"
## 17.2.41 (2019-08-14)

### Dashboard Layout

#### Bug Fixes

- Issue with "panel resizing after window resize" has been resolved.

### Splitter

#### Bug Fixes

- #243003 - Resolved the issue with enabling expand and collapse arrow based on collapsible property.

- #243007 - The issue "Collapsing and expanding splitter control does not return to original state" has been resolved.

- #244847 - The issue "Split panes are not resized properly on window resizing" has been resolved.

## 17.2.40 (2019-08-06)

### Dashboard Layout

#### Bug Fixes

- #243056 - Issue with "dashboard panels moving out of the layout on resizing" has been fixed.

## 17.2.39 (2019-07-30)

### Splitter

#### Bug Fixes

- #242579 - Resolved the issue with "Split-bar rendering while change orientation dynamically"

## 17.2.36 (2019-07-24)

### Dashboard Layout

#### Bug Fixes

- #241653 - ContentTemplate issue in Dashboard Layout has been fixed.

### Splitter

#### Bug Fixes

- #241183 - Issue with "show the expand and collapse arrow on hovering middle of split bar" has been resolved.

## 17.1.51 (2019-06-11)

### Dashboard Layout
Expand Down
2 changes: 1 addition & 1 deletion components/layouts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-layouts",
"version": "17.2.34",
"version": "17.2.46",
"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",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/lineargauge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-lineargauge",
"version": "17.1.1",
"version": "17.2.46",
"description": "Essential JS 2 LinearGauge Components for React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/lists/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-lists",
"version": "17.1.1",
"version": "17.2.46",
"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",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
Loading