v19.3.55 is released
This commit is contained in:
Родитель
9e1e5779ab
Коммит
399062f438
|
@ -2,7 +2,7 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 19.3.54 (2021-11-17)
|
||||
## 19.3.55 (2021-11-23)
|
||||
|
||||
### Common
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-angular-calendars",
|
||||
"version": "19.3.46",
|
||||
"version": "19.3.53",
|
||||
"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 Angular",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -2,6 +2,15 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 19.3.55 (2021-11-23)
|
||||
|
||||
### Chart
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- Tooltip is now working fine in react library for mobile device.
|
||||
- `#I347059` - Data label is now rendering properly for stacking column.
|
||||
|
||||
## 19.3.54 (2021-11-17)
|
||||
|
||||
### Chart
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-angular-charts",
|
||||
"version": "19.3.53",
|
||||
"version": "19.3.54",
|
||||
"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",
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 19.3.54 (2021-11-17)
|
||||
## 19.3.55 (2021-11-23)
|
||||
|
||||
### CircularGauge
|
||||
|
||||
|
|
|
@ -2,7 +2,17 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 19.3.54 (2021-11-17)
|
||||
## 19.3.55 (2021-11-23)
|
||||
|
||||
### Diagram
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#I346676` - The issue "Drag and drop item from Tree-View to Diagram doesn't behave correctly" has been fixed.
|
||||
- `#I347727` - The issue "RemovePalette API not working properly" has been fixed.
|
||||
- `#I348028` - The issue "SelectionChange newValue is null when deselecting one of multiple selected shapes" has been fixed.
|
||||
|
||||
## 19.3.53 (2021-11-12)
|
||||
|
||||
### Diagram
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-angular-diagrams",
|
||||
"version": "19.3.48",
|
||||
"version": "19.3.53",
|
||||
"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",
|
||||
|
|
|
@ -2,6 +2,14 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 19.3.55 (2021-11-23)
|
||||
|
||||
### Document Editor
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `I345759`- Resolved the table border rendering issue.
|
||||
|
||||
## 19.3.54 (2021-11-17)
|
||||
|
||||
### Document Editor
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-angular-documenteditor",
|
||||
"version": "19.3.53",
|
||||
"version": "19.3.54",
|
||||
"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",
|
||||
|
|
|
@ -2,7 +2,15 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 19.3.54 (2021-11-17)
|
||||
## 19.3.55 (2021-11-23)
|
||||
|
||||
### AutoComplete
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#I343913` - Issue with "exception throws while preventing the request to the server in the `actionBegin` event" has been resolved.
|
||||
|
||||
## 19.3.53 (2021-11-12)
|
||||
|
||||
### Dropdown Tree
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-angular-dropdowns",
|
||||
"version": "19.3.48",
|
||||
"version": "19.3.53",
|
||||
"description": "Essential JS 2 DropDown Components for Angular",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -2,13 +2,21 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 19.3.54 (2021-11-17)
|
||||
## 19.3.55 (2021-11-23)
|
||||
|
||||
### File Manager
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#I340018` - The issue with "Script gets executed when new folder is created with HTML tags while using enableHtmlSanitizer property of FileManager component" has been resolved.
|
||||
- `#I341862` - The issue with "`filterFiles` method throws script error in File Manager" has been resolved.
|
||||
|
||||
## 19.3.44 (2021-10-05)
|
||||
|
||||
### File Manager
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#I340018` - The issue with "Script gets executed when new folder is created with HTML tags while using `enableHtmlSanitizer` property of File Manager component" has been resolved.
|
||||
|
||||
## 19.2.56 (2021-08-17)
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-angular-filemanager",
|
||||
"version": "18.5.10",
|
||||
"version": "19.3.53",
|
||||
"description": "Essential JS 2 FileManager Component for Angular",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -2,7 +2,17 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 19.3.54 (2021-11-17)
|
||||
## 19.3.55 (2021-11-23)
|
||||
|
||||
### Gantt
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#347753` - Issue in `defaultedit` edit type has been fixed.
|
||||
|
||||
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
|
||||
|
||||
## 19.3.53 (2021-11-12)
|
||||
|
||||
### Gantt
|
||||
|
||||
|
@ -10,8 +20,6 @@
|
|||
|
||||
- `#342557` - In fixed work type duration update issue has been fixed.
|
||||
|
||||
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
|
||||
|
||||
## 19.3.48 (2021-11-02)
|
||||
|
||||
### Gantt
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-angular-gantt",
|
||||
"version": "19.3.48",
|
||||
"version": "19.3.53",
|
||||
"description": "Essential JS 2 Gantt Component for Angular",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -2,6 +2,17 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 19.3.55 (2021-11-23)
|
||||
|
||||
### Grid
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#F170201` - Passed `groupcaption` details in the `exportGroupCaption` event arguments.
|
||||
- `#I347287` - Maximum call stack issue occurs when checkbox columns set visible property as false for first column has been fixed.
|
||||
- `#I347439` - The last row bottom border issue in Frozen right part has been fixed.
|
||||
- `#I348589` - Changing grid height programmatically throws script error while scrolling issue has been fixed.
|
||||
|
||||
## 19.3.54 (2021-11-17)
|
||||
|
||||
### Grid
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-angular-grids",
|
||||
"version": "19.3.53",
|
||||
"version": "19.3.54",
|
||||
"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",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 19.3.54 (2021-11-17)
|
||||
## 19.3.55 (2021-11-23)
|
||||
|
||||
### In-place Editor
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 19.3.54 (2021-11-17)
|
||||
## 19.3.55 (2021-11-23)
|
||||
|
||||
### ColorPicker
|
||||
|
||||
|
|
|
@ -2,7 +2,15 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 19.3.54 (2021-11-17)
|
||||
## 19.3.55 (2021-11-23)
|
||||
|
||||
### Kanban
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#I344836` - The issue with "Swimlane row is not created when kanban keyField has 0 value alone" has been resolved.
|
||||
|
||||
## 19.3.46 (2021-10-19)
|
||||
|
||||
### Kanban
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-angular-kanban",
|
||||
"version": "19.3.45",
|
||||
"version": "19.3.53",
|
||||
"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",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 19.3.54 (2021-11-17)
|
||||
## 19.3.55 (2021-11-23)
|
||||
|
||||
### ListBase
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 19.3.54 (2021-11-17)
|
||||
## 19.3.46 (2021-10-19)
|
||||
|
||||
### Maps
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-angular-maps",
|
||||
"version": "19.3.44",
|
||||
"version": "19.3.53",
|
||||
"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",
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
#### Bug Fixes
|
||||
|
||||
- `#I347014` - An issue with dynamic tab item navigation if scheduler is present on a page has been fixed.
|
||||
- `#I296232` - The issue with "Script error occurs while updating the tab header text" has been resolved.
|
||||
|
||||
## 19.3.46 (2021-10-19)
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-angular-navigations",
|
||||
"version": "19.3.53",
|
||||
"version": "19.3.54",
|
||||
"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",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-angular-pdfviewer",
|
||||
"version": "19.3.53",
|
||||
"version": "19.3.54",
|
||||
"description": "Essential JS 2 PDF viewer Component for Angular",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -2,7 +2,15 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 19.3.54 (2021-11-17)
|
||||
## 19.3.55 (2021-11-23)
|
||||
|
||||
### Pivot Table
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- The pivot table can now be properly exported to an pdf file with two levels of columns.
|
||||
|
||||
## 19.3.53 (2021-11-12)
|
||||
|
||||
### Pivot Table
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-angular-pivotview",
|
||||
"version": "19.3.48",
|
||||
"version": "19.3.53",
|
||||
"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",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 19.3.54 (2021-11-17)
|
||||
## 19.3.47 (2021-10-26)
|
||||
|
||||
### Tooltip
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-angular-popups",
|
||||
"version": "18.36.1",
|
||||
"version": "19.3.53",
|
||||
"description": "A package of Essential JS 2 popup components such as Dialog and Tooltip that is used to display information or messages in separate pop-ups. for Angular",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 19.3.54 (2021-11-17)
|
||||
## 19.3.55 (2021-11-23)
|
||||
|
||||
### QueryBuilder
|
||||
|
||||
|
|
|
@ -2,7 +2,15 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 19.3.54 (2021-11-17)
|
||||
## 19.3.55 (2021-11-23)
|
||||
|
||||
### RichTextEditor
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#I347461` - The issue with "quickToolbar of image is not hidden, when we click on the popup and then press Esc to hide" has been resolved.
|
||||
|
||||
## 19.3.53 (2021-11-12)
|
||||
|
||||
### RichTextEditor
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-angular-richtexteditor",
|
||||
"version": "19.3.47",
|
||||
"version": "19.3.53",
|
||||
"description": "Essential JS 2 RichTextEditor component for Angular",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -2,6 +2,14 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 19.3.55 (2021-11-23)
|
||||
|
||||
### Schedule
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#I347217` - An issue while using `getRecurrenceDates` method in the weekly rule option has been fixed.
|
||||
|
||||
## 19.3.53 (2021-11-12)
|
||||
|
||||
### Schedule
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 19.3.54 (2021-11-17)
|
||||
## 19.3.55 (2021-11-23)
|
||||
|
||||
### DropDownButton
|
||||
|
||||
|
|
|
@ -2,7 +2,17 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 19.3.54 (2021-11-17)
|
||||
## 19.3.55 (2021-11-23)
|
||||
|
||||
### Tree Grid
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#I346283` - Resolved "No records to display" issue when scrolling using column Virtualization with sorting.
|
||||
- `#I347163` - Resolved checkbox selection is not working properly while using column Virtualization.
|
||||
- `#I346278, I346277` - Resolved White space issue when collapsing rows and scrolling down and adding the record using addRecord method in Virtualization.
|
||||
|
||||
## 19.3.48 (2021-11-02)
|
||||
|
||||
### Tree Grid
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-angular-treegrid",
|
||||
"version": "19.3.47",
|
||||
"version": "19.3.53",
|
||||
"description": "Essential JS 2 TreeGrid Component for Angular",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
Загрузка…
Ссылка в новой задаче