v19.1.58 is released
This commit is contained in:
Родитель
418f2370a7
Коммит
975ee5f8f4
|
@ -2,7 +2,7 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 19.1.57 (2021-04-20)
|
||||
## 19.1.58 (2021-04-27)
|
||||
|
||||
### Barcode
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"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",
|
||||
|
@ -8,9 +8,7 @@
|
|||
"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",
|
||||
|
@ -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",
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"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",
|
||||
|
@ -8,9 +8,7 @@
|
|||
"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",
|
||||
|
@ -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",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"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",
|
||||
|
@ -8,9 +8,7 @@
|
|||
"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",
|
||||
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"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",
|
||||
|
@ -8,9 +8,7 @@
|
|||
"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",
|
||||
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
@ -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",
|
||||
|
|
|
@ -2,15 +2,33 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 19.1.58 (2021-04-27)
|
||||
|
||||
### Gantt
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#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
|
||||
|
||||
- `#320979` - Provided support to update data source dynamically with `collapseAllParentTasks` and `enableMultiTaskbar` enabled mode.
|
||||
- `F164497` - Issue in editing end date of a task has been fixed.
|
||||
|
||||
- `F159354` - Issue in locale text of predecessor tooltip 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)
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"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",
|
||||
|
@ -8,9 +8,7 @@
|
|||
"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",
|
||||
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
@ -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)
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"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",
|
||||
|
@ -8,9 +8,7 @@
|
|||
"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",
|
||||
|
@ -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",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 19.1.57 (2021-04-20)
|
||||
## 19.1.58 (2021-04-27)
|
||||
|
||||
### HeatMap
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 19.1.57 (2021-04-20)
|
||||
## 19.1.58 (2021-04-27)
|
||||
|
||||
### In-place Editor
|
||||
|
||||
|
|
|
@ -2,14 +2,6 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 19.1.57 (2021-04-20)
|
||||
|
||||
### MaskedTextBox
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#FB23988` - Issue with "blur event gets fired on initial rendering when render the component with placeholder" has been resolved.
|
||||
|
||||
## 19.1.54 (2021-03-30)
|
||||
|
||||
### MaskedTextBox
|
||||
|
@ -1190,6 +1182,14 @@ MaskedTextBox allows the user to enter the valid input only based on the provide
|
|||
- **Accessibility** - provides built-in accessibility support which helps to access all the MaskedTextBox component features through keyboard, on-screen readers, or other assistive technology devices.
|
||||
|
||||
|
||||
## 19.1.57 (2021-04-20)
|
||||
|
||||
### MaskedTextBox
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#FB23988` - Issue with "blur event gets fired on initial rendering when render the component with placeholder" has been resolved.
|
||||
|
||||
## 18.4.41 (2021-02-02)
|
||||
|
||||
### Uploader
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-angular-inputs",
|
||||
"version": "19.1.54",
|
||||
"version": "19.1.57",
|
||||
"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 Angular",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
@ -8,9 +8,7 @@
|
|||
"dependencies": {
|
||||
"@syncfusion/ej2-base": "*",
|
||||
"@syncfusion/ej2-angular-base": "*",
|
||||
"@syncfusion/ej2-inputs": "*",
|
||||
"@types/lodash": "4.14.159",
|
||||
"@types/node": "11.15.20"
|
||||
"@syncfusion/ej2-inputs": "*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"rxjs": "5.0.0 - 5.5.10",
|
||||
|
@ -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",
|
||||
|
|
|
@ -6,6 +6,14 @@
|
|||
|
||||
### Kanban
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#321297` - The issue with "Kanban custom dialog drop down list does not properly return integer type value" has been fixed.
|
||||
|
||||
## 19.1.54 (2021-03-30)
|
||||
|
||||
### Kanban
|
||||
|
||||
#### New Features
|
||||
|
||||
- `F160742` - Support to drag and drop the card from kanban to an external source and vice versa has been provided.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-angular-kanban",
|
||||
"version": "0.21.1",
|
||||
"version": "19.1.57",
|
||||
"description": "The Kanban board is an efficient way to visualize the workflow at each stage along its path to completion. The most important features available are Swim lane, filtering, and editing. for Angular",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
@ -8,9 +8,7 @@
|
|||
"dependencies": {
|
||||
"@syncfusion/ej2-base": "*",
|
||||
"@syncfusion/ej2-angular-base": "*",
|
||||
"@syncfusion/ej2-kanban": "*",
|
||||
"@types/lodash": "4.14.159",
|
||||
"@types/node": "11.15.20"
|
||||
"@syncfusion/ej2-kanban": "*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"rxjs": "5.0.0 - 5.5.10",
|
||||
|
@ -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",
|
||||
|
|
|
@ -2,6 +2,14 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 19.1.58 (2021-04-27)
|
||||
|
||||
### Splitter
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#F163365` - The issue with "When the first pane is collapsed, the size of the second pane is not properly set" has been resolved.
|
||||
|
||||
## 19.1.55 (2021-04-06)
|
||||
|
||||
### Splitter
|
||||
|
|
|
@ -8,9 +8,7 @@
|
|||
"dependencies": {
|
||||
"@syncfusion/ej2-base": "*",
|
||||
"@syncfusion/ej2-angular-base": "*",
|
||||
"@syncfusion/ej2-layouts": "*",
|
||||
"@types/lodash": "4.14.159",
|
||||
"@types/node": "11.15.20"
|
||||
"@syncfusion/ej2-layouts": "*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"rxjs": "5.0.0 - 5.5.10",
|
||||
|
@ -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",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 19.1.57 (2021-04-20)
|
||||
## 19.1.58 (2021-04-27)
|
||||
|
||||
### ListView
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-angular-maps",
|
||||
"version": "19.1.56",
|
||||
"version": "19.1.57",
|
||||
"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 Angular",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
@ -8,9 +8,7 @@
|
|||
"dependencies": {
|
||||
"@syncfusion/ej2-base": "*",
|
||||
"@syncfusion/ej2-angular-base": "*",
|
||||
"@syncfusion/ej2-maps": "*",
|
||||
"@types/lodash": "4.14.159",
|
||||
"@types/node": "11.15.20"
|
||||
"@syncfusion/ej2-maps": "*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"rxjs": "5.0.0 - 5.5.10",
|
||||
|
@ -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",
|
||||
|
|
|
@ -2,6 +2,15 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 19.1.58 (2021-04-27)
|
||||
|
||||
### TreeView
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#I320271` - The issue with "While performing drag and drop action between two TreeView components, the `dataSourceChanged` event is not triggered for the source TreeView" has been resolved.
|
||||
- `#F158127` - The issue with "The TreeView `getAllCheckedNodes` method returns invalid data while setting invalid IDs to the `CheckedNodes` property" has been resolved.
|
||||
|
||||
## 19.1.57 (2021-04-20)
|
||||
|
||||
### Menu
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-angular-navigations",
|
||||
"version": "19.1.54",
|
||||
"version": "19.1.57",
|
||||
"description": "A package of Essential JS 2 navigation components such as Tree-view, Tab, Toolbar, Context-menu, and Accordion which is used to navigate from one page to another for Angular",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
@ -8,9 +8,7 @@
|
|||
"dependencies": {
|
||||
"@syncfusion/ej2-base": "*",
|
||||
"@syncfusion/ej2-angular-base": "*",
|
||||
"@syncfusion/ej2-navigations": "*",
|
||||
"@types/lodash": "4.14.159",
|
||||
"@types/node": "11.15.20"
|
||||
"@syncfusion/ej2-navigations": "*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"rxjs": "5.0.0 - 5.5.10",
|
||||
|
@ -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",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 19.1.57 (2021-04-20)
|
||||
## 19.1.58 (2021-04-27)
|
||||
|
||||
### Toast
|
||||
|
||||
|
|
|
@ -2,6 +2,14 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 19.1.58 (2021-04-27)
|
||||
|
||||
### PDF Viewer
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#322799` - The imported stamp annotation position is updated correctly in the MVC platform.
|
||||
|
||||
## 19.1.57 (2021-04-20)
|
||||
|
||||
### PDF Viewer
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-angular-pdfviewer",
|
||||
"version": "19.1.56",
|
||||
"version": "19.1.57",
|
||||
"description": "Essential JS 2 PDF viewer Component for Angular",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
@ -8,9 +8,7 @@
|
|||
"dependencies": {
|
||||
"@syncfusion/ej2-base": "*",
|
||||
"@syncfusion/ej2-angular-base": "*",
|
||||
"@syncfusion/ej2-pdfviewer": "*",
|
||||
"@types/lodash": "4.14.159",
|
||||
"@types/node": "11.15.20"
|
||||
"@syncfusion/ej2-pdfviewer": "*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"rxjs": "5.0.0 - 5.5.10",
|
||||
|
@ -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",
|
||||
|
|
|
@ -2,6 +2,27 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 19.1.58 (2021-04-27)
|
||||
|
||||
### Pivot Table
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#316510` - The pivot table is now scrollable in mobile devices when virtual scrolling is enabled.
|
||||
- `#322256` - The pivot chart's title can now be dynamically updated.
|
||||
|
||||
- `#316510` - The pivot table is now scrollable in mobile devices when virtual scrolling is enabled.
|
||||
- `#322256` - The pivot chart's title can now be dynamically updated.
|
||||
- `#323535` - The `columnRender` event now works when the toolbar is enabled.
|
||||
|
||||
## 19.1.57 (2021-04-20)
|
||||
|
||||
### Pivot Table
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#323557` - The color picker in the conditional formatting dialog now supports language translation.
|
||||
|
||||
## 19.1.56 (2021-04-13)
|
||||
|
||||
### Pivot Table
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-angular-pivotview",
|
||||
"version": "19.1.56",
|
||||
"version": "19.1.57",
|
||||
"description": "The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table. for Angular",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
@ -8,9 +8,7 @@
|
|||
"dependencies": {
|
||||
"@syncfusion/ej2-base": "*",
|
||||
"@syncfusion/ej2-angular-base": "*",
|
||||
"@syncfusion/ej2-pivotview": "*",
|
||||
"@types/lodash": "4.14.159",
|
||||
"@types/node": "11.15.20"
|
||||
"@syncfusion/ej2-pivotview": "*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"rxjs": "5.0.0 - 5.5.10",
|
||||
|
@ -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",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 19.1.57 (2021-04-20)
|
||||
## 19.1.58 (2021-04-27)
|
||||
|
||||
### ProgressBar
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 19.1.57 (2021-04-20)
|
||||
## 19.1.58 (2021-04-27)
|
||||
|
||||
### QueryBuilder
|
||||
|
||||
|
|
|
@ -6,6 +6,10 @@
|
|||
|
||||
### RichTextEditor
|
||||
|
||||
#### New Features
|
||||
|
||||
- `#I262768`, `#I284171`, `#I285060`, `#I303859`, `#I312806`, `#I322378`, `#I292004` - The Rich Text Editor Base64 image handling performance has been improved.
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#I318379`- The issue with "Applying heading to the content in the Rich Text Editor, applies heading to the next element" has been resolved.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-angular-richtexteditor",
|
||||
"version": "19.1.56",
|
||||
"version": "19.1.57",
|
||||
"description": "Essential JS 2 RichTextEditor component for Angular",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
@ -8,9 +8,7 @@
|
|||
"dependencies": {
|
||||
"@syncfusion/ej2-base": "*",
|
||||
"@syncfusion/ej2-angular-base": "*",
|
||||
"@syncfusion/ej2-richtexteditor": "*",
|
||||
"@types/lodash": "4.14.159",
|
||||
"@types/node": "11.15.20"
|
||||
"@syncfusion/ej2-richtexteditor": "*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"rxjs": "5.0.0 - 5.5.10",
|
||||
|
@ -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",
|
||||
|
|
|
@ -2,6 +2,18 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 19.1.58 (2021-04-27)
|
||||
|
||||
### Schedule
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#I324040` - An issue with the scheduler multiple appointment selection in IOS device has been resolved.
|
||||
- `#I324529, #I323448` - An issue with deleting the entire recurrence events with resources has been resolved.
|
||||
- `#FB23906, #FB23902` - An issue with "Scheduler causing focus loss for text inputs in Android device" has been fixed.
|
||||
- `#FB23931` - An issue with "Scheduler stealing focus on window resize" has been fixed.
|
||||
- `#I313715` - An issue with script error throws while resizing the scheduler events has been fixed.
|
||||
|
||||
## 19.1.57 (2021-04-20)
|
||||
|
||||
### Schedule
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-angular-schedule",
|
||||
"version": "19.1.56",
|
||||
"version": "19.1.57",
|
||||
"description": "Flexible scheduling library with more built-in features and enhanced customization options similar to outlook and google calendar, allowing the users to plan and manage their appointments with efficient data-binding support. for Angular",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
@ -8,9 +8,7 @@
|
|||
"dependencies": {
|
||||
"@syncfusion/ej2-base": "*",
|
||||
"@syncfusion/ej2-angular-base": "*",
|
||||
"@syncfusion/ej2-schedule": "*",
|
||||
"@types/lodash": "4.14.159",
|
||||
"@types/node": "11.15.20"
|
||||
"@syncfusion/ej2-schedule": "*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"rxjs": "5.0.0 - 5.5.10",
|
||||
|
@ -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",
|
||||
|
|
|
@ -2,6 +2,19 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 19.1.58 (2021-04-27)
|
||||
|
||||
### Spreadsheet
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#22087` - Filter icon is removed after refresh issue has been fixed.
|
||||
- `#24222` - Conditional formatting font color is changed to default color in list data validation issue has been fixed.
|
||||
- `#23945` - Conditional Formatting is not working properly when range is selected from down to up & right to left issue has been fixed.
|
||||
- `F163837`, `F164024` - Number format drop down shows wrong formatted value while setting locale text for the number format items issue resolved.
|
||||
- `#23856` - Height of the merged cell increases on `Alt + Enter` action issue resolved.
|
||||
- `#23644` - Dependent cells not updated after using `openFromJson` and `refresh` method issue resolved.
|
||||
|
||||
## 19.1.57 (2021-04-20)
|
||||
|
||||
### Spreadsheet
|
||||
|
|
|
@ -8,9 +8,7 @@
|
|||
"dependencies": {
|
||||
"@syncfusion/ej2-base": "*",
|
||||
"@syncfusion/ej2-angular-base": "*",
|
||||
"@syncfusion/ej2-spreadsheet": "*",
|
||||
"@types/lodash": "4.14.159",
|
||||
"@types/node": "11.15.20"
|
||||
"@syncfusion/ej2-spreadsheet": "*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"rxjs": "5.0.0 - 5.5.10",
|
||||
|
@ -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",
|
||||
|
|
|
@ -2,6 +2,15 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 19.1.58 (2021-04-27)
|
||||
|
||||
### Tree Grid
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#F163555` - Updating datasource dynamically with Virtualization enabled works fine.
|
||||
- `#I324405` - Running Tree Grid application in production mode works fine.
|
||||
|
||||
## 19.1.57 (2021-04-20)
|
||||
|
||||
### Tree Grid
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-angular-treegrid",
|
||||
"version": "19.1.56",
|
||||
"version": "19.1.57",
|
||||
"description": "Essential JS 2 TreeGrid Component for Angular",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
@ -8,9 +8,7 @@
|
|||
"dependencies": {
|
||||
"@syncfusion/ej2-base": "*",
|
||||
"@syncfusion/ej2-angular-base": "*",
|
||||
"@syncfusion/ej2-treegrid": "*",
|
||||
"@types/lodash": "4.14.159",
|
||||
"@types/node": "11.15.20"
|
||||
"@syncfusion/ej2-treegrid": "*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"rxjs": "5.0.0 - 5.5.10",
|
||||
|
@ -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",
|
||||
|
|
Загрузка…
Ссылка в новой задаче