Skip to content

Commit

Permalink
v20.4.52 is released
Browse files Browse the repository at this point in the history
  • Loading branch information
pipeline committed Feb 28, 2023
1 parent bba7865 commit 59348e5
Show file tree
Hide file tree
Showing 36 changed files with 178 additions and 32 deletions.
8 changes: 8 additions & 0 deletions components/base/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## [Unreleased]

## 20.4.52 (2023-02-28)

### Common

#### Bug Fixes

- `#I431692` - Resolved the Form based components script errors in the Angular 14.

## 20.4.48 (2023-02-01)

### Common
Expand Down
2 changes: 1 addition & 1 deletion components/base/src/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { isNullOrUndefined } from '@syncfusion/ej2-base';
export function applyMixins(derivedClass: any, baseClass: any[]): void {
baseClass.forEach(baseClass => {
Object.getOwnPropertyNames(baseClass.prototype).forEach(name => {
if (!derivedClass.prototype.hasOwnProperty(name) || baseClass.isFormBase) {
if (!derivedClass.prototype.hasOwnProperty(name) || (baseClass.isFormBase && name !== 'constructor')) {
derivedClass.prototype[name] = baseClass.prototype[name];
}
});
Expand Down
8 changes: 8 additions & 0 deletions components/calendars/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## [Unreleased]

## 20.4.52 (2023-02-28)

### DateRangePicker

#### Bug Fixes

- `#I438924` - The issue "Presets label text value overflows when we switch the culture" has been resolved.

## 20.4.48 (2023-02-01)

- `#I426149` - The issue "show method target parameter not works as expected" has been resolved.
Expand Down
2 changes: 1 addition & 1 deletion components/calendars/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-calendars",
"version": "20.4.48",
"version": "20.4.51",
"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",
Expand Down
10 changes: 10 additions & 0 deletions components/charts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

## [Unreleased]

## 20.4.52 (2023-02-28)

### Chart

#### Bug Fixes

- `#F180554` - Fixed console error thrown when using the destroy method.
- `#I437308` - Resolved accessibility issues in chart.
- `#I436273` - Fixed issue with chart going out when zooming without clip rect in path.

## 20.4.51 (2023-02-21)

### Chart
Expand Down
2 changes: 1 addition & 1 deletion components/charts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-charts",
"version": "20.4.49",
"version": "20.4.51",
"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",
Expand Down
10 changes: 10 additions & 0 deletions components/diagrams/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

## [Unreleased]

## 20.4.52 (2023-02-28)

### Diagram

#### Bug Fixes

- `#F180478` - Now, the performance of diagram while enabling virtualization is improved.
- `#F180478` - Now, Overview is updated properly while enabling virtualization.
- `#I422299` - Now, swimlane child nodes is selectable after save and load.

## 20.4.50 (2023-02-14)

### 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.4.52 (2023-02-28)

### Document Editor

#### Bug Fixes

- `#I436133` - When inserting, the endnote order was resolved.
- `#I434491` - Resolved the Text off the page and outside the margin issue when paste the text.

## 20.4.51 (2023-02-21)

### 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.4.50",
"version": "20.4.51",
"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
16 changes: 9 additions & 7 deletions components/dropdowns/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,14 @@

## [Unreleased]

## 20.4.51 (2023-02-21)
## 20.4.52 (2023-02-28)

### Mention

#### Bug Fixes

- `#I430690` - The issue "Mention popup doesn't flip out when there is no space at the bottom" has been resolved.

### DropDownList

#### Bug Fixes

- `#I435114` - The issue "popup is not opening through keyboard action when dynamically changing the datasource value" has been resolved.

## 20.4.49 (2023-02-07)

### Dropdown Tree
Expand Down Expand Up @@ -2188,6 +2182,14 @@ DropDownList component contains a list of predefined values from which a single
- **Accessibility** - Provided with built-in accessibility support which helps to access all the DropDownList component features through the keyboard, screen readers, or other assistive technology devices.


## 20.4.51 (2023-02-21)

### DropDownList

#### Bug Fixes

- `#I435114` - The issue "popup is not opening through keyboard action when dynamically changing the datasource value" has been resolved.

## 20.4.50 (2023-02-14)

### ComboBox
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.4.50",
"version": "20.4.51",
"description": "Essential JS 2 DropDown Components for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/filemanager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-filemanager",
"version": "20.4.48",
"version": "20.4.51",
"description": "Essential JS 2 FileManager Component for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
19 changes: 18 additions & 1 deletion components/gantt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

## [Unreleased]

## 20.4.52 (2023-02-28)

### Gantt

#### Bug Fixes

-`I435386`- Column template not working in `Vue` platform issue has been fixed.
-`I426170`- Incorrect Start Date Update for Unscheduled Task When Editing Parent Start Date.
-`I432910`- zoom in not disabled issue has been fixed.
-`I431348`- Updating Day Working Time Property Dynamically in UTC Timezone Results in Invalid Dates.
-`I394676`- Incorrect Date in milestone while on load and editing issue has been fixed.
-`#I436476`- Gantt Task doesn't get updated after Batch Update issue is fixed.


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

## 20.4.51 (2023-02-21)

### Gantt
Expand All @@ -12,7 +28,8 @@
-`#I434098`- Script error occurs when updating resources dynamically without child mapping.


- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
-`#I434098`- Script error occurs when updating resources dynamically without child mapping.


## 20.4.50 (2023-02-14)

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

## [Unreleased]

## 20.4.52 (2023-02-28)

### Grid

#### Bug Fixes

- `#I429268` - Script error thrown on state change, with row template button click has been fixed.
- `#I436447` - Improvement in Excel Filter search action and Custom Filter Dialog has been done.
- `#I439694` - Resolved the issue where selecting columns in column chooser or navigating through columns was not being highlighted.

## 20.4.51 (2023-02-21)

### 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.4.50",
"version": "20.4.51",
"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
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.4.52 (2023-02-28)

### Heatmap

#### Bug Fixes

- `#I437917` - Legend labels in the bottom and top positions will now be properly rendered.

## 20.4.38 (2022-12-21)

### Heatmap
Expand Down
2 changes: 1 addition & 1 deletion components/heatmap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-heatmap",
"version": "20.4.42",
"version": "20.4.48",
"description": "Feature rich data visulization control used to visualize the matrix data where the individual values are represented as colors for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/imageeditor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-image-editor",
"version": "20.4.49",
"version": "20.4.51",
"description": "Essential JS 2 ImageEditor for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
20 changes: 17 additions & 3 deletions components/inputs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,19 @@

## [Unreleased]

## 20.4.51 (2023-02-21)
## 20.4.52 (2023-02-28)

### Uploader
### MaskedTextBox

#### Bug Fixes

- `#I436425` - Issue with "Accessibility tool reports that duplicate ID value for the uploader component" has been resolved
- `#I435597` - Resolved issue with pasting using keyboard shortcuts not working properly in Safari browser.

### Signature

#### Bug Fixes

- `#I433821` - Correcting the signature scaling issue while resizing the web browser has been resolved.

## 20.4.48 (2023-02-01)

Expand Down Expand Up @@ -1294,6 +1300,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.


## 20.4.51 (2023-02-21)

### Uploader

#### Bug Fixes

- `#I436425` - Issue with "Accessibility tool reports that duplicate ID value for the uploader component" has been resolved

## 19.3.47 (2021-10-26)

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

## [Unreleased]

## 20.4.52 (2023-02-28)

### Kanban

#### Bug Fixes

- `#I432638` - Now, when using the kanban `sortSettings` the cards are dropped and sorted properly.

## 20.4.44 (2023-01-18)

### 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.4.44",
"version": "20.4.48",
"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
2 changes: 1 addition & 1 deletion components/maps/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

## [Unreleased]

## 20.4.51 (2023-02-21)
## 20.4.52 (2023-02-28)

### Maps

Expand Down
13 changes: 13 additions & 0 deletions components/navigations/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,19 @@
#### Bug Fixes

- `#I428766` - Alignment issue in TreeView node without a sub-child in RTL mode has been resolved.
- `#I428002` - The accessibility related issues in the TreeView has been resolved.

### ContextMenu

#### Bug Fixes

- `#I439558` - The issue with "When removing all context menu items that contain icons using removeItems method, it thrown null reference error" has been resolved.

### Breadcrumb

#### Bug Fixes

- `#I437629` - Issue with "Breadcrumb overflow mode menu creates a dark point for multiple click " has been resolved.

## 20.4.49 (2023-02-07)

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

## [Unreleased]

## 20.4.52 (2023-02-28)

### PDF Viewer

#### Bug Fixes

- `#I436286` - Now, the script error is not occurred the enable shape annotation is set to false.
- `#I429775` - Now that the problem with some specific document's slow rendering has been resolved.

## 20.4.51 (2023-02-21)

### PDF Viewer
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.4.50",
"version": "20.4.51",
"description": "Essential JS 2 PDF viewer Component for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
Loading

0 comments on commit 59348e5

Please sign in to comment.