Skip to content

Commit 8884530

Browse files
author
pipeline
committed
v20.3.49 is released
1 parent 628e692 commit 8884530

Some content is hidden

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

44 files changed

+258
-60
lines changed

components/base/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.3.48 (2022-10-05)
5+
## 20.3.49 (2022-10-11)
66

77
### Common
88

components/buttons/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.3.48 (2022-10-05)
5+
## 20.3.49 (2022-10-11)
66

77
### Floating Action Button `Preview`
88

components/calendars/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.3.48 (2022-10-05)
5+
## 20.3.49 (2022-10-11)
66

77
### DatePicker
88

components/charts/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.3.49 (2022-10-11)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I383934` - Now shared tooltip is rendering properly for all points.
12+
13+
### Sparkline
14+
15+
#### Bug Fixes
16+
17+
- `#F177692` - Sparkline component is not rendered in React Next app issue has been fixed.
18+
519
## 20.3.48 (2022-10-05)
620

721
### Chart

components/circulargauge/CHANGELOG.md

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

66
## [Unreleased]
77

8-
## 20.3.48 (2022-10-05)
8+
## 20.3.49 (2022-10-11)
99

1010
### Circular Gauge
1111

components/diagrams/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.3.49 (2022-10-11)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I405054` - Provided the custom context menu support for the swimlane phase.
12+
- `#I405669` - Now, BPMN text annotation node gets dragged properly while drag the swimlane.
13+
- `#I397116` - Now, the bezier annotation horizontal and vertical alignment is working properly.
14+
- `#I410634` - The null exception will no longer thrown while changing the overview id.
15+
516
## 20.3.48 (2022-10-05)
617

718
### Diagram
819

920
#### Bug Fixes
1021

22+
- `#I401143` - Now, HTML element gets rendered properly while drag and drop from one lane to other lane.
23+
- `#I393859` - Now, the nodes overlapping in linear arrangement of complex-hierarchical tree is resolved.
24+
25+
## 20.3.47 (2022-09-29)
26+
27+
### Diagram
28+
29+
#### Bug Fixes
30+
1131
- `#I387297` - Now, the Expand & Collapse work properly for layout.
1232
- `#I389174` - The undefined exception will no longer thrown while drag and drop the node from treeview to diagram.
1333
- `#I384522` - Now, connector gets rendered properly in the complex hierarchical tree layout.

components/documenteditor/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.3.49 (2022-10-11)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I401609` - Resolved the curly braces preservation in RTL paragraph
12+
- `#I400473` - Resolved the paragraph mark selection issue on shift + page up.
13+
- `#I405251` - Resolved the script error while opening the document with duplicate style name.
14+
- `#I398151` - Resolved the issue with accept all/reject all from track changes pane.
15+
- `#I399611` - Paragraph formatting is now preserved properly on copy and paste.
16+
- `#I404592` - Resolved the script error while exporting the document with content control.
17+
- `#I405251` - Resolved the script error while opening the document with line break character.
18+
- `#I396300` - Resolved the overlapping issue while resizing the table cell.
19+
520
## 20.3.48 (2022-10-05)
621

722
### Document Editor

components/dropdowns/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.3.49 (2022-10-11)
6+
7+
### ListBox
8+
9+
#### Bug Fixes
10+
11+
- `#I409839` - Issue with "Script error thrown while drag and drop after removed the item from listbox using removeItem method" has been resolved.
12+
13+
### DropDownList
14+
15+
#### Bug Fixes
16+
17+
- `#I409074` - The issue "Previous value not updated properly in change event argument when we clear the value" has been resolved.
18+
19+
#### Bug fixes
20+
21+
`#I403691` - The issue "duplicate value is added on the popup When we bind the complex object datasource dynamically" has been resolved.
22+
23+
524
## 20.3.48 (2022-10-05)
625

726
### Mention

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.3.47",
3+
"version": "20.3.48",
44
"description": "Essential JS 2 DropDown Components for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/filemanager/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.3.49 (2022-10-11)
6+
7+
### File Manager
8+
9+
#### Bug Fixes
10+
11+
- `#I391031` - The issue with "Column header in the Details view within the File Manager is not accessible via the Tab keyboard" has been resolved.
12+
513
## 20.3.47 (2022-09-29)
614

715
### File Manager

components/gantt/CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
## [Unreleased]
44

5+
## 20.3.49 (2022-10-11)
6+
7+
### Gantt
8+
9+
#### Bug Fixes
10+
11+
- `#I395003` - Gantt records disappear when scrolling up and down quickly issue has been fixed.
12+
- `#I407437` - Add new record in resource view without child mapping issue has been fixed.
13+
- `#I407832` - Console error when all the element is disabled in context menu.
14+
- `#I407716` - Data source update on load time issue has been fixed.
15+
- `#I400913`, `#I405837` - Pdf export is not working when the data has Hebrew and Vietnamese characters.
16+
17+
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
18+
519
## 20.3.48 (2022-10-05)
620

721
### Gantt
@@ -15,7 +29,8 @@
1529
- `#F176879` - Unable to customize the dependency name issue has been fixed.
1630
- `#I409288` - Exception when the expand change dynamically has been fixed.
1731

18-
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
32+
- `#I404228` - Issue in saving data in segment has been fixed.
33+
- `#I409288` - Exception when the expand change dynamically has been fixed.
1934

2035
## 20.3.47 (2022-09-29)
2136

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

33
## [Unreleased]
44

