Skip to content

Commit 85e495a

Browse files
author
pipeline
committed
v20.4.42 is released
1 parent 422f496 commit 85e495a

File tree

42 files changed

+197
-188
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+197
-188
lines changed

components/base/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-base",
3-
"version": "20.4.38",
3+
"version": "20.4.40",
44
"description": "A common package of Essential JS 2 base Angular libraries, methods and class definitions",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/buttons/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 20.4.40 (2022-12-28)
5+
## 20.4.42 (2023-01-04)
6+
7+
### Checkbox
8+
9+
#### Bug Fixes
10+
11+
- `#I427235` - The issue `cssClass` property not updated properly while string with a white space in the end of the property in checkbox has been fixed.
612

713
### Chips
814

915
#### Bug Fixes
1016

1117
- `#I422262` - Added the aria-disabled attribute to the disabled Chip items.
1218

19+
## 20.4.40 (2022-12-28)
20+
1321
### Floating Action Button `Preview`
1422

1523
The Floating Action Button (FAB) component performs the primary action that appears in front of all screen contents. It can be positioned in relation to a page or a target container.

components/buttons/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-buttons",
3-
"version": "18.46.0",
3+
"version": "20.4.40",
44
"description": "A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

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.4.42 (2023-01-04)
6+
7+
### DateRangePicker
8+
9+
#### Bug Fixes
10+
11+
- `#I424417` - The issue "Browser would hang when entering a large difference between the start and end date values" 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": "18.30.7",
3+
"version": "20.4.40",
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: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
## [Unreleased]
44

5+
## 20.4.42 (2023-01-04)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#F179514` - Now the alignment of text is proper in the header of the tooltip and crosshair tooltip text.
12+
- `#I401851` - Axis title overlaps with axis labels issue has been fixed.
13+
14+
### RangeNavigator
15+
16+
#### Bug Fixes
17+
18+
- `#I413509` - Now period selectors are updating properly for the range selector changes.
19+
520
## 20.4.40 (2022-12-28)
621

722
### Chart

components/charts/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-charts",
3-
"version": "20.7.10",
3+
"version": "20.4.40",
44
"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",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/circulargauge/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-circulargauge",
3-
"version": "16.40.22",
3+
"version": "20.4.40",
44
"description": "Essential JS 2 CircularGauge Components for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/diagrams/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.4.42 (2023-01-04)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I426113` - Now, bezier control points dragging is restricted when we hide control points.
12+
- `#I425406` - Now, the bezier segment points are not static when we move connector source or target node.
13+
- `#I422049` - Now, calling doLayout after injecting line routing module working properly.
14+
- `#I421754` - The issue on tooltip relative mode mouse is now working properly.
15+
- `#I423978` - Now, HTML nodes gets update properly in the overview while auto scroll the diagram.
16+
517
## 20.4.40 (2022-12-28)
618

719
### Diagram

