Skip to content

Commit

Permalink
v20.2.48 is released
Browse files Browse the repository at this point in the history
  • Loading branch information
pipeline committed Sep 6, 2022
1 parent da2d413 commit f6b66d0
Show file tree
Hide file tree
Showing 29 changed files with 175 additions and 27 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.2.48 (2022-09-06)

### Common

#### Bug Fixes

`I397712` - Resolved Reactive Form `Control` and `Group` not working issue.

## 20.2.46 (2022-08-30)

### 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.2.45",
"version": "20.2.46",
"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.2.45",
"version": "20.2.46",
"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: 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.2.48 (2022-09-06)

### Chart

#### Bug Fixes

- `#I400391` - X axis start label is now shifted when y axis is in opposed position.
- `#I400062` - Now the axis lines are displayed properly after the scrollbar.

### Bullet Chart

#### Bug Fixes

- `#I400762` - Bullet Chart target height is now render properly.
- `#I400763` - Bullet chart axis labels are now center aligned, when changing value height.

## 20.2.46 (2022-08-30)

### 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.2.45",
"version": "20.2.46",
"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
14 changes: 14 additions & 0 deletions components/documenteditor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

## [Unreleased]

## 20.2.48 (2022-09-06)

### Document Editor

#### Bug Fixes

- `#I401666`, `#I401858` - Resolved the issue with selecting bookmark.
- `#I396827` - Resolved the through wrapping style preservation issue.
- `#I397297` - Resolved the table alignment issue.
- `#I398051` - Resolved the invalid text rendering issue.
- `#I397670` - Resolved the browser hanging issue while changing the line spacing continuously.
- `#I390697` - Shape is now preserved properly on undo/redo.

## 20.2.46 (2022-08-30)

### Document Editor
Expand All @@ -14,6 +27,7 @@
- `#I395575` - Resolved the issue with rendering cell right border.
- `#I390700` - Resolved the text overlapping issue with square wrapped image.
- `#I394115` - Resolved the table resizing issue.
- `#I379655` - Resolved the issue with rejecting empty paragraph.

## 20.2.45 (2022-08-23)

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.2.45",
"version": "20.2.46",
"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
28 changes: 18 additions & 10 deletions components/dropdowns/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,13 @@

## [Unreleased]

## 20.2.46 (2022-08-30)

### ComboBox
## 20.2.48 (2022-09-06)

#### Bug Fixes

- `#I397359` - The issue "Placeholder is not read by screenreader when floatLabelType is enabled in combobox" has been resolved.
- `#I396357` - The issue "Placeholder is not read by screenreader in readonly mode" has been resolved.

### MultiSelect
### DropDownList

#### Bug fixes

- `#I398999` - Issue with "Placeholder is not read by screenreader when floatLabelType is enabled in multiselect" has been resolved.
- `#I398924` - The issue "console error occurred While using cssClass and floatLabelType property" has been resolved.

## 20.2.44 (2022-08-16)

Expand Down Expand Up @@ -2147,6 +2140,21 @@ 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.2.46 (2022-08-30)

### ComboBox

#### Bug Fixes

- `#I397359` - The issue "Placeholder is not read by screenreader when floatLabelType is enabled in combobox" has been resolved.
- `#I396357` - The issue "Placeholder is not read by screenreader in readonly mode" has been resolved.

### MultiSelect

#### Bug fixes

- `#I398999` - Issue with "Placeholder is not read by screenreader when floatLabelType is enabled in multiselect" has been resolved.

## 20.2.45 (2022-08-23)

### AutoComplete
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.2.45",
"version": "20.2.46",
"description": "Essential JS 2 DropDown Components for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
10 changes: 9 additions & 1 deletion components/gantt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## [Unreleased]

## 20.2.48 (2022-09-06)

### Gantt

#### Bug Fixes

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

## 20.2.46 (2022-08-30)

### Gantt
Expand All @@ -12,7 +20,7 @@
- `#I398394` - Row drag and drop not working properly on resource view sample issue has been fixed.
- `#I396036` - Baselines become milestones when start date and end date are mapped.

- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
- `#F176984` - Timeline is extended when the splitter position is moved issue has been fixed.

## 20.2.45 (2022-08-23)

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

## [Unreleased]

## 20.2.48 (2022-09-06)

### Grid

#### Bug Fixes

- `#I398466` - Tab key navigation breaks the functionality of Grid while using toolbar template has been fixed.
- `#I396595`, `#I396424` - Group Caption template becomes empty in previous page while doing `infiniteScrolling` has been fixed.
- `#F176349` - Key press in grid with toolbar template throws script errors has been fixed.
- `#I397834` - `queryString` as complex field is not working in Hierarchy Grid has been fixed.
- `#I397934` - Date filter issue with Russian Language has been fixed.

