Skip to content

Commit cad2211

Browse files
author
pipeline
committed
v19.3.56 is released
1 parent 399062f commit cad2211

File tree

34 files changed

+154
-25
lines changed

34 files changed

+154
-25
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-
## 19.3.55 (2021-11-23)
5+
## 19.3.56 (2021-12-02)
66

77
### Common
88

components/calendars/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+
## 19.3.56 (2021-12-02)
6+
7+
### TimePicker
8+
9+
#### Bug Fixes
10+
11+
- `#I346567` - Issue with "typed value is not updated in the masked timepicker while typing the value and focus out the component" has been resolved.
12+
- `#FB30118` - Issue with "hours to minutes segment switching is not worked while typing the hours value that starting with zero" has been resolved.
13+
514
## 19.3.46 (2021-10-19)
615

716
### 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": "19.3.53",
3+
"version": "19.3.55",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 19.3.55 (2021-11-23)
5+
## 19.3.56 (2021-12-02)
66

77
### Chart
88

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-
## 19.3.55 (2021-11-23)
8+
## 19.3.56 (2021-12-02)
99

1010
### CircularGauge
1111

components/diagrams/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+
## 19.3.56 (2021-12-02)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#F30109` - The issue "Diagram virtualization does not work with BPMN shapes" has been fixed.
12+
- `#348672` - The issue "Swimlane nodes helper position not updated properly" has been fixed.
13+
- `#F170298` - The issue "Template is not updated properly while render multiple diagram in same page" has been fixed.
14+
- `#347603` - The issue "HTML Nodes are not rendered in Overview" has been fixed.
15+
516
## 19.3.55 (2021-11-23)
617

718
### 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.3.53",
3+
"version": "19.3.55",
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+
## 19.3.56 (2021-12-02)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I343645` - Table grid after width percentage value is now properly exported in server-side.
12+
- `#I341659` - Resolved the list alignment issues.
13+
- `#I347230` - Zero line spacing value is now properly exported in server-side.
14+
- `#I346468` - Resolved the document corruption issue due to z-order in server-side exporting.
15+
- `#I344830` - Resolved in exception in opening and saving document with calculation form field.
16+
- `#I345582`, `#I341985` - Document with tab width is now rendered properly.
17+
- `#I346985` - Line height issue is now properly updated for tab character with greater size than rest of the elements in the line.
18+
- `#FB29648` - Table rows/columns in header and footer are now resized properly.
19+
- `#I349115` - Resolved the `goToPage` API scrolling behaviour issue.
20+
- `#I348516` - Table/Cell background color serialized properly in copy/paste.
21+
- `#I341891` - Resolved the hanging issue in editing the footnote content.
22+
- `#I344790` - Resolved footnote overlapping issue when editing a table.
23+
524
## 19.3.55 (2021-11-23)
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": "19.3.54",
3+
"version": "19.3.55",
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+
## 19.3.56 (2021-12-02)
6+
7+
### MultiSelect
8+
9+
#### Bug Fixes
10+
11+
- `#I343860` - Issue with "list items are not read by the NVDA screen reader" has been resolved.
12+
13+
### Dropdown Tree
14+
15+
#### Bug Fixes
16+
17+
- `#I342745` - The performance issue that occurred when selecting a node that was rendered with a huge data source has been resolved.
18+
519
## 19.3.55 (2021-11-23)
620

721
### AutoComplete

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": "19.3.53",
3+
"version": "19.3.55",
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-
## 19.3.55 (2021-11-23)
5+
## 19.3.56 (2021-12-02)
66

77
### File Manager
88

components/gantt/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 19.3.55 (2021-11-23)
5+
## 19.3.56 (2021-12-02)
66

77
### Gantt
88

99
#### Bug Fixes
1010

11-
- `#347753` - Issue in `defaultedit` edit type has been fixed.
11+
- `#347613` - Connector line issue after updating the datasource dynamically has been fixed.
12+
- `#346909` - Issue in disable custom context menu has been fixed.
1213

1314
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
1415

16+
## 19.3.55 (2021-11-23)
17+
18+
### Gantt
19+
20+
#### Bug Fixes
21+
22+
- `#347753` - Issue in `defaultedit` edit type has been fixed.
23+
1524
## 19.3.53 (2021-11-12)
1625

