Skip to content

Commit

Permalink
v20.3.60 is released
Browse files Browse the repository at this point in the history
  • Loading branch information
pipeline committed Dec 6, 2022
1 parent c861af6 commit 06cb1d6
Show file tree
Hide file tree
Showing 29 changed files with 177 additions and 25 deletions.
16 changes: 16 additions & 0 deletions components/charts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

## [Unreleased]

## 20.3.60 (2022-12-06)

### Chart

#### Bug Fixes

- `#I421349` - Now chart axis is removing properly on dynamic update.
- `#I421251` - Now Pie chart render properly when the width is less than 20% for the parent div.
- `#I421251` - Pie chart gets crashed when setting the datalabel has been fixed.

### RangeNavigator

#### Bug Fixes

- `#I413509` - Now period selectors are updating properly for the range selector changes.

## 20.3.58 (2022-11-22)

### Chart
Expand Down
13 changes: 10 additions & 3 deletions components/diagrams/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,26 @@

## [Unreleased]

## 20.3.58 (2022-11-22)
## 20.3.60 (2022-12-06)

### Diagram

#### Bug Fixes

- `#I418455` - Now, the resize handle has been rendered properly while set node pivot as 0,0.
- `#I418026` - Now, the annotation for the swimlane child node is updated properly after dragging it outside the swimlane.
- `#FB38642` - Now, the arg cancel property for sourcePoint and targetPoint change is working properly.
- `#I419333` - Now, dragging a object outside the diagram canvas from symbol palette is updated properly.
- `#I397852` - Now, defining connector without source or target id while injecting Line Routing is rendered properly.
- `#I42108` - The issue on hovering the node ports has been resolved.

## 20.3.58 (2022-11-22)

### Diagram

#### Bug Fixes

- `#I418455` - Now, the resize handle has been rendered properly while set node pivot as 0,0.
- `#I418026` - Now, the annotation for the swimlane child node is updated properly after dragging it outside the swimlane.

## 20.3.57 (2022-11-15)

### Diagram
Expand Down
9 changes: 9 additions & 0 deletions components/documenteditor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

## [Unreleased]

## 20.3.60 (2022-12-06)

### Document Editor

#### Bug Fixes

- `#I418719` - Resolved the issue with removing bookmark element.
- `#I420043` - Table of content (TOC) is now updated properly.

## 20.3.59 (2022-11-29)

### 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": "20.3.58",
"version": "20.3.59",
"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]

## 20.3.60 (2022-12-06)

### AutoComplete

#### Bug Fixes

- `#I420089` - The issue "API documentation broken on autocomplete Component" has been resolved.

## 20.3.59 (2022-11-29)

### 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": "20.3.58",
"version": "20.3.59",
"description": "Essential JS 2 DropDown Components for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
17 changes: 15 additions & 2 deletions components/gantt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,31 @@

## [Unreleased]

## 20.3.60 (2022-12-06)

### Gantt

#### Bug Fixes

- `#I420414` - Unable to disable edit dialog fields in general tab issue has been fixed.
- `#I420280` - The `actionBegin` event receives more records as modified data when a task is resized issue has been fixed.
- `#I420126` - Error thrown when deleting a Unassigned task in the Resource View issue has been fixed.
- `#I415400` - Cell Edit does not save when clicking on the chart side issue has been fixed.
- `#I419273` - End Key not working as expected when selection type set to Both.

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

## 20.3.59 (2022-11-29)

### Gantt

#### Bug Fixes

- `#I413261` - Dependency values for the parent task are not properly updated issue has been fixed.
- `#I419062` - Edit type issue when datasource is undefined issue has been fixed.
- `#I417042` - A console error is thrown when updating the parent task's start date.
- `#I419262` - The dependency line is rendered even after cancel.

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

## 20.3.58 (2022-11-22)

### 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": "20.3.58",
"version": "20.3.59",
"description": "Essential JS 2 Gantt Component for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
11 changes: 11 additions & 0 deletions components/grids/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

## [Unreleased]

## 20.3.60 (2022-12-06)

### Grid

#### Bug Fixes

- `#I397543` - Issue with custom toolbar template item in grid has been resolved.
- `#I418069` - Searching issue when clicking search icon in adaptive mode has been fixed.
- `#I417934` - Column Reordering was not working properly after hiding the column has been fixed.
- `#I415585` - When JAWS is running, go to first page and last page buttons are working properly when enter key is pressed after focusing.

## 20.3.59 (2022-11-29)

