Skip to content

Commit

Permalink
v20.4.43 is released
Browse files Browse the repository at this point in the history
  • Loading branch information
pipeline committed Jan 10, 2023
1 parent 85e495a commit 431d2ca
Show file tree
Hide file tree
Showing 48 changed files with 193 additions and 119 deletions.
14 changes: 14 additions & 0 deletions components/base/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,20 @@

- `#I426526`, `#I421906` - The issue with the delay rendering of controls in the `ngAfterViewInit` hook has been resolved.

## 20.4.38 (2022-12-21)

### Common

#### New Features

- Provided the Angular version 15 compatible support for the Angular components.
- The new `Rating` component has been added to Angular.
- The `AppBar`, `Floating Action Button (FAB)`, `Mention`, `Message` and `Speed Dial` components have been developed to meet industry standards and are now marked production-ready.

#### Breaking Changes

- If you are using Syncfusion's Angular components without first registering a license, a license dialog will appear after a certain limit of usage, preventing further interaction in the application. Please make sure to register a valid license in order to continue using the Syncfusion Angular components without interruption.

## 20.3.47 (2022-09-29)

### Common
Expand Down
2 changes: 1 addition & 1 deletion components/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-base",
"version": "20.4.40",
"version": "20.4.42",
"description": "A common package of Essential JS 2 base Angular libraries, methods and class definitions",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/buttons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-buttons",
"version": "20.4.40",
"version": "20.4.42",
"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",
Expand Down
16 changes: 8 additions & 8 deletions components/calendars/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@

## [Unreleased]

## 20.4.42 (2023-01-04)

### DateRangePicker

#### Bug Fixes

- `#I424417` - The issue "Browser would hang when entering a large difference between the start and end date values" has been resolved.

## 19.3.46 (2021-10-19)

### TimePicker
Expand Down Expand Up @@ -1225,6 +1217,14 @@ TimePicker component is the pre-filled dropdown list with the time values 12/24
- **Accessibility** - Provided with built-in accessibility support which helps to access all the TimePicker component features through the keyboard, screen readers, or other assistive technology devices.


## 20.4.42 (2023-01-04)

### DateRangePicker

#### Bug Fixes

- `#I424417` - The issue "Browser would hang when entering a large difference between the start and end date values" has been resolved.

## 19.3.56 (2021-12-02)

### TimePicker
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.40",
"version": "20.4.42",
"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
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.4.43 (2023-01-10)

### Chart

#### Bug Fixes

- `#I426642` - Now accumulation chart keyboard focus element is removed from DOM properly after destroying the component.
- `#I426112` - Now UseGroupingSeparator is working in data label.
- `#I426849` - Tooltip and crosshair are now working properly for the missed data.

### RangeNavigator

#### Bug Fixes

- `#I426389` - Changed event triggered unnecessarily when clicking daterangepicker issue has been fixed.

## 20.4.42 (2023-01-04)

### 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.40",
"version": "20.4.42",
"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
2 changes: 1 addition & 1 deletion components/circulargauge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-circulargauge",
"version": "20.4.40",
"version": "20.4.42",
"description": "Essential JS 2 CircularGauge Components for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/diagrams/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-diagrams",
"version": "20.4.40",
"version": "20.4.42",
"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",
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.43 (2023-01-10)

### Document Editor

#### Bug Fixes

- `#I424682` - Resolved the issue in the delete and backspace case in bookmark start and end element.
- `#I425401` - Header is now read-only when resizing a table.

## 20.4.42 (2023-01-04)

### 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.40",
"version": "20.4.42",
"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.4.43 (2023-01-10)

### DropDownList

#### Bug Fixes

- `#I397894` - The issue "aria-label added on input element instead of wrapper element while adding the aria-label by using Html Attribute property" has been resolved.

## 20.4.42 (2023-01-04)

### Mention
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.40",
"version": "20.4.42",
"description": "Essential JS 2 DropDown Components for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
8 changes: 8 additions & 0 deletions components/filemanager/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## [Unreleased]

## 20.4.43 (2023-01-10)

### File Manager

#### Bug Fixes

- `#I426172` - Resolved the console error while creating a folder with invalid text when `showFileExtension` is disabled in the File Manager component.

## 20.4.38 (2022-12-21)

