Skip to content

Commit 2627d84

Browse files
author
pipeline
committed
v20.2.40 is released
1 parent 5f1c46a commit 2627d84

File tree

33 files changed

+181
-24
lines changed

33 files changed

+181
-24
lines changed

components/calendars/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 20.2.40 (2022-07-26)
6+
7+
### Calendar
8+
9+
#### Bug Fixes
10+
11+
- `#I387858` - The issue of "the missing year 1396 in the Islamic calendar" has been resolved.
12+
513
## 19.3.46 (2021-10-19)
614

715
### TimePicker

components/calendars/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-calendars",
3-
"version": "20.2.36",
3+
"version": "20.2.38",
44
"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",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/charts/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## [Unreleased]
44

5+
## 20.2.40 (2022-07-26)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I391172` - Browser clashes while performing pinch zooming has been fixed.
12+
- `#I383951` - Chart zooming is not working after zoom reset in mobile mode has been fixed.
13+
- `#I392310` - Console error When performing range selection in hidden series has been fixed.
14+
515
## 20.2.38 (2022-07-12)
616

717
### Chart

components/diagrams/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## [Unreleased]
44

5+
## 20.2.40 (2022-07-26)
6+
7+
### Diagram
8+
9+
#### Bug fixes
10+
11+
- `#I388692` - Now connectors are properly connected to the node after save and load.
12+
- `#I384554` - Now scroll settings offset are updated properly dynamically.
13+
514
## 20.2.39 (2022-07-19)
615

716
- `FB36050` - Now, oldValue & newValue argument of property change event updated properly while change order for nodes.

components/diagrams/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-diagrams",
3-
"version": "20.2.38",
3+
"version": "20.2.39",
44
"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",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/documenteditor/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

33
## [Unreleased]
44

5+
## 20.2.40 (2022-07-26)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I392289`, `#I392289` - Resolved issue in adding custom context menu item.
12+
- `#I391927` - Resolved issue in `stopProtection` API.
13+
- `#I381509`, `#I376243`, `#I383105`, `#I378540`, `#I379501` - Resolved document layouting issue due to footnote element.
14+
- `#I389862` - Resoled issued in accepting revision inside the table.
15+
- `#I383928` - The cell background color is now rendered properly.
16+
- `#I381259` - Resolved the script error while switching between print and web layout.
17+
- `#I379297` - Resolved the issue with the header footer while pasting content.
18+
- `#I380334` - Resolved table layouting issue.
19+
- `#I376898` - Resolved issue with pasting table inside another table.
20+
- `#I383930` - Resolved the table collapse issue while inserting a column in the merged cell.
21+
- `#I383369` - Improved performance of replacing more than 10000 occurrences of a text.
22+
- `#I381261` - Next editing range is now navigated properly.
23+
524
## 20.2.39 (2022-07-19)
625

726
### Document Editor

components/documenteditor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-documenteditor",
3-
"version": "20.2.38",
3+
"version": "20.2.39",
44
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/dropdowns/CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,27 @@
22

33
## [Unreleased]
44

5+
## 20.2.40 (2022-07-26)
6+
7+
### MultiSelect
8+
9+
#### Bug Fixes
10+
11+
- `#F175828` - Now, `customSelection` event is trigger when we render the component with `itemTemplate` and `allowFiltering`.
12+
13+
### AutoComplete
14+
15+
#### Bug Fixes
16+
17+
- `I382840` - Issue with "preselect value is not updated on input when we bind greater than 20th item" has been resolved.
18+
519
## 20.2.39 (2022-07-19)
620

721
### ListBox
822

923
#### Bug Fixes
1024

11-
- `#I384240` - Issue with "`RemoveItems` not working properly after adding items with specific index" has been resolved.
25+
- `#I386103` - Issue with "Datasource not update properly after clearing the filtering in the dual listbox" has been resolved.
1226

1327
## 20.2.36 (2022-06-30)
1428

components/dropdowns/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-dropdowns",
3-
"version": "20.2.38",
3+
"version": "20.2.39",
44
"description": "Essential JS 2 DropDown Components for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/filemanager/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-filemanager",
3-
"version": "20.2.38",
3+
"version": "20.2.39",
44
"description": "Essential JS 2 FileManager Component for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/gantt/CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,22 @@
22

33
## [Unreleased]
44

5+
## 20.2.40 (2022-07-26)
6+
7+
### Gantt
8+
9+
#### Bug Fixes
10+
11+
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
12+
513
## 20.2.39 (2022-07-19)
614

715
### Gantt
816

917
#### Bug Fixes
1018

1119
- `#I389834` - Records position not updated properly in datasource when we drag and drop the records issue has been fixed.
12-
13-
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
20+
- `#I376455` - Unable to focus on chart element when editing is not enabled has been fixed.
1421

1522
## 20.2.38 (2022-07-12)
1623

@@ -44,6 +51,7 @@
4451

4552
- `#I376455` - Tab key navigation not working properly when moving to new records has been fixed.
4653
- `#I383128` - DataSource gets updated wrongly when we update the data with invalid `parentID` issue has been fixed.
54+
- `#I376455` - Unable to focus on chart element when editing is not enabled has been fixed.
4755

4856
## 20.1.60 (2022-06-14)
4957

components/gantt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-gantt",
3-
"version": "20.2.38",
3+
"version": "20.2.39",
44
"description": "Essential JS 2 Gantt Component for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/grids/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## [Unreleased]
44