1726
### Gantt

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": "19.3.53",
3+
"version": "19.3.55",
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+
## 19.3.56 (2021-12-02)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#I338678` - frozen horizontal scroll issue in `Ipad` device has been fixed.
12+
- `#I348728` - Throws script error while cancel the Excel filter is fixed.
13+
514
## 19.3.55 (2021-11-23)
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": "19.3.54",
3+
"version": "19.3.55",
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/inplaceeditor/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 19.3.55 (2021-11-23)
5+
## 19.3.56 (2021-12-02)
6+
7+
### In-place Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I347382` - The issue with "'submitClick' event not triggered for 'enter' key action" has been resolved.
12+
- `#I347379` - The issue with "Editor closed when press enter key on multiline enabled textbox" has been resolved.
13+
14+
## 19.3.46 (2021-10-19)
615

716
### In-place Editor
817

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": "19.3.45",
3+
"version": "19.3.53",
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/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-
## 19.3.55 (2021-11-23)
5+
## 19.3.53 (2021-11-12)
66

77
### ColorPicker
88

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": "19.3.48",
3+
"version": "19.3.53",
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": "19.3.53",
3+
"version": "19.3.55",
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/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-
## 19.3.55 (2021-11-23)
5+
## 19.3.56 (2021-12-02)
66

77
### ListBase
88

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+
## 19.3.56 (2021-12-02)
6+
7+
### TreeView
8+
9+
#### Bug Fixes
10+
11+
- `#I342745` - The performance issue that occurred when selecting a node that was rendered with a huge data source has been resolved.
12+
513
## 19.3.54 (2021-11-17)
614

715
### Tab

components/pdfviewer/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+
## 19.3.56 (2021-12-02)
6+
7+
### PDF Viewer
8+
9+
#### New Features
10+
11+
- `#336589`, `#339329`, `#346113` - Provided annotation toolbar settings support in mobile view.
12+
13+
#### Bug Fixes
14+
15+
- `#347402`, `#347555`- Now, the signature dialog is opened correctly on clicking the signature field in Firefox and Safari browser.
16+
- `#344549`- The ink annotations are preserved correctly in the Adobe.
17+
- `#346607`- Now, the signature dialog width is proper on resizing the browser window.
18+
- `#345897`- The ink annotations are now drawn over the free-text annotations when the 'allowEditTextOnly' property is enabled.
19+
- `#347427`- The form designer tooltip is now hidden when the 'showToolTip' property is set to FALSE.
20+
- `#348023`- The 'isReadOnly' property is now updated correctly once we set the value to TRUE.
21+
- `#345130`- Now, the exact shape of the image is maintained when added to the signature field.
22+
- `#347558`- Now, the custom stamp position is added properly in mobile view.
23+
524
## 19.3.54 (2021-11-17)
625

726
- `#346152`- The script error will not be thrown for the document which contains link annotation.

components/pivotview/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-
## 19.3.55 (2021-11-23)
5+
## 19.3.56 (2021-12-02)
66

77
### Pivot Table
88

components/querybuilder/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-
## 19.3.55 (2021-11-23)
5+
## 19.3.56 (2021-12-02)
66

77
### QueryBuilder
88

components/richtexteditor/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#### Bug Fixes
1010

1111
- `#I347461` - The issue with "quickToolbar of image is not hidden, when we click on the popup and then press Esc to hide" has been resolved.
12+
- `#I346752` - The issue with "applying code format to the already applied code format content reverts to paragraph" has been resolved.
1213

1314
## 19.3.53 (2021-11-12)
1415

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": "19.3.53",
3+
"version": "19.3.55",
44
"description": "Essential JS 2 RichTextEditor component for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

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": "19.3.53",
3+
"version": "19.3.55",
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",

components/splitbuttons/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-
## 19.3.55 (2021-11-23)
5+
## 19.3.56 (2021-12-02)
66

77
### DropDownButton
88

components/spreadsheet/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 19.3.56 (2021-12-02)
6+
7+
### Spreadsheet
8+
9+
#### Bug Fixes
10+
11+
- `I347456` - Console error with 110% browser zoom in issue resolved.
12+
- `I347865` - AutoFill is not working for formula applied cell issue is resolved.
13+
- `I347272` - Performance issue while clear conditional formatting from entire sheet is resolved.
14+
- `I347003` - Loading data with filter the actionComplete event triggered twice issue is resolved.
15+
- `I347340` - Filter popup opening prevented while sheet is protected.
16+
17+
## 19.3.55 (2021-11-23)
18+
19+
### Spreadsheet
20+
21+
#### Bug Fixes
22+
23+
- `I345828` - Toggle Button state not refreshed in ribbon while using clear format option issue resolved.
24+
525
## 19.3.48 (2021-11-02)
626

727
### Spreadsheet

components/spreadsheet/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-spreadsheet",
3-
"version": "19.3.48",
3+
"version": "19.3.55",
44
"description": "Feature-rich JavaScript Spreadsheet (Excel) control with built-in support for selection, editing, formatting, importing and exporting to Excel for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)