v20.1.51 is released
This commit is contained in:
Родитель
b71babb071
Коммит
13ea75d6ab
|
@ -2,7 +2,7 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 20.1.50 (2022-04-19)
|
||||
## 20.1.51 (2022-04-26)
|
||||
|
||||
### Common
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-angular-buttons",
|
||||
"version": "20.1.47",
|
||||
"version": "20.1.50",
|
||||
"description": "A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch. for Angular",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-angular-charts",
|
||||
"version": "20.1.48",
|
||||
"version": "20.1.50",
|
||||
"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",
|
||||
|
|
|
@ -2,6 +2,14 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 20.1.51 (2022-04-26)
|
||||
|
||||
### Diagram
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#I375103` - Now, Port visibility will work properly on mouse hover in Canvas mode.
|
||||
|
||||
## 20.1.48 (2022-04-12)
|
||||
|
||||
### Diagram
|
||||
|
|
|
@ -2,6 +2,19 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 20.1.51 (2022-04-26)
|
||||
|
||||
### Document Editor
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#I361566`, `#I372584` - Resolved the wrapping style issue in header/footer.
|
||||
- `#I373016` - Resolved the script error in accepting the revision inside the table.
|
||||
- `#I370714` - Resolved the character format updating issue.
|
||||
- `#I364803` - Resolved the track changes to empty page.
|
||||
- `#I356022` - Resolved the wrong comma placing in Hebrew language.
|
||||
- `#I368816` - Resolved the pie chart rendering and exporting issue.
|
||||
|
||||
## 20.1.50 (2022-04-19)
|
||||
|
||||
### Document Editor
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-angular-documenteditor",
|
||||
"version": "20.1.48",
|
||||
"version": "20.1.50",
|
||||
"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,6 +2,20 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 20.1.51 (2022-04-26)
|
||||
|
||||
### ListBox
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `I374083` - Issue with "Filtering did not work in the datasource empty list" has been resolved.
|
||||
|
||||
### ComboBox
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#F33764` - Issue with "dynamically added item is not displayed in the popup while rendering the component with item template" has been resolved.
|
||||
|
||||
## 20.1.50 (2022-04-19)
|
||||
|
||||
### ListBox
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-angular-dropdowns",
|
||||
"version": "20.1.47",
|
||||
"version": "20.1.50",
|
||||
"description": "Essential JS 2 DropDown Components for Angular",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -2,6 +2,19 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 20.1.51 (2022-04-26)
|
||||
|
||||
### Gantt
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#373529` - Task label is not properly displayed in pdf export issue has been fixed.
|
||||
- `#373829` - Top tier and bottom tier partitioning issue in quarterly mode has been fixed.
|
||||
- `#374212, #372614` - Timeline is not rendered properly when using hour format in `DST` issue has been fixed.
|
||||
- `#367794` - Cell editing issue in internet explorer has been fixed.
|
||||
|
||||
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
|
||||
|
||||
## 20.1.50 (2022-04-19)
|
||||
|
||||
### Gantt
|
||||
|
@ -13,8 +26,6 @@
|
|||
- `#372344` - Issue in `taskLabelTemplate` using `ngTemplate` has been fixed.
|
||||
- `#372131` - Issue in `taskbarTemplate` with `enableMultiTaskbar` enabled has been fixed.
|
||||
|
||||
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
|
||||
|
||||
## 20.1.48 (2022-04-12)
|
||||
|
||||
### Gantt
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-angular-gantt",
|
||||
"version": "20.1.48",
|
||||
"version": "20.1.50",
|
||||
"description": "Essential JS 2 Gantt Component for Angular",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -2,6 +2,19 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 20.1.51 (2022-04-26)
|
||||
|
||||
### Grid
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#I367001` - Script error thrown when adding rows with template has been fixed.
|
||||
- `#I375273` - Grid is not rendering properly with row height and frozen columns properties has been fixed.
|
||||
- `#FB29914` - `GroupCaptiontemplate` is not shown when applied it to first column has been fixed.
|
||||
- `#I367596` - Default filter value is not displayed when no records match the filer is fixed.
|
||||
- `#I370329,#I373234` - Command column not working properly for default action is fixed.
|
||||
- `#I372528` - The custom component in the filter bar template throws a script error when it is focused is fixed.
|
||||
|
||||
## 20.1.48 (2022-04-12)
|
||||
|
||||
### Grid
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 20.1.50 (2022-04-19)
|
||||
## 20.1.51 (2022-04-26)
|
||||
|
||||
### LinearGauge
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 20.1.50 (2022-04-19)
|
||||
## 20.1.51 (2022-04-26)
|
||||
|
||||
### Maps
|
||||
|
||||
|
|
|
@ -2,6 +2,20 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 20.1.51 (2022-04-26)
|
||||
|
||||
### TreeView
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#I371505` - The issue with "The TreeView checked node state doesn't update properly for nested levels when loadOnDemand is enabled" has been resolved.
|
||||
|
||||
### Tab
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#F174269` - Tab throws script error while adding items with `headerTemplate` has been fixed.
|
||||
|
||||
## 20.1.48 (2022-04-12)
|
||||
|
||||
### Menu
|
||||
|
|
|
@ -2,6 +2,16 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 20.1.51 (2022-04-26)
|
||||
|
||||
### PDF Viewer
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#SF-369554`- The form fields are now added horizontally to the page, even for rotated documents.
|
||||
- `#SF-369733`- The free text annotation is no longer rotated when it is added programmatically to rotated documents.
|
||||
- `#SF-371560`- Form fields in a rotated document will be rendered according to the field rotation.
|
||||
|
||||
## 20.1.50 (2022-04-19)
|
||||
|
||||
### PDF Viewer
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-angular-pdfviewer",
|
||||
"version": "20.1.47",
|
||||
"version": "20.1.50",
|
||||
"description": "Essential JS 2 PDF viewer Component for Angular",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -2,6 +2,15 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 20.1.51 (2022-04-26)
|
||||
|
||||
### QueryBuilder
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `I368359` - Issue with Validate Fields is not properly working for the rule template in query builder has been fixed.
|
||||
- `I374364` - Issue with Query builder rule shows field value instead of label value, while we set fieldMode as dropdowntree has been fixed.
|
||||
|
||||
## 20.1.48 (2022-04-12)
|
||||
|
||||
### QueryBuilder
|
||||
|
|
|
@ -2,6 +2,17 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 20.1.51 (2022-04-26)
|
||||
|
||||
### RichTextEditor
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#I373527` - Now, the font name is updated properly when using the custom font names in the Rich Text Editor.
|
||||
- `#I373953` - Now, inserting the table after the list element with the image doesn't remove the image from the list.
|
||||
- `#I372489` - Now, resizing the images with equal height and width works properly.
|
||||
- `#F173394` - Now, the undo and redo keys work properly when pasting the content in the Rich Text Editor.
|
||||
|
||||
## 20.1.50 (2022-04-19)
|
||||
|
||||
### RichTextEditor
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-angular-richtexteditor",
|
||||
"version": "20.1.48",
|
||||
"version": "20.1.50",
|
||||
"description": "Essential JS 2 RichTextEditor component for Angular",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 20.1.50 (2022-04-19)
|
||||
## 20.1.51 (2022-04-26)
|
||||
|
||||
### Schedule
|
||||
|
||||
|
|
|
@ -2,6 +2,22 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 20.1.51 (2022-04-26)
|
||||
|
||||
### Spreadsheet
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#I366807` - Clear all does not remove data validation when it applied on whole column issue has been fixed.
|
||||
- `#I372777` - Hidden rows are visible in saved excel file issue resolved.
|
||||
- `#I368023` - Issue with UNIQUE formula while performing clipboard (copy/ paste) action is fixed.
|
||||
- `#I374129` - Shift selection causes the selection to move away from the spreadsheet table issue has been resolved.
|
||||
- `#I371703` - Filtering causes selection misalignment and script error issue with freeze pane which was applied in scrolled content has been resolved.
|
||||
- `#I374628` - Pasting empty cell along with formula cell within the same range, empty cell is pasted with wrong value issue has been fixed.
|
||||
- `#I374069` - When we copy uneven row data from an external source, the paste is not working properly issue is resolved.
|
||||
- `#I375840` - Border not applied properly when using locale text issue is resolved.
|
||||
- `#I370989` - Data not pasted proper value in formula contained cells is fixed.
|
||||
|
||||
## 20.1.50 (2022-04-19)
|
||||
|
||||
### Spreadsheet
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-angular-spreadsheet",
|
||||
"version": "20.1.48",
|
||||
"version": "20.1.50",
|
||||
"description": "Feature-rich JavaScript Spreadsheet (Excel) control with built-in support for selection, editing, formatting, importing and exporting to Excel for Angular",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -2,6 +2,18 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 20.1.51 (2022-04-26)
|
||||
|
||||
### Tree Grid
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#I372618` - Resolved searching after scroll shows no records to display in case of Virtualization enabled.
|
||||
|
||||
#### New Features
|
||||
|
||||
- `#I367483` - Improved the usability of the Indent/Outdent feature.
|
||||
|
||||
## 20.1.48 (2022-04-12)
|
||||
|
||||
### Tree Grid
|
||||
|
|
Загрузка…
Ссылка в новой задаче