Skip to content

Commit 3e2ec87

Browse files
author
pipeline
committed
v20.4.49 is released
1 parent 39eefe2 commit 3e2ec87

Some content is hidden

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

46 files changed

+342
-102
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.42",
3+
"version": "20.4.48",
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 20.4.49 (2023-02-07)
6+
7+
### Switch
8+
9+
#### Bug Fixes
10+
11+
- `#I427994` - Provided aria-label and id `htmlAttributes` support to the switch component.
12+
513
## 20.4.44 (2023-01-18)
614

715
### Switch

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": "20.4.44",
3+
"version": "20.4.48",
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/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.4.44",
3+
"version": "20.4.48",
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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## [Unreleased]
44

5+
## 20.4.49 (2023-02-07)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I430549` - The axis labels getting cut off when rotating the labels has been fixed.
12+
- `#F180163` - Removed the chart focus element when changing to the next page.
13+
- `#I432239` - Now, the chartDoubleClick event is triggered when used in conjunction with the chartMouseClick event.
14+
- `#I431278` - Data label is now rendered properly when using a template.
15+
516
## 20.4.48 (2023-02-01)
617

718
### 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.4.44",
3+
"version": "20.4.48",
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/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.4.42",
3+
"version": "20.4.48",
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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## [Unreleased]
44

5+
## 20.4.49 (2023-02-07)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I426407` - Resolved the issue with application-level CSS inherited to the content during copy and paste operation.
12+
- `#I428463` - Resolved the issue while editing in header with track changes enabled state.
13+
- `#I420355` - Resolved the issue with page break and paragraph pagination properties preservation.
14+
- `#I371788` - Resolved the multiple spell check call triggering when enabled of initial disabled in creation.
15+
516
## 20.4.48 (2023-02-01)
617

718
### Document Editor

components/documenteditor/README.md

Lines changed: 137 additions & 45 deletions
Large diffs are not rendered by default.

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.4.44",
3+
"version": "20.4.48",
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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
## [Unreleased]
44

5+
## 20.4.49 (2023-02-07)
6+
7+
### Dropdown Tree
8+
9+
#### Bug Fixes
10+
11+
- `#I429410` - The issue of Select All/Unselect All taking an excessive amount of time and causing browser crashes in a Dropdown Tree with a large data source has been resolved.
12+
13+
### Mention
14+
15+
#### Bug Fixes
16+
17+
- `#I428416` - Fixed issue where API call was not functioning correctly when typing the mention character.
18+
519
## 20.4.48 (2023-02-01)
620

721
### DropDownList

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.43",
3+
"version": "20.4.48",
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.43",
3+
"version": "20.4.48",
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,18 @@
22

33
## [Unreleased]
44

5+
## 20.4.49 (2023-02-07)
6+
7+
### Gantt
8+
9+
#### Bug Fixes
10+
11+
- `#I429875` - Console error while using self-referential data issue has been fixed.
12+
- `#I428914` - Duration value is not maintained when using `valueAccessor` issue has been fixed.
13+
- `#I426170` - Action complete is not triggered properly for Zoom In and Zoom to fit in Gantt chart.
14+
15+
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
16+
517
## 20.4.48 (2023-02-01)
618

719
### Gantt
@@ -12,7 +24,7 @@
1224
- `#I430365` - Child tasks not updated after updating parent task predecessor has been fixed.
1325
- `#I428064` - Incorrect unit in timeline issue has been fixed.
1426

15-
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
27+
- `#I428064` - Incorrect unit in timeline issue has been fixed.
1628

1729
## 20.4.43 (2023-01-10)
1830

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.43",
3+
"version": "20.4.48",
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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
## [Unreleased]
44

5+
## 20.4.49 (2023-02-07)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#I428359` - Fixed issue with previous filtering of other columns being cleared when filtered with "not equal to blank."
12+
- `#I433085`, `#I432020` - Fixed issue with template column appearing blank when React state value changed.
13+
- `#F180302` - Fixed script error when accessing the edit form inside the `actionComplete` event.
14+
- `#I428195` - Fixed issue with drag and drop when dynamically enabling drag and drop and infinite scrolling.
15+
- `#I429045` - Fixed issue with HTML input not working in header template when `allowDragAndDrop` property is enabled.
16+
517
## 20.4.48 (2023-02-01)
618

