Skip to content

Commit

Permalink
v19.1.58 is released
Browse files Browse the repository at this point in the history
  • Loading branch information
pipeline committed Apr 27, 2021
1 parent 418f237 commit 975ee5f
Show file tree
Hide file tree
Showing 44 changed files with 258 additions and 93 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.57 (2021-04-20)
## 19.1.58 (2021-04-27)

### Barcode

Expand Down
11 changes: 10 additions & 1 deletion components/base/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,16 @@

## [Unreleased]

## 19.1.57 (2021-04-20)
## 19.1.58 (2021-04-27)

### Common

#### Bug Fixes

- `I287376,I311253,F156542` - Provided support for `strict` mode compilation.


## 19.1.56 (2021-04-13)

### 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.54",
"version": "19.1.56",
"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
6 changes: 3 additions & 3 deletions components/calendars/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
"dependencies": {
"@syncfusion/ej2-base": "*",
"@syncfusion/ej2-angular-base": "*",
"@syncfusion/ej2-calendars": "*",
"@types/lodash": "4.14.159",
"@types/node": "11.15.20"
"@syncfusion/ej2-calendars": "*"
},
"devDependencies": {
"rxjs": "5.0.0 - 5.5.10",
Expand All @@ -36,6 +34,8 @@
"systemjs-plugin-babel": "0.0.17",
"ng-packagr": "1.5.0",
"tsickle": "0.34.0",
"@types/lodash": "4.14.159",
"@types/node": "11.15.20",
"es6-promise": "^3.2.1",
"gulp": "^3.9.1",
"gulp-sass": "^3.1.0",
Expand Down
10 changes: 9 additions & 1 deletion components/circulargauge/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,15 @@

## [Unreleased]

## 19.1.57 (2021-04-20)
## 19.1.58 (2021-04-27)

### CircularGauge

#### Bug Fixes

- `#324756` - If numeric content is set, the text style of the annotation content will now be applied correctly.

## 19.1.55 (2021-04-06)

### CircularGauge

Expand Down
8 changes: 4 additions & 4 deletions components/circulargauge/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
{
"name": "@syncfusion/ej2-angular-circulargauge",
"version": "19.1.54",
"version": "19.1.55",
"description": "Essential JS 2 CircularGauge Components for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
"schematics": "./schematics/collection.json",
"dependencies": {
"@syncfusion/ej2-base": "*",
"@syncfusion/ej2-angular-base": "*",
"@syncfusion/ej2-circulargauge": "*",
"@types/lodash": "4.14.159",
"@types/node": "11.15.20"
"@syncfusion/ej2-circulargauge": "*"
},
"devDependencies": {
"rxjs": "5.0.0 - 5.5.10",
Expand All @@ -36,6 +34,8 @@
"systemjs-plugin-babel": "0.0.17",
"ng-packagr": "1.5.0",
"tsickle": "0.34.0",
"@types/lodash": "4.14.159",
"@types/node": "11.15.20",
"es6-promise": "^3.2.1",
"gulp": "^3.9.1",
"gulp-sass": "^3.1.0",
Expand Down
3 changes: 3 additions & 0 deletions components/diagrams/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@

- `F164350` - The issue "Annotation hyper link is not working" has been fixed.
- `#319911` - The issue "Customized style disappears when serializing the BPMN shapes" has been fixed.
- `#321939` - The issue "Swimlane send to back node working" has been fixed.
- `#322854` - The issue "Swimlane children disappear while performing the order commands" has been fixed.
- `#323203` - The issue "Exception occurs when try to redo the node's gradient color" has been fixed.

## 19.1.56 (2021-04-13)

Expand Down
8 changes: 4 additions & 4 deletions components/diagrams/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
{
"name": "@syncfusion/ej2-angular-diagrams",
"version": "19.1.56",
"version": "19.1.57",
"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",
"schematics": "./schematics/collection.json",
"dependencies": {
"@syncfusion/ej2-base": "*",
"@syncfusion/ej2-angular-base": "*",
"@syncfusion/ej2-diagrams": "*",
"@types/lodash": "4.14.159",
"@types/node": "11.15.20"
"@syncfusion/ej2-diagrams": "*"
},
"devDependencies": {
"rxjs": "5.0.0 - 5.5.10",
Expand All @@ -36,6 +34,8 @@
"systemjs-plugin-babel": "0.0.17",
"ng-packagr": "1.5.0",
"tsickle": "0.34.0",
"@types/lodash": "4.14.159",
"@types/node": "11.15.20",
"es6-promise": "^3.2.1",
"gulp": "^3.9.1",
"gulp-sass": "^3.1.0",
Expand Down
8 changes: 4 additions & 4 deletions components/documenteditor/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
{
"name": "@syncfusion/ej2-angular-documenteditor",
"version": "19.1.56",
"version": "19.1.57",
"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",
"schematics": "./schematics/collection.json",
"dependencies": {
"@syncfusion/ej2-base": "*",
"@syncfusion/ej2-angular-base": "*",
"@syncfusion/ej2-documenteditor": "*",
"@types/lodash": "4.14.159",
"@types/node": "11.15.20"
"@syncfusion/ej2-documenteditor": "*"
},
"devDependencies": {
"rxjs": "5.0.0 - 5.5.10",
Expand All @@ -36,6 +34,8 @@
"systemjs-plugin-babel": "0.0.17",
"ng-packagr": "1.5.0",
"tsickle": "0.34.0",
"@types/lodash": "4.14.159",
"@types/node": "11.15.20",
"es6-promise": "^3.2.1",
"gulp": "^3.9.1",
"gulp-sass": "^3.1.0",
Expand Down
14 changes: 14 additions & 0 deletions components/dropdowns/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,22 @@

## [Unreleased]

## 19.1.58 (2021-04-27)

### MultiSelect

#### Bug Fixes

- `#I323805` - Issue with "pasted content is partially visible in the input element while pasting long text content" has been resolved.

## 19.1.57 (2021-04-20)

### ListBox

#### Bug Fixes

- `#311323` - Issue with 'No Records Found' text occurred twice has been resolved.

### MultiSelect

#### Bug Fixes
Expand Down
8 changes: 4 additions & 4 deletions components/dropdowns/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
{
"name": "@syncfusion/ej2-angular-dropdowns",
"version": "19.1.56",
"version": "19.1.57",
"description": "Essential JS 2 DropDown Components for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
"schematics": "./schematics/collection.json",
"dependencies": {
"@syncfusion/ej2-base": "*",
"@syncfusion/ej2-angular-base": "*",
"@syncfusion/ej2-dropdowns": "*",
"@types/lodash": "4.14.159",
"@types/node": "11.15.20"
"@syncfusion/ej2-dropdowns": "*"
},
"devDependencies": {
"rxjs": "5.0.0 - 5.5.10",
Expand All @@ -36,6 +34,8 @@
"systemjs-plugin-babel": "0.0.17",
"ng-packagr": "1.5.0",
"tsickle": "0.34.0",
"@types/lodash": "4.14.159",
"@types/node": "11.15.20",
"es6-promise": "^3.2.1",
"gulp": "^3.9.1",
"gulp-sass": "^3.1.0",
Expand Down
9 changes: 9 additions & 0 deletions components/filemanager/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

## [Unreleased]

## 19.1.58 (2021-04-27)

### File Manager

#### Bug Fixes

- `#I321258`, `#I320950` - The issue with "Error as occurred while sorting the path column at second time in File Manager component" has been fixed.
- `#I318476`, `#I320950` - Resolved the script error that occurred while dragging and dropping an item without selecting it in details view of the File Manager component.

## 18.4.41 (2021-02-02)

### File Manager
Expand Down
6 changes: 3 additions & 3 deletions components/filemanager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
"dependencies": {
"@syncfusion/ej2-base": "*",
"@syncfusion/ej2-angular-base": "*",
"@syncfusion/ej2-filemanager": "*",
"@types/lodash": "4.14.159",
"@types/node": "11.15.20"
"@syncfusion/ej2-filemanager": "*"
},
"devDependencies": {
"rxjs": "5.0.0 - 5.5.10",
Expand All @@ -36,6 +34,8 @@
"systemjs-plugin-babel": "0.0.17",
"ng-packagr": "1.5.0",
"tsickle": "0.34.0",
"@types/lodash": "4.14.159",
"@types/node": "11.15.20",
"es6-promise": "^3.2.1",
"gulp": "^3.9.1",
"gulp-sass": "^3.1.0",
Expand Down
22 changes: 20 additions & 2 deletions components/gantt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,34 @@

## [Unreleased]

## 19.1.57 (2021-04-20)
## 19.1.58 (2021-04-27)

### Gantt

#### Bug Fixes

- `#320979` - Provided support to update data source dynamically with `collapseAllParentTasks` and `enableMultiTaskbar` enabled mode.
- `#324141` - Issue in tooltip rendering position has been fixed.
- `#320979` - Issue on changing data source and timeline settings on same time has been fixed.
- `F163357` - Duplicating issue when a task is dropped below an unassigned resource in the resource view has been fixed.

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

## 19.1.57 (2021-04-20)

### Gantt

#### Bug Fixes

- `F164497` - Issue in editing end date of a task has been fixed.

## 19.1.56 (2021-04-13)

### Gantt

#### Bug Fixes

- `#320979` - Provided support to update data source dynamically with `collapseAllParentTasks` and `enableMultiTaskbar` enabled mode.

## 19.1.55 (2021-04-06)

### Gantt
Expand Down
8 changes: 4 additions & 4 deletions components/gantt/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
{
"name": "@syncfusion/ej2-angular-gantt",
"version": "19.1.55",
"version": "19.1.57",
"description": "Essential JS 2 Gantt Component for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
"schematics": "./schematics/collection.json",
"dependencies": {
"@syncfusion/ej2-base": "*",
"@syncfusion/ej2-angular-base": "*",
"@syncfusion/ej2-gantt": "*",
"@types/lodash": "4.14.159",
"@types/node": "11.15.20"
"@syncfusion/ej2-gantt": "*"
},
"devDependencies": {
"rxjs": "5.0.0 - 5.5.10",
Expand All @@ -36,6 +34,8 @@
"systemjs-plugin-babel": "0.0.17",
"ng-packagr": "1.5.0",
"tsickle": "0.34.0",
"@types/lodash": "4.14.159",
"@types/node": "11.15.20",
"es6-promise": "^3.2.1",
"gulp": "^3.9.1",
"gulp-sass": "^3.1.0",
Expand Down
14 changes: 13 additions & 1 deletion components/grids/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

## [Unreleased]

## 19.1.58 (2021-04-27)

### Grid

#### Bug Fixes

- `#I323447` - Grid print dialog hovering issue has been fixed.
- `#I323007` - `getRowIndexByPrimaryKey` thrown script error while rendering the child grid issue has been fixed.
- `#I322540` - Selected row index property issue with checkbox deselection has been fixed.
- `#I322859, #I323462` - Ignore accent property issue with excel filter has been fixed.
- `#I318995` - Child Grid expand not working properly has been fixed.
- `#I321908` - Throws script error while dragging page number index in Grid is fixed.

## 19.1.57 (2021-04-20)

### Grid
Expand All @@ -13,7 +26,6 @@
- `#I323060` - Excel custom filter issue has been fixed.
- `#I322391` - Provided the support for `rtl` in menu filter in dropdown component.
- `#I321693` - `RowDeselected` event data property issue has been resolved.
- `#I321908` - Throws script error while dragging page number index in Grid is fixed.

## 19.1.56 (2021-04-13)

Expand Down
8 changes: 4 additions & 4 deletions components/grids/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
{
"name": "@syncfusion/ej2-angular-grids",
"version": "19.1.56",
"version": "19.1.57",
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
"schematics": "./schematics/collection.json",
"dependencies": {
"@syncfusion/ej2-base": "*",
"@syncfusion/ej2-angular-base": "*",
"@syncfusion/ej2-grids": "*",
"@types/lodash": "4.14.159",
"@types/node": "11.15.20"
"@syncfusion/ej2-grids": "*"
},
"devDependencies": {
"rxjs": "5.0.0 - 5.5.10",
Expand All @@ -36,6 +34,8 @@
"systemjs-plugin-babel": "0.0.17",
"ng-packagr": "1.5.0",
"tsickle": "0.34.0",
"@types/lodash": "4.14.159",
"@types/node": "11.15.20",
"es6-promise": "^3.2.1",
"gulp": "^3.9.1",
"gulp-sass": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion components/heatmap/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 19.1.57 (2021-04-20)
## 19.1.58 (2021-04-27)

### HeatMap

Expand Down
2 changes: 1 addition & 1 deletion components/inplaceeditor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 19.1.57 (2021-04-20)
## 19.1.58 (2021-04-27)

### In-place Editor

Expand Down
Loading

0 comments on commit 975ee5f

Please sign in to comment.