Skip to content

Commit 51b1f95

Browse files
author
pipeline
committed
v20.3.50 is released
1 parent 8884530 commit 51b1f95

Some content is hidden

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

43 files changed

+228
-38
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.49 (2022-10-11)
5+
## 20.3.50 (2022-10-18)
66

77
### Common
88

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.3.50 (2022-10-18)
6+
7+
### Checkbox
8+
9+
#### Bug Fixes
10+
11+
- `#I382543` - The issue with "Checkbox value not update properly while using edit template of grid" has been resolved.
12+
513
## 20.3.49 (2022-10-11)
614

715
### Floating Action Button `Preview`

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.44.0",
3+
"version": "20.3.49",
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: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,31 @@
22

33
## [Unreleased]
44

5-
## 20.3.49 (2022-10-11)
5+
## 20.3.50 (2022-10-18)
6+
7+
### Calendar
8+
9+
#### Bug Fixes
10+
11+
- `#I403191` - The issue "selection is not removed properly when we select the already selected date in Calendar multiselection" has been resolved.
12+
13+
### TimePicker
14+
15+
#### Bug Fixes
16+
17+
- `#FB15052` - Issue with "Form Validator wrongly validates while clearing the components value using clear icon" has been resolved.
618

719
### DatePicker
820

921
#### Bug Fixes
1022

11-
- `#I405991` - The issue "placeholder is being read by NVDA reader While the DatePicker is not in focus" has been resolved.
23+
- `#FB15052` - Issue with "Form Validator wrongly validates while clearing the components value using clear icon" has been resolved.
24+
25+
### DateRangePicker
26+
27+
#### Bug Fixes
28+
29+
- `#FB15052` - Issue with "Form Validator wrongly validates while clearing the components value using clear icon" has been resolved.
1230

1331
## 19.3.46 (2021-10-19)
1432

@@ -1225,6 +1243,14 @@ TimePicker component is the pre-filled dropdown list with the time values 12/24
12251243
- **Accessibility** - Provided with built-in accessibility support which helps to access all the TimePicker component features through the keyboard, screen readers, or other assistive technology devices.
12261244

12271245

1246+
## 20.3.49 (2022-10-11)
1247+
1248+
### DatePicker
1249+
1250+
#### Bug Fixes
1251+
1252+
- `#I405991` - The issue "placeholder is being read by NVDA reader While the DatePicker is not in focus" has been resolved.
1253+
12281254
## 19.3.56 (2021-12-02)
12291255

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

33
## [Unreleased]
44

5+
## 20.3.50 (2022-10-18)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#F178096` - Chart axis range is now calculated properly after zooming the chart.
12+
13+
### Bullet Chart
14+
15+
#### Bug Fixes
16+
17+
- `#F177357` - Data label gets cropped in Bullet Chart has been fixed.
18+
519
## 20.3.49 (2022-10-11)
620

721
### 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.5.6",
3+
"version": "20.3.49",
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/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.49 (2022-10-11)
8+
## 20.3.50 (2022-10-18)
99

1010
### Circular Gauge
1111

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.3.50 (2022-10-18)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I409105` - Now, click event gets triggered properly when click at scrollbar position.
12+
- `#I410274` - Now, adding lane to the existing vertical swimlane is working properly.
13+
514
## 20.3.49 (2022-10-11)
615

716
### Diagram

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

33
## [Unreleased]
44

5+
## 20.3.50 (2022-10-18)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I410296` - Tooltip for the show/hide properties button is now updated properly.
12+
- `#I407021` - Table properties are now reverted properly on undo/redo.
13+
- `#I408686` - Comments pane is now switching properly while adding comment.
14+
- `#I409821` - Resolved the next paragraph deletion issue while switching paste option.
15+
- `#I408431` - Resolved the script error while opening the document with track changes.
16+
- `#I409991` - Resolved the table layouting issue.
17+
- `#I407092` - Resolved the paragraph border rendering issue.
18+
- `#I410940` - Resolved the script error while merging cells in header/footer.
19+
520
## 20.3.49 (2022-10-11)
621

722
### 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": "19.36.0",
3+
"version": "20.3.49",
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/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.48",
3+
"version": "20.3.49",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 20.3.49 (2022-10-11)
5+
## 20.3.50 (2022-10-18)
66

77
### File Manager
88

