Skip to content

Commit

Permalink
v19.1.66 is released
Browse files Browse the repository at this point in the history
  • Loading branch information
pipeline committed Jun 1, 2021
1 parent d393c5c commit a8fe174
Show file tree
Hide file tree
Showing 50 changed files with 410 additions and 174 deletions.
2 changes: 1 addition & 1 deletion components/barcodegenerator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 19.1.65 (2021-05-25)
## 19.1.66 (2021-06-01)

### Barcode

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

## [Unreleased]

## 19.1.66 (2021-06-01)

### Common

#### Bug Fixes

- `I310815` - Resolved memory leak issue while using routing.

## 19.1.65 (2021-05-25)

### 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-angular-base",
"version": "19.1.64",
"version": "19.1.65",
"description": "A common package of Essential JS 2 base Angular libraries, methods and class definitions",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/base/src/component-base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ export class ComponentBase<T> {
let tempOnDestroyThis: any = isTempRef || this;
/* istanbul ignore else */
setTimeout(() => {
if (typeof window !== 'undefined' && tempOnDestroyThis.element.classList.contains('e-control')) {
if (typeof window !== 'undefined' && (tempOnDestroyThis.element.classList.contains('e-control') || tempOnDestroyThis.element)) {
tempOnDestroyThis.destroy();
tempOnDestroyThis.clearTemplate(null);
// removing bounded events and tagobjects from component after destroy
Expand Down
22 changes: 22 additions & 0 deletions components/charts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,28 @@

#### Bug Fixes

- `#328528` - Histogram is rendering properly when the `binInterval` value is 0.

### Stock Chart

#### Bug Fixes

- `#F165171` - Tooltip for column in stock chart is working properly now.

## 19.1.64 (2021-05-19)

### Chart

#### Bug Fixes

- `#326473` - Print is now working properly with strip line dash array.

## 19.1.63 (2021-05-13)

### Chart

#### Bug Fixes

- `#325456` - Highlight and selection issue has been fixed for multiple charts.
- `#F165060` - Accumulation chart with data label is now rendering properly inside the dashboard layout.

Expand Down
111 changes: 53 additions & 58 deletions components/charts/README.md

Large diffs are not rendered by default.

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-angular-charts",
"version": "19.1.59",
"version": "19.1.65",
"description": "Feature-rich chart control with built-in support for over 25 chart types, technical indictors, trendline, zooming, tooltip, selection, crosshair and trackball. for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/circulargauge/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

## [Unreleased]

## 19.1.65 (2021-05-25)
## 19.1.66 (2021-06-01)

### CircularGauge

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

## [Unreleased]

## 19.1.66 (2021-06-01)

### Diagram

#### Bug Fixes

- `#328156` - The issue "An exception raised when send the swimlane back to the normal node" has been fixed.
- `#324236` - The issue "When exporting the node with gradient color the exported image does not contain proper node gradient " has been fixed.
- `#324541` - This issue "An exception occurs when printing the diagram with a Content security policy tag." has been fixed.
- `#I325640` - The issue "When dynamically adding node and perform the `bringToFront` method. The order command functionality not working properly" has been resolved.
- `#328132` - The issue "The combination of port constraints is not working" has been fixed.

## 19.1.65 (2021-05-25)

### Diagram
Expand Down
2 changes: 1 addition & 1 deletion components/diagrams/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-diagrams",
"version": "19.1.64",
"version": "19.1.65",
"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 Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
11 changes: 11 additions & 0 deletions components/documenteditor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

## [Unreleased]

## 19.1.66 (2021-06-01)

### Document Editor

- `#I326144` - Resolved the issue with multi line track changes.
- `#I328063` - Document with checkbox form field applied with to character format is now opened properly.
- `#I328067` - Resoved the navigation issue in inline form field editing.
- `#F164875`, `#F163714` - Resolved the unsupported textbox border as square border.
- `#I327817` - Resolved the script error in using insert footnote in custom toolbar.
- `#I325320` - Page number is now updated properly.

## 19.1.65 (2021-05-25)

### Document Editor
Expand Down
2 changes: 1 addition & 1 deletion components/documenteditor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-documenteditor",
"version": "19.1.64",
"version": "19.1.65",
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
8 changes: 8 additions & 0 deletions components/dropdowns/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## [Unreleased]

## 19.1.65 (2021-05-25)

### DropDownList

#### Bug Fixes

- Issue with "Improper data source values are loaded in the popup while modifying query property" has been resolved.

## 19.1.59 (2021-05-04)

### ListBox
Expand Down
2 changes: 1 addition & 1 deletion components/dropdowns/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-dropdowns",
"version": "19.1.64",
"version": "19.1.65",
"description": "Essential JS 2 DropDown Components for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
11 changes: 10 additions & 1 deletion components/filemanager/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,16 @@

## [Unreleased]

## 19.1.65 (2021-05-25)
## 19.1.66 (2021-06-01)

### File Manager

#### Bug Fixes

- `#F165213` - The issue with "The Details view path column is not removed when refreshing the File Manager files" has been resolved.
- `#F160683` - The issue with "Error dialog shown while quickly clicking on the folders when enabling drag and drop support" has been resolved.

## 19.1.63 (2021-05-13)

### 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-angular-filemanager",
"version": "19.1.58",
"version": "19.1.63",
"description": "Essential JS 2 FileManager Component for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
17 changes: 14 additions & 3 deletions components/gantt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,20 @@

## [Unreleased]

## 19.1.65 (2021-05-25)
## 19.1.66 (2021-06-01)

### Gantt

#### Bug Fixes

- `#328182` - Mismatch between timeline and chart body content has been fixed.
- `#165629` - Notes updated properly in Gantt chart when new task is added.
- `#325331` - Immutable mode issue on data source refresh has been fixed.
- `F163073` - Issue on `RemoteSaveAdaptor` has been fixed.

- `F159354` - Issue in locale text of predecessor tooltip has been fixed.

## 19.1.64 (2021-05-19)

### Gantt

Expand All @@ -13,8 +26,6 @@
- `#165210` - Issue while filtering using Excel type has been fixed.
- `#327043` - Issue in rendering taskbar template has been fixed.

- `F159354` - Issue in locale text of predecessor tooltip has been fixed.

## 19.1.63 (2021-05-13)

### Gantt
Expand Down
2 changes: 1 addition & 1 deletion components/gantt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-gantt",
"version": "19.1.63",
"version": "19.1.64",
"description": "Essential JS 2 Gantt Component for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
12 changes: 12 additions & 0 deletions components/grids/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

## [Unreleased]

## 19.1.66 (2021-06-01)

### Grid

#### Bug Fixes

- `#I329121` - Horizontal scrolling in `columnVirtualization` makes glitch issue has been fixed.
- `#I326727` - Column resize issue with frozen right/left and aggregate has been resolved.
- `#I327237` - Empty row appears while hiding/showing columns in `virtualized` grouping grid, has been fixed.
- `#I299221` - Frozen part refresh issue with template column has been resolved.
- `#I311142` - Provided internal event to handle queries on custom `ExcelFilter` dataSource.

## 19.1.65 (2021-05-25)

### Grid
Expand Down
Loading

0 comments on commit a8fe174

Please sign in to comment.