### Grid
Expand Down
2 changes: 1 addition & 1 deletion components/grids/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-grids",
"version": "20.3.58",
"version": "20.3.59",
"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",
Expand Down
4 changes: 2 additions & 2 deletions components/grids/src/grid/columns.directive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ export class ColumnDirective extends ComplexBase<ColumnDirective> {
*/
public displayAsCheckBox: any;
/**
* Defines the `IEditCell`(../../grid/edit/#cell-edit-template) object to customize default edit cell.
* Defines the `IEditCell`(../../grid/editing/edit-types/#custom-editors-using-template) object to customize default edit cell.
* @default {}
*/
public edit: any;
Expand Down Expand Up @@ -400,7 +400,7 @@ export class ColumnDirective extends ComplexBase<ColumnDirective> {
*/
public uid: any;
/**
* `editType`(../../grid/edit/#cell-edit-type-and-its-params) Defines rules to validate data before creating and updating.
* `editType`(../../grid/editing/edit-types/#customize-editors-using-params) Defines rules to validate data before creating and updating.
* @default null
*/
public validationRules: any;
Expand Down
4 changes: 2 additions & 2 deletions components/grids/src/grid/stacked-column.directive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ export class StackedColumnDirective extends ComplexBase<StackedColumnDirective>
*/
public displayAsCheckBox: any;
/**
* Defines the `IEditCell`(../../grid/edit/#cell-edit-template) object to customize default edit cell.
* Defines the `IEditCell`(../../grid/editing/edit-types/#custom-editors-using-template) object to customize default edit cell.
* @default {}
*/
public edit: any;
Expand Down Expand Up @@ -404,7 +404,7 @@ export class StackedColumnDirective extends ComplexBase<StackedColumnDirective>
*/
public uid: any;
/**
* `editType`(../../grid/edit/#cell-edit-type-and-its-params) Defines rules to validate data before creating and updating.
* `editType`(../../grid/editing/edit-types/#customize-editors-using-params) Defines rules to validate data before creating and updating.
* @default null
*/
public validationRules: any;
Expand Down
8 changes: 8 additions & 0 deletions components/heatmap/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## [Unreleased]

## 20.3.60 (2022-12-06)

### Heatmap

#### Bug Fixes

- `#I421105` - The axis labels and multilevel labels of the x-axis will be properly spaced.

## 20.3.56 (2022-11-08)

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

## [Unreleased]

## 20.3.56 (2022-11-08)
## 20.3.60 (2022-12-06)

### Kanban

#### Bug Fixes

- `#F178602` - Now, the ability to drag & drop several cards onto the same column works properly.
- `#F178604` - Now, the arrangement of several cards in descending order after drag and drop is now resolved.

## 20.3.59 (2022-11-29)

### Kanban

Expand Down
2 changes: 1 addition & 1 deletion components/kanban/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-kanban",
"version": "20.3.56",
"version": "20.3.59",
"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",
Expand Down
8 changes: 8 additions & 0 deletions components/navigations/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## [Unreleased]

## 20.3.60 (2022-12-06)

### TreeView

#### Bug Fixes

- `#I415237` - The TreeView performance issue in Vue3 framework has been resolved.

## 20.3.58 (2022-11-22)

### Carousel
Expand Down
16 changes: 16 additions & 0 deletions components/pdfviewer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

## [Unreleased]

## 20.3.60 (2022-12-06)

### PDF Viewer

#### New Features

- `#I369895`,`#I403367`,`#I406191` - Now, improvements in text selection `strikethrough` for specific document.
- `#I419679` - Provided the ability to display or hide the `FormDesignerToolbar` after document loading.

#### Bug Fixes

- `#F178453` - Now, cut, copy and paste of form field are working properly on downloading.

## 20.3.59 (2022-11-29)

### PDF Viewer
Expand All @@ -17,6 +30,9 @@
- `#I418726` - Now, the draw and image signature is now preserved while changing tabs on mobile devices.
- `#I420588` - Now, the Script error does not occur while printing the document contains signature fields on non-rendered pages.
- `#I420304` - Now, the script error does not occur while updating read only property programmatically.
- `#I416032` - The radio button now triggers the form field click event.
- `#I420423` - Now, the background color of the initial indicator settings is now applied when adding form fields programmatically.
- `#I422736` - Fixed issue with saving PDF document on form fields export.

## 20.3.58 (2022-11-22)

Expand Down
2 changes: 1 addition & 1 deletion components/pdfviewer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-pdfviewer",
"version": "20.3.58",
"version": "20.3.59",
"description": "Essential JS 2 PDF viewer Component for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/pivotview/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 20.3.59 (2022-11-29)
## 20.3.60 (2022-12-06)

### Pivot Table

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

## [Unreleased]

## 20.3.60 (2022-12-06)

### Dialog

#### Bug Fixes

- `#I420756` - Now, the z-index value calculation will function properly when you have multiple dialog elements on the same page.

## 20.3.59 (2022-11-29)

### Dialog
Expand Down
2 changes: 1 addition & 1 deletion components/popups/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-popups",
"version": "20.3.58",
"version": "20.3.59",
"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",
Expand Down
8 changes: 8 additions & 0 deletions components/progressbar/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## [Unreleased]

## 20.3.60 (2022-12-06)

### ProgressBar

#### Bug Fixes

- `#I420052` - Now progress bar API reference are refreshing properly.

## 20.3.57 (2022-11-15)

### ProgressBar
Expand Down
2 changes: 1 addition & 1 deletion components/querybuilder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-querybuilder",
"version": "20.3.56",
"version": "20.3.59",
"description": "Essential JS 2 QueryBuilder for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
10 changes: 10 additions & 0 deletions components/richtexteditor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

## [Unreleased]

## 20.3.60 (2022-12-06)

### RichTextEditor

#### Bug Fixes

- `#I416708` - Now, pasting the content from MS Word will maintain the DOM structure properly.
- `#I418749` - Now, pasted texts get inside the `contentEditable div` when using the `enterKey` as `BR` or `DIV`.

## 20.3.59 (2022-11-29)

### RichTextEditor
Expand All @@ -12,6 +21,7 @@
- `#I412883` - Now, pressing the enter key at the start of the dynamically inserted text works properly.
- `#I412540` - Now, the indentation format is maintained properly when pasting content from MS Word.
- `#I416708` - Now, pressing the backspace key after pasting contents from MS Word works properly.
- `#I417838` - Now, Underline and Strike through toolbar styles will work properly when we change the font size in RTE.

## 20.3.47 (2022-09-29)

Expand Down
2 changes: 1 addition & 1 deletion components/richtexteditor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-richtexteditor",
"version": "20.3.56",
"version": "20.3.59",
"description": "Essential JS 2 RichTextEditor component for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
Loading

0 comments on commit 06cb1d6

Please sign in to comment.