5+
## 20.2.40 (2022-07-26)
6+
7+
### Grid
8+
9+
#### Breaking Changes
10+
11+
- The Expand and Collapse icon element change from div to anchor tag due to improvement in web accessibility.
12+
- `WAI-ARIA` `aria-rowindex` validation error has been resolved. Now the `aria-rowindex` and `aria-colindex` starting from 1.
13+
514
## 20.2.39 (2022-07-19)
615

716
### Grid

components/grids/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-grids",
3-
"version": "20.2.38",
3+
"version": "20.2.39",
44
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/kanban/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 20.2.39 (2022-07-19)
5+
## 20.2.38 (2022-07-12)
66

77
### Kanban
88

components/kanban/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-kanban",
3-
"version": "20.2.36",
3+
"version": "20.2.38",
44
"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",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/layouts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-layouts",
3-
"version": "20.2.38",
3+
"version": "20.2.39",
44
"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",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/maps/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
## [Unreleased]
1313

14-
## 20.2.39 (2022-07-19)
14+
## 20.2.40 (2022-07-26)
1515

1616
### Maps
1717

components/navigations/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-navigations",
3-
"version": "20.2.38",
3+
"version": "20.2.39",
44
"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",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/pdfviewer/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
## [Unreleased]
44

5+
## 20.2.40 (2022-07-26)
6+
7+
### PDF Viewer
8+
9+
#### Bug Fixes
10+
11+
- `#SF-389566` - Now, Script Error is not occurs while try to change Pdf view to text view in sample.
12+
- `#SF-376222` - Now, Annotation selector binds while dragging with right click and then clicking left click.
13+
- `#SF-382568` - Now text boxes with the same name are saved and preserved after downloading and loading the document.
14+
- `SF-387261` - The signature in the signature field is not visible on Adobe Reader's print preview has been resolved.
15+
- `#SF-380373` - Now the event triggering is fixed for Hand Written Signature only, if it is a Signature field, then the add and remove signature events are skipped.
16+
- `#SF-383430` - Now copy, cut and paste does not generate any duplicates while using key short cut.
17+
- `#SF-376526` - Now, Mobile device resizing of the Signature Form Field has been improved.
18+
519
## 20.2.39 (2022-07-19)
620

721
### PDF Viewer

components/pdfviewer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-pdfviewer",
3-
"version": "20.2.38",
3+
"version": "20.2.39",
44
"description": "Essential JS 2 PDF viewer Component for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/pivotview/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-pivotview",
3-
"version": "20.2.38",
3+
"version": "20.2.39",
44
"description": "The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/popups/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 20.2.40 (2022-07-26)
6+
7+
### Dialog
8+
9+
#### Bug Fixes
10+
11+
- `#I393351` - Now, the drag action for the dialog content area is prevented.
12+
513
## 20.2.39 (2022-07-19)
614

715
### Dialog

components/popups/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-popups",
3-
"version": "20.2.38",
3+
"version": "20.2.39",
44
"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",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/querybuilder/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## [Unreleased]
44

5+
## 20.2.40 (2022-07-26)
6+
7+
### QueryBuilder
8+
9+
#### Bug Fixes
10+
11+
- `#I375472` Issue with Rule template default rendered while add condition/group in query builder, if first column as rule template has been fixed.
12+
- `#I388333` Issue with Value template not destroy properly when we use complex data source in query builder has been fixed.
13+
514
## 20.2.36 (2022-06-30)
615

716
### QueryBuilder

components/richtexteditor/CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,24 @@
22

33
## [Unreleased]
44

5+
## 20.2.40 (2022-07-26)
6+
7+
### RichTextEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I380086` - Now, resizing the table's first and last columns when the Rich Text Editor is rendered inside the Grid component works properly.
12+
- `#I391326` - Now, the Font-family value property is case-Insensitive in the Rich Text Editor.
13+
514
## 20.2.39 (2022-07-19)
615

716
### RichTextEditor
817

918
#### Bug Fixes
1019

1120
- `#I388456` - Now, when an empty span tag is loaded in the Rich Text Editor, the text displays properly.
12-
- `#I388270` - Now, Script error is not thrown when we click background color toolbar of the RTE, which is rendered inside a table.
21+
- `#I386938` - Now, the Image resize in the Rich Text Editor works properly.
22+
- `#I386940` - Now, clicking `ctrl+B` continuously in list element works properly.
1323

1424
## 20.2.38 (2022-07-12)
1525

components/richtexteditor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-richtexteditor",
3-
"version": "20.2.38",
3+
"version": "20.2.39",
44
"description": "Essential JS 2 RichTextEditor component for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/schedule/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22

33
## [Unreleased]
44

5-
## 20.2.39 (2022-07-19)
5+
## 20.2.40 (2022-07-26)
6+
7+
### Schedule
8+
9+
#### Bug fixes
10+
11+
- `#I392060` - An issue with Appointments start and end time were changed on schedule property change has been fixed.
12+
13+
## 20.2.38 (2022-07-12)
614

715
### Schedule
816

components/schedule/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-schedule",
3-
"version": "20.2.36",
3+
"version": "20.2.38",
44
"description": "Flexible scheduling library with more built-in features and enhanced customization options similar to outlook and google calendar, allowing the users to plan and manage their appointments with efficient data-binding support. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)