components/gantt/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.3.50 (2022-10-18)
6+
7+
### Gantt
8+
9+
#### Bug Fixes
10+
11+
- `#I409097` - Deleting record when search text is selected issue has been fixed.
12+
- `#I404228` - Saving record even when in edited state issue has been fixed.
13+
- `#I413093` - Pdf export is not working in latest version issue has been fixed.
14+
15+
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
16+
517
## 20.3.49 (2022-10-11)
618

719
### Gantt
@@ -14,7 +26,8 @@
1426
- `#I407716` - Data source update on load time issue has been fixed.
1527
- `#I400913`, `#I405837` - Pdf export is not working when the data has Hebrew and Vietnamese characters.
1628

17-
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
29+
- `#I407437` - Add new record in resource view without child mapping issue has been fixed.
30+
- `#I405837` - Pdf export is not working when the data has Hebrew and Vietnamese characters.
1831

1932
## 20.3.48 (2022-10-05)
2033

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

33
## [Unreleased]
44

5+
## 20.3.50 (2022-10-18)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#F176739` - CSS problem occurs when drag and drop between child grid and other grid issue has been fixed.
12+
- `#I389344` - PDF Exporting issue with Hierarchy grid and grouping in parent grid has been fixed.
13+
- `#F177682` - Validation message is not showing properly in movable columns with empty records has been fixed.
14+
515
## 20.3.49 (2022-10-11)
616

717
### 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.48",
3+
"version": "20.3.49",
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 20.3.50 (2022-10-18)
6+
7+
### Heatmap
8+
9+
#### Bug Fixes
10+
11+
- `#I408948` - The zero value label in the y-axis will now appear correctly.
12+
513
## 20.3.49 (2022-10-11)
614

715
### Heatmap

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.3.47",
3+
"version": "20.3.49",
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/heatmap/src/heatmap/heatmap.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { HeatMap } from '@syncfusion/ej2-heatmap';
44

55

66

7-
export const inputs: string[] = ['allowSelection','cellSettings','dataSource','dataSourceSettings','enablePersistence','enableRtl','height','legendSettings','locale','margin','paletteSettings','renderingMode','showTooltip','theme','titleSettings','tooltipSettings','width','xAxis','yAxis'];
7+
export const inputs: string[] = ['allowSelection','background','cellSettings','dataSource','dataSourceSettings','enablePersistence','enableRtl','height','legendSettings','locale','margin','paletteSettings','renderingMode','showTooltip','theme','titleSettings','tooltipSettings','width','xAxis','yAxis'];
88
export const outputs: string[] = ['cellClick','cellRender','cellSelected','created','legendRender','load','loaded','resized','tooltipRender'];
99
export const twoWays: string[] = [''];
1010

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.3.50 (2022-10-18)
6+
7+
### Image Editor
8+
9+
#### Bug Fixes
10+
11+
- Issue with "Toolbar Template Alignment" has been resolved.
12+
513
## 20.3.48 (2022-10-05)
614

715
### Image Editor

components/inputs/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 20.3.49 (2022-10-11)
5+
## 20.3.50 (2022-10-18)
66

7-
### NumericTextBox
7+
### TextBox
88

99
#### Bug Fixes
1010

11-
- `#I381508` - Issue with "ellipsis style is not applied to long floating label text when we preselect the value" has been resolved.
11+
- `#FB15052` - Issue with "Form Validator wrongly validates while clearing the components value using clear icon" 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.49 (2022-10-11)
1269+
1270+
### NumericTextBox
1271+
1272+
#### Bug Fixes
1273+
1274+
- `#I381508` - Issue with "ellipsis style is not applied to long floating label text when we preselect the value" has been resolved.
1275+
12681276
## 20.3.47 (2022-09-29)
12691277

12701278
### NumericTextBox

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.3.47",
3+
"version": "20.3.49",
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/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.3.47",
3+
"version": "20.3.49",
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/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.49 (2022-10-11)
14+
## 20.3.50 (2022-10-18)
1515

1616
### Linear Gauge
1717

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.3.49 (2022-10-11)
14+
## 20.3.50 (2022-10-18)
1515

1616
### Maps
1717

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.3.50 (2022-10-18)
6+
7+
### ContextMenu
8+
9+
#### Bug Fixes
10+
11+
- `#I413061` - The issue with "Keyboard navigation not working properly when we open context menu using open method" has been resolved.
12+
513
## 20.3.49 (2022-10-11)
614

715
### Accordion

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.3.48",
3+
"version": "20.3.49",
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",

0 commit comments

Comments
 (0)