5+
## 20.3.49 (2022-10-11)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#F177034` - Grid editing after removing frozen column throws script error has been fixed.
12+
- `#I409787` - Checkbox selection is not working properly on down arrow key navigation has been fixed.
13+
- `#F177722` - Save action of command column is not working when Grid having both left and right frozen has been fixed.
14+
- `#FB37591` - Frozen rows are not emptied even if filtering returns no record when `virtualization` enabled has been fixed.
15+
- `#F177810` - Provided localization support for sort buttons in Adaptive Grid.
16+
- `#I405703` - `CellSelected` event not triggered with custom span element in row cells has been fixed.
17+
- `#I394025` - Memory leak issue with Command column has been fixed.
18+
- `#FB32003`, `#FB38052` - Ellipsis is not showing in the Firefox browser has been fixed.
19+
- `#I407497` - Focus issue while render multiple inputs in the column template issue has been fixed.
20+
521
## 20.3.48 (2022-10-05)
622

723
### 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.3.47",
3+
"version": "20.3.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/heatmap/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 20.3.48 (2022-10-05)
5+
## 20.3.49 (2022-10-11)
66

77
### Heatmap
88

99
#### Bug Fixes
1010

11-
- `#I389024` - The `textAlignment` property in the `textStyle` of `xAxis` and `yAxis` will now work properly.
11+
- `#I408948` - The zero value label in the x- and y-axes will now appear correctly.
1212

1313
## 18.4.30 (2020-12-17)
1414

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.2.45",
3+
"version": "20.3.47",
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/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.3.47",
3+
"version": "20.3.48",
44
"description": "Essential JS 2 ImageEditor for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/imageeditor/src/image-editor/imageeditor.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { ImageEditor } from '@syncfusion/ej2-image-editor';
44
import { Template } from '@syncfusion/ej2-angular-base';
55

66

7-
export const inputs: string[] = ['cssClass','disabled','height','theme','toolbar','toolbarTemplate','width'];
7+
export const inputs: string[] = ['backgroundColor','backgroundImage','cssClass','disabled','enablePersistence','enableRtl','height','isReadOnly','maxStrokeWidth','minStrokeWidth','saveWithBackground','strokeColor','theme','toolbar','toolbarTemplate','velocity','width'];
88
export const outputs: string[] = ['beforeSave','created','cropping','destroyed','fileOpened','flipping','panning','rotating','saved','shapeChanging','toolbarCreated','toolbarItemClicked','toolbarUpdating','zooming'];
99
export const twoWays: string[] = [''];
1010

components/inputs/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 20.3.48 (2022-10-05)
5+
## 20.3.49 (2022-10-11)
66

77
### NumericTextBox
88

99
#### Bug Fixes
1010

11-
- `#F170722` - Issue with "change event doesn't trigger while modifying the value using `setValue` method inside reactive form" is resolved.
11+
- `#I381508` - Issue with "ellipsis style is not applied to long floating label text when we preselect the value" has been resolved.
1212

1313
## 19.4.38 (2021-12-17)
1414

@@ -1265,6 +1265,14 @@ MaskedTextBox allows the user to enter the valid input only based on the provide
12651265
- **Accessibility** - provides built-in accessibility support which helps to access all the MaskedTextBox component features through keyboard, on-screen readers, or other assistive technology devices.
12661266

12671267

1268+
## 20.3.47 (2022-09-29)
1269+
1270+
### NumericTextBox
1271+
1272+
#### Bug Fixes
1273+
1274+
- `#F170722` - Issue with "change event doesn't trigger while modifying the value using `setValue` method inside reactive form" is resolved.
1275+
12681276
## 19.3.47 (2021-10-26)
12691277

12701278
### TextBox

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": "18.50.1",
3+
"version": "20.3.47",
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/kanban/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.3.49 (2022-10-11)
6+
7+
### Kanban
8+
9+
#### Bug Fixes
10+
11+
- `#I407975` - Now, the column clones are created properly when dragging the card when the horizontal page scroll appears and it is scrolled.
12+
513
## 20.2.44 (2022-08-16)
614

715
### Kanban

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": "19.10.6",
3+
"version": "20.3.47",
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.3.47",
3+
"version": "20.3.48",
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/lineargauge/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.3.48 (2022-10-05)
14+
## 20.3.49 (2022-10-11)
1515

1616
### Linear Gauge
1717

components/lists/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 20.2.46 (2022-08-30)
6-
7-
### ListView
8-
9-
#### Bug Fixes
10-
11-
- `#I395385` - The issue with "Space key is not working inside input element within ListView Template" has been resolved.
12-
13-
## 20.2.39 (2022-07-19)
14-
15-
### ListView
16-
17-
#### New Features
18-
19-
- `#I385167` - Provided support to cancel the ListView select event.
20-
21-
## 20.2.36 (2022-06-30)
5+
## 20.3.47 (2022-09-29)
226

237
### ListView
248

@@ -480,14 +464,6 @@ ListView component represent data in interactive hierarchical structure interfac
480464
- **Accessibility** - Provides built-in accessibility support which helps to access all the ListView component features through the keyboard, on-screen readers, or other assistive technology devices.
481465

482466

483-
## 20.2.43 (2022-08-08)
484-
485-
### ListView
486-
487-
#### Bug Fixes
488-
489-
- `#I395385` - The issue with "Unable to interact with HTML elements within the template of ListView component" has been resolved.
490-
491467
## 17.4.39 (2019-12-17)
492468

493469
### ListView

components/lists/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-lists",
3-
"version": "20.2.46",
3+
"version": "20.3.47",
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",

0 commit comments

Comments
 (0)