### File Manager
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.40",
"version": "20.4.42",
"description": "Essential JS 2 FileManager Component for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
13 changes: 12 additions & 1 deletion components/gantt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

## [Unreleased]

## 20.4.43 (2023-01-10)

### Gantt

#### Bug Fixes

- `#I426170` - Incorrect request type in zooming action has been fixed.
- `#FB39646` - Incorrect index value during row drag and drop has been fixed.

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

## 20.4.42 (2023-01-04)

### Gantt
Expand All @@ -11,7 +22,7 @@
- `#I421870`- Record does not update properly when its modified in `actionBegin` event issue has been fixed.
- `#I420414` - Row height issue in task mode has been fixed.

- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
- `#I420414` - Row height issue in task mode has been fixed.

## 20.4.40 (2022-12-28)

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

## [Unreleased]

## 20.4.43 (2023-01-10)

### Grid

#### Bug Fixes

- `#I425228` - Exception is thrown when exporting the grid with custom aggregate issue has been fixed.
- `#F179549` - `colSpan` is not working with Frozen Grid issue has been fixed.
- `#I428130` - Group indent cell width is not properly set has been fixed.
- `#I422144`, `#F177682` - Validation message misalignment issue has been fixed.
- `#I425048` - The last row bottom border issue in grouping has been fixed.
- `#I424343`, `#I424671` - Issue with dynamically changing pager `pageSize` property has been resolved.
- `#I367619` - Added `pageSize` argument for paging action in `actionBegin` and `actionComplete` event.
- `#I414874` - Checkbox state is now reading properly by JAWS screen reader, when select all checkbox is clicked.
- `#I426392` - Grid Column Menu is misplaced in mobile device has been fixed.

## 20.4.42 (2023-01-04)

### Grid
Expand All @@ -12,7 +28,6 @@
- `#I423348` - `autoFitColumns` does not work with Frozen Grid issue has been fixed.
- `#I423530` - Row deselection is not working in Virtualization with checkbox column issue has been fixed.
- `#I419838` - Custom filter dialog throws script error when we render filter template issue has been fixed.
- `#I425048` - The last row bottom border issue in grouping has been fixed.
- `#I425422` - `Persistence` is not working on `ForeignKeyColumn` filter is fixed.

## 20.4.40 (2022-12-28)
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.40",
"version": "20.4.42",
"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
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.40",
"version": "20.4.42",
"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/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 20.4.42 (2023-01-04)
## 20.4.40 (2022-12-28)

### Image Editor

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.38",
"version": "20.4.42",
"description": "Essential JS 2 ImageEditor for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/inplaceeditor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-inplace-editor",
"version": "20.4.38",
"version": "20.4.42",
"description": "A package of Essential JS 2 Inplace editor components, which is used to edit and update the value dynamically in server. for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/inputs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## 20.4.38 (2022-12-21)

### Rating `Preview`
### Rating

**Key features**:

Expand Down
56 changes: 1 addition & 55 deletions 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.38",
"version": "20.4.42",
"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 Expand Up @@ -44,60 +44,6 @@
"typescript": "2.3.4"
},
"keywords": [
"ej2",
"ej2-inputs",
"syncfusion",
"web-components",
"input box",
"textbox",
"html5 textbox",
"floating input",
"floating label",
"form controls",
"input controls",
"color",
"color picker",
"colopicker",
"picker",
"palette",
"color palette",
"custom palette",
"hsv colorpicker",
"alpha colorpicker",
"ej2 colorpicker",
"color chooser",
"validator",
"form",
"form validator",
"masked textbox",
"masked input",
"input mask",
"date mask",
"mask format",
"numeric textbox",
"percent textbox",
"percentage textbox",
"currency textbox",
"numeric spinner",
"numeric up-down",
"number input",
"slider",
"range slider",
"minrange",
"slider limits",
"localization slider",
"format slider",
"slider with tooltip",
"vertical slider",
"mobile slider",
"upload",
"upload-box",
"input-file",
"floating-label",
"chunk-upload",
"rating",
"ej2-rating",
"ej2 rating",
"angular",
"ng",
"ej2-ng-inputs",
Expand Down
Loading

0 comments on commit 431d2ca

Please sign in to comment.