719
### 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.43",
3+
"version": "20.4.48",
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/imageeditor/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.49 (2023-02-07)
6+
7+
### Image Editor
8+
9+
#### Bug Fixes
10+
11+
- Issue with "Script error thrown while resizing control without toolbar" has been resolved.
12+
513
## 20.4.40 (2022-12-28)
614

715
### Image Editor

components/imageeditor/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-image-editor",
3-
"version": "20.4.42",
3+
"version": "20.4.48",
44
"description": "Essential JS 2 ImageEditor for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/inplaceeditor/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-inplace-editor",
3-
"version": "20.4.42",
3+
"version": "20.4.48",
44
"description": "A package of Essential JS 2 Inplace editor components, which is used to edit and update the value dynamically in server. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

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

components/layouts/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.48 (2023-02-01)
5+
## 20.4.49 (2023-02-07)
66

77
### Dashboard Layout
88

components/lineargauge/package.json

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-lineargauge",
3-
"version": "20.4.38",
3+
"version": "20.4.48",
44
"description": "Essential JS 2 LinearGauge Components for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
@@ -44,29 +44,6 @@
4444
"typescript": "2.3.4"
4545
},
4646
"keywords": [
47-
"ej2",
48-
"syncfusion",
49-
"ej2-lineargauge",
50-
"web-components",
51-
"linear-gauge",
52-
"linear",
53-
"gauge",
54-
"vertical-orientation",
55-
"horizontal-orientation",
56-
"container",
57-
"thermometer",
58-
"rounded-rectangle",
59-
"scale",
60-
"range",
61-
"multiple-ranges",
62-
"axis",
63-
"pointer",
64-
"multiple-pointers",
65-
"ticks",
66-
"labels",
67-
"annotation",
68-
"animation",
69-
"template",
7047
"angular",
7148
"ng-lineargauge",
7249
"ej2-ng-lineargauge"

components/lists/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.48 (2023-02-01)
5+
## 20.4.49 (2023-02-07)
66

77
### ListView
88

components/maps/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,23 @@
1111

1212
## [Unreleased]
1313

14+
## 20.4.49 (2023-02-07)
15+
16+
### Maps
17+
18+
#### Bug Fixes
19+
20+
- `#I430846` - Maps will be rendered properly when the `zoomFactor` and `centerPosition` is set to their initial value using `zoomByPosition` method.
21+
- `#I430070` - Marker templates will now render properly in the Maps when they are contained within an HTML div element with "scroll" overflow CSS style.
22+
23+
## 20.4.48 (2023-02-01)
24+
25+
### Maps
26+
27+
#### Bug Fixes
28+
29+
- `#I430070` - Marker templates will now render properly in the Maps when they are contained within an HTML div element with "scroll" overflow CSS style.
30+
1431
## 20.4.44 (2023-01-18)
1532

1633
### Maps

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.44",
3+
"version": "20.4.48",
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: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,34 @@
22

33
## [Unreleased]
44

5-
## 20.4.48 (2023-02-01)
5+
## 20.4.49 (2023-02-07)
66

7-
### Tab
7+
### Accordion
88

99
#### Bug Fixes
1010

11-
- `#I427978` - Fixed an issue with cyclic navigation using arrow keys, where focus would shift to the first element after reaching the last element, and vice versa. Also, accessibility has been enhanced using the aria-label attributes.
11+
- `#I430833` - An issue with accordion active item styles override the grid pager has been fixed.
1212

1313
### Menu
1414

1515
#### Bug Fixes
1616

1717
- `#I425152` - The issue with "Menu item not render properly when we use ItemTemplate with custom menu items" has been resolved.
1818

19+
### Carousel
20+
21+
#### Bug Fixes
22+
23+
- `#I433179` - The issue with "changing the slides in carousel production environment" has been resolved.
24+
25+
## 20.4.48 (2023-02-01)
26+
27+
### Tab
28+
29+
#### Bug Fixes
30+
31+
- `#I427978` - Fixed an issue with cyclic navigation using arrow keys, where focus would shift to the first element after reaching the last element, and vice versa. Also, accessibility has been enhanced using the aria-label attributes.
32+
1933
### Sidebar
2034

2135
#### Bug Fixes

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.4.44",
3+
"version": "20.4.48",
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/notifications/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-notifications",
3-
"version": "20.4.42",
3+
"version": "20.4.48",
44
"description": "A package of Essential JS 2 notification components such as Toast and Badge which used to notify important information to end-users. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)