components/diagrams/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ cd my-app
4141
All Syncfusion Angular packages are available in [npmjs.com](https://www.npmjs.com/~syncfusionorg). To install the Angular diagram package, use the following command.
4242

4343
```bash
44-
npm install @syncfusion/ej2-angular-diagrams
44+
ng add @syncfusion/ej2-angular-diagrams
4545
```
4646

4747
The above command does the below configuration to your Angular app.

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": "19.13.9",
3+
"version": "20.4.40",
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: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
22

33
## [Unreleased]
44

5+
## 20.4.42 (2023-01-04)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I423889` - Resolved the text alignment issue in RTL paragraph.
12+
- `#I423889` - Resolved the content overlapping issue in RTL paragraph
13+
- `#F179129` - Resolved the paragraph format applying issue.
14+
- `#I419630` - Resolved the script error while opening a document containing clustered bar chart.
15+
- `#I422366`, `#I423320` - Resolved the script error while removing content in protected document.
16+
- `#I424337` - Handled mouse selection inside table cell similar to Microsoft Word.
17+
- `#F179297` - Resolved the comment icon positioning issue.
18+
19+
- `#I423889` - Resolved the text alignment issue in RTL paragraph.
20+
- `#I423889` - Resolved the content overlapping issue in RTL paragraph
21+
- `#F179129` - Resolved the paragraph format applying issue.
22+
- `#I419630` - Resolved the script error while opening a document containing clustered bar chart.
23+
- `#I422366`, `#I423320` - Resolved the script error while removing content in protected document.
24+
- `#I424337` - Handled mouse selection inside table cell similar to Microsoft Word.
25+
- `#F179297` - Resolved the comment icon positioning issue.
26+
27+
528
## 20.4.40 (2022-12-28)
629

730
### Document Editor

components/documenteditor/package.json

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-documenteditor",
3-
"version": "19.45.0",
3+
"version": "20.4.40",
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",
@@ -44,16 +44,6 @@
4444
"typescript": "2.3.4"
4545
},
4646
"keywords": [
47-
"ej2",
48-
"web-components",
49-
"syncfusion",
50-
"Javascript",
51-
"TypeScript",
52-
"js",
53-
"documenteditor",
54-
"document-editor",
55-
"word-editor",
56-
"ej2-documenteditor-container",
5747
"ej2-angular-documenteditor",
5848
"angular-documenteditor",
5949
"angular"

components/dropdowns/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.4.42 (2023-01-04)
6+
7+
### Mention
8+
9+
#### Bug Fixes
10+
11+
- `#I422992` - Now, the `cssClass` property works fine in the Mention component.
12+
13+
### MultiSelect
14+
15+
#### Bug Fixes
16+
17+
- `#I423751` - The issue "MultiSelect height not being set properly in the tailwind theme" has been resolved.
18+
519
## 20.4.40 (2022-12-28)
620

721
### Dropdown Tree

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.4.38",
3+
"version": "20.4.40",
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.4.38",
3+
"version": "20.4.40",
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: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## [Unreleased]
44

5+
## 20.4.42 (2023-01-04)
6+
7+
### Gantt
8+
9+
#### Bug Fixes
10+
11+
- `#I421870`- Record does not update properly when its modified in `actionBegin` event issue has been fixed.
12+
- `#I420414` - Row height issue in task mode has been fixed.
13+
14+
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
15+
516
## 20.4.40 (2022-12-28)
617

718
### Gantt
@@ -16,7 +27,8 @@
1627
- `#I422476` - Progress value issue in parent task has been fixed.
1728
- `#I425389`- Baseline not properly rendered after moving Milestone.
1829

19-
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
30+
- `#I420702` - Persistence settings prevent changing the timeline settings issue has been fixed.
31+
- `#I422943` - Taskbar appearing on next date issue has been fixed.
2032

2133
## 20.4.38 (2022-12-21)
2234

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.4.38",
3+
"version": "20.4.40",
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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
## [Unreleased]
44

5+
## 20.4.42 (2023-01-04)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#I422739` - New record ID undefined on Infinite Scroll Grid issue has been fixed.
12+
- `#I423348` - `autoFitColumns` does not work with Frozen Grid issue has been fixed.
13+
- `#I423530` - Row deselection is not working in Virtualization with checkbox column issue has been fixed.
14+
- `#I419838` - Custom filter dialog throws script error when we render filter template issue has been fixed.
15+
- `#I425048` - The last row bottom border issue in grouping has been fixed.
16+
- `#I425422` - `Persistence` is not working on `ForeignKeyColumn` filter is fixed.
17+
518
## 20.4.40 (2022-12-28)
619

720
### 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.4.38",
3+
"version": "20.4.40",
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/heatmap/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-heatmap",
3-
"version": "20.4.38",
3+
"version": "20.4.40",
44
"description": "Feature rich data visulization control used to visualize the matrix data where the individual values are represented as colors for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/imageeditor/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.4.40 (2022-12-28)
5+
## 20.4.42 (2023-01-04)
66

77
### Image Editor
88

components/inplaceeditor/package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,6 @@
4444
"typescript": "2.3.4"
4545
},
4646
"keywords": [
47-
"ej2",
48-
"Syncfusion",
49-
"web-components",
50-
"inplace-editor",
51-
"editor",
5247
"angular",
5348
"ng",
5449
"angular-inplace-editor",

components/lists/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.4.42 (2023-01-04)
6+
7+
### ListView
8+
9+
#### Bug Fixes
10+
11+
- `#I420527` - The mentioned accessibility issue has been resolved in the ListView component.
12+
513
## 20.4.38 (2022-12-21)
614

715
### ListView

components/lists/package.json

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-lists",
3-
"version": "20.4.38",
3+
"version": "20.4.40",
44
"description": "The listview control allows you to select an item or multiple items from a list-like interface and represents the data in interactive hierarchical structure across different layouts or views. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
@@ -44,28 +44,6 @@
4444
"typescript": "2.3.4"
4545
},
4646
"keywords": [
47-
"ej2",
48-
"Syncfusion",
49-
"web components",
50-
"virtualization",
51-
"group list",
52-
"check list",
53-
"listview with checkbox",
54-
"listview template",
55-
"material list",
56-
"ui listview",
57-
"remote listview",
58-
"nested view",
59-
"data list",
60-
"infinite list",
61-
"sort",
62-
"todo",
63-
"list widget",
64-
"list component",
65-
"mobile list",
66-
"list gestures",
67-
"es6 list",
68-
"dynamic list",
6947
"angular listview",
7048
"ej2 ng lists",
7149
"list component",

components/maps/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-maps",
3-
"version": "20.4.38",
3+
"version": "20.4.40",
44
"description": "The Maps component is used to visualize the geographical data and represent the statistical data of a particular geographical area on earth with user interactivity, and provides various customizing options for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/navigations/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.4.42 (2023-01-04)
6+
7+
### TreeView
8+
9+
#### Bug Fixes
10+
11+
- `#I424859` - The issue with the "TreeView isInteracted property returning false value with the NodeExpanded and NodeCollapsed event" has been fixed.
12+
513
## 20.4.40 (2022-12-28)
614

715
### ContextMenu

0 commit comments

Comments
 (0)