## 20.2.46 (2022-08-30)

### Grid

#### Bug Fixes

- `#I394999` - Autofit columns are now working fine with hierarchy grid.
- `#I372528` - Clear filtering is now working fine with column menu.
- `#I392728` - Persist Selection issue with primary key column as complex field has been fixed.
- `#I396789` - Provided place holder for pagination page size dropdown component.
- `#I394229` - `setRowData` method issue with Frozen Grid has been fixed.
- `#I394623` - `rowReorders` method issue with checkbox selection issue has been fixed.

## 20.2.45 (2022-08-23)

### 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.2.45",
"version": "20.2.46",
"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.2.48 (2022-09-06)

### Heatmap

#### Bug Fixes

- `#I389024` - The `textAlignment` property in the `textStyle` of `xAxis` and `yAxis` will now work properly.

## 18.4.30 (2020-12-17)

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

## [Unreleased]

## 20.2.48 (2022-09-06)

### TextBox

#### Bug Fixes

- Issue with "Change event is triggered without changing the value when we focusout the component" has been resolved.

## 19.4.38 (2021-12-17)

### Signature
Expand Down
2 changes: 1 addition & 1 deletion components/layouts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-layouts",
"version": "20.2.45",
"version": "20.2.46",
"description": "A package of Essential JS 2 layout pure CSS components such as card and avatar. The card is used as small container to show content in specific structure, whereas the avatars are icons, initials or figures representing particular person. for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/lists/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 20.2.46 (2022-08-30)
## 20.2.48 (2022-09-06)

### ListView

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.2.48 (2022-09-06)

### Menu

#### Bug Fixes

- `#I396977` - The issue with "`SetItem` method not working properly for customized menu item" has been resolved.

## 20.2.46 (2022-08-30)

### Menu
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.2.45",
"version": "20.2.46",
"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
11 changes: 11 additions & 0 deletions components/pdfviewer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

## [Unreleased]

## 20.2.48 (2022-09-06)

- `#SF-398958` - Now, Script error does not occurs while adding signature and initial fields when enable form field is false.
- `#SF-397605` - Now, If a portion of the free text annotation is outside the viewer, moving or resizing it will bring that annotation inside viewer.
- `#SF-392269` - Now, considered both GUID and description while importing the annotations .
- `#SF-398972` - Now, The Script error is not occurred while saving the PDF consecutively with Calibrate perimeter control .
- `#SF-399220` - Now, Some form fields are not removed on reloading the downloaded document .
- `#SF-389566` - Now, The Script error is not occurred while try to change PDF view to text view in sample .
- `#SF-369895` - When an image signature is added programmatically, the width is now properly maintained.
- `#SF-388895` - Now, stamp annotations comments displays valid time in comment panel for any culture.

## 20.2.46 (2022-08-30)

- `#SF-391994` - Now, Programmatically able to add a all form fields in read only mode .
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.2.45",
"version": "20.2.46",
"description": "Essential JS 2 PDF viewer Component for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
16 changes: 16 additions & 0 deletions components/querybuilder/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

## [Unreleased]

## 20.2.48 (2022-09-06)

### QueryBuilder

#### Bug Fixes

- `#I375472` - Issue with Change event not trigger for changing field for default column to rule template column in query builder has been fixed.

## 20.2.46 (2022-08-30)

### QueryBuilder

#### Bug Fixes

- `#I394878` - Issue with Date type Between value not render properly while using `setRulesFromSql` method has been fixed.

## 20.2.43 (2022-08-08)

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

## [Unreleased]

## 20.2.46 (2022-08-30)

### RichTextEditor

#### Bug Fixes

- `#I386619` - Now, when you switch to full screen, there is no longer a blank white space under the toolbar in the RTE.

## 20.2.44 (2022-08-16)

### RichTextEditor
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.2.45",
"version": "20.2.46",
"description": "Essential JS 2 RichTextEditor component for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/splitbuttons/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 20.2.46 (2022-08-30)
## 20.2.48 (2022-09-06)

### DropDownButton

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

## [Unreleased]

## 20.2.48 (2022-09-06)

### Spreadsheet

#### Bug Fixes

- `#I398993` - Issue with "data with trailing zero is not filtered properly in the filter popup" has been resolved.
- `#I399452` - Issue with "console error throws while deleting or inserting rows" has been resolved.
- `#I399629`, `#I399317` - Issue with "previously applied conditional formatting is removed when user applies a second conditional formatting to the same range of data" has been resolved.

## 20.2.46 (2022-08-30)

### Spreadsheet
Expand Down
Loading

0 comments on commit f6b66d0

Please sign in to comment.