Skip to content

Commit f70bbd8

Browse files
author
pipeline
committed
v18.4.31 is released
1 parent a64fe9c commit f70bbd8

File tree

232 files changed

+939
-435
lines changed

Some content is hidden

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

232 files changed

+939
-435
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-
## 18.4.30 (2020-12-17)
5+
## 18.4.31 (2020-12-22)
66

77
### Common
88

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+
## 18.4.31 (2020-12-22)
6+
7+
### DateRangePicker
8+
9+
#### Bug Fixes
10+
11+
- `#291772`- Issue with "popup gets closed while dynamically changing the max days property in select event" has been resolved.
12+
513
## 18.3.52 (2020-12-01)
614

715
### Calendar

components/calendars/dist/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+
## 18.4.31 (2020-12-22)
6+
7+
### DateRangePicker
8+
9+
#### Bug Fixes
10+
11+
- `#291772`- Issue with "popup gets closed while dynamically changing the max days property in select event" has been resolved.
12+
513
## 18.3.52 (2020-12-01)
614

715
### Calendar

components/calendars/dist/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": "17.2.48",
3+
"version": "18.4.30",
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",
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"use strict";
22
Object.defineProperty(exports, "__esModule", { value: true });
33
exports.pkgName = '@syncfusion/ej2-angular-calendars';
4-
exports.pkgVer = '^17.2.48';
4+
exports.pkgVer = '^18.4.30';
55
exports.moduleName = 'CalendarModule, DatePickerModule, TimePickerModule, DateRangePickerModule, DateTimePickerModule';
6-
exports.themeVer = '~17.2.48';
6+
exports.themeVer = '~18.4.30';
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export const pkgName = '@syncfusion/ej2-angular-calendars';
2-
export const pkgVer = '^17.2.48';
2+
export const pkgVer = '^18.4.30';
33
export const moduleName = 'CalendarModule, DatePickerModule, TimePickerModule, DateRangePickerModule, DateTimePickerModule';
4-
export const themeVer = '~17.2.48';
4+
export const themeVer = '~18.4.30';

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": "17.2.48",
3+
"version": "18.4.30",
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",
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export const pkgName = '@syncfusion/ej2-angular-calendars';
2-
export const pkgVer = '^17.2.48';
2+
export const pkgVer = '^18.4.30';
33
export const moduleName = 'CalendarModule, DatePickerModule, TimePickerModule, DateRangePickerModule, DateTimePickerModule';
4-
export const themeVer = '~17.2.48';
4+
export const themeVer = '~18.4.30';

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-
## 18.4.30 (2020-12-17)
5+
## 18.4.31 (2020-12-22)
66

77
### Chart
88

components/charts/dist/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-
## 18.4.30 (2020-12-17)
5+
## 18.4.31 (2020-12-22)
66

77
### Chart
88

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+
## 18.4.31 (2020-12-22)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#306310` - This issue "Symbol description gets rendered from middle of symbol" has been fixed.
12+
- `#304447` - This issue "Restrict click event for nodes when zoompan tool is enabled" has been fixed.
13+
- `#295443` - This issue "Bottom level nodes are not visible in overview" has been fixed.
14+
- `#305992` - This issue "When drag and drop the node swimlane lane header position gets changed" has been fixed.
15+
- `#304558` - This issue "Exception occurs when use getDiagramContent method" has been fixed.
16+
517
## 18.4.30 (2020-12-17)
618

719
### Diagram

components/diagrams/dist/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+
## 18.4.31 (2020-12-22)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#306310` - This issue "Symbol description gets rendered from middle of symbol" has been fixed.
12+
- `#304447` - This issue "Restrict click event for nodes when zoompan tool is enabled" has been fixed.
13+
- `#295443` - This issue "Bottom level nodes are not visible in overview" has been fixed.
14+
- `#305992` - This issue "When drag and drop the node swimlane lane header position gets changed" has been fixed.
15+
- `#304558` - This issue "Exception occurs when use getDiagramContent method" has been fixed.
16+
517
## 18.4.30 (2020-12-17)
618

719
### Diagram

components/diagrams/dist/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": "18.4.0",
3+
"version": "18.4.30",
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",
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"use strict";
22
Object.defineProperty(exports, "__esModule", { value: true });
33
exports.pkgName = '@syncfusion/ej2-angular-diagrams';
4-
exports.pkgVer = '^18.4.0';
4+
exports.pkgVer = '^18.4.30';
55
exports.moduleName = 'DiagramModule, SymbolPaletteModule, OverviewModule';
6-
exports.themeVer = '~18.4.0';
6+
exports.themeVer = '~18.4.30';
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export const pkgName = '@syncfusion/ej2-angular-diagrams';
2-
export const pkgVer = '^18.4.0';
2+
export const pkgVer = '^18.4.30';
33
export const moduleName = 'DiagramModule, SymbolPaletteModule, OverviewModule';
4-
export const themeVer = '~18.4.0';
4+
export const themeVer = '~18.4.30';

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": "18.4.0",
3+
"version": "18.4.30",
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",
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export const pkgName = '@syncfusion/ej2-angular-diagrams';
2-
export const pkgVer = '^18.4.0';
2+
export const pkgVer = '^18.4.30';
33
export const moduleName = 'DiagramModule, SymbolPaletteModule, OverviewModule';
4-
export const themeVer = '~18.4.0';
4+
export const themeVer = '~18.4.30';

components/documenteditor/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+
## 18.4.31 (2020-12-22)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#305640` - Track changes is now preserved properly on exported document.
12+
- `#305804` - Document scrolling is now working properly when document contains clipped image.
13+
- `#305804` - In IE, Ctrl+ P is now working properly without text insertion in cursor position.
14+
- `#299850` - Paragraph format was now applied properly inside the table.
15+
- `#304588` - Application level formats were now preserved properly.
16+
- `#305834`, `#302444` - Comment tab is also visible now while clicking on the track changes.
17+
- `#301314` - Resolved the script error thrown on entering a new line and backspace sequentially.
18+
519
## 18.4.30 (2020-12-17)
620

721
### Document Editor

components/documenteditor/dist/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+
## 18.4.31 (2020-12-22)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#305640` - Track changes is now preserved properly on exported document.
12+
- `#305804` - Document scrolling is now working properly when document contains clipped image.
13+
- `#305804` - In IE, Ctrl+ P is now working properly without text insertion in cursor position.
14+
- `#299850` - Paragraph format was now applied properly inside the table.
15+
- `#304588` - Application level formats were now preserved properly.
16+
- `#305834`, `#302444` - Comment tab is also visible now while clicking on the track changes.
17+
- `#301314` - Resolved the script error thrown on entering a new line and backspace sequentially.
18+
519
## 18.4.30 (2020-12-17)
620

721
### Document Editor

components/documenteditor/dist/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": "18.3.53",
3+
"version": "18.4.30",
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",
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"use strict";
22
Object.defineProperty(exports, "__esModule", { value: true });
33
exports.pkgName = '@syncfusion/ej2-angular-documenteditor';
4-
exports.pkgVer = '^18.3.53';
4+
exports.pkgVer = '^18.4.30';
55
exports.moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
6-
exports.themeVer = '~18.3.53';
6+
exports.themeVer = '~18.4.30';
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export const pkgName = '@syncfusion/ej2-angular-documenteditor';
2-
export const pkgVer = '^18.3.53';
2+
export const pkgVer = '^18.4.30';
33
export const moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
4-
export const themeVer = '~18.3.53';
4+
export const themeVer = '~18.4.30';

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": "18.3.53",
3+
"version": "18.4.30",
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",
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export const pkgName = '@syncfusion/ej2-angular-documenteditor';
2-
export const pkgVer = '^18.3.53';
2+
export const pkgVer = '^18.4.30';
33
export const moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
4-
export const themeVer = '~18.3.53';
4+
export const themeVer = '~18.4.30';

components/dropdowns/CHANGELOG.md

Lines changed: 28 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,30 @@
22

33
## [Unreleased]
44

5-
## 18.4.30 (2020-12-17)
5+
## 18.4.31 (2020-12-22)
6+
7+
### ListBox
8+
9+
#### Bug Fixes
10+
11+
- Issue with 'drag and drop' has been fixed.
12+
- Issue with toolbar option has been fixed.
613

714
### DropDownList
815

916
#### Bug Fixes
1017

11-
- `#304890`, `#304801` - Issue with "`model value` is not updated inside form while changing the value at first time" has been resolved.
18+
- `#305245` - Now, popup values reset back to full data while clicking on the clear icon in the filter input.
19+
- `#305962` - Now, `sortOrder` property works for data source with `Array` type.
20+
- `#304595` - Issue with "dynamic value changes is not updated to the component after performing the filtering action" has been resolved.
21+
- `#305983` - Issue with "unable to select dropdown items after calling `refresh` method" has been resolved.
1222

1323
### MultiSelect
1424

1525
#### Bug Fixes
1626

17-
- `#304890`, `#304801` - Issue with "`model value` is not updated inside form while changing the value at first time" has been resolved.
27+
- `#305461` - Issue with "popup is not closed when render multiple multiselect dropdown with checkbox mode" has been resolved.
28+
- `#302393` - Issue with "the focus class is maintained in the previous multiselect after move the focus to another multiselect component" has been resolved.
1829

1930
## 18.3.52 (2020-12-01)
2031

@@ -1731,6 +1742,20 @@ DropDownList component contains a list of predefined values from which a single
17311742
- **Accessibility** - Provided with built-in accessibility support which helps to access all the DropDownList component features through the keyboard, screen readers, or other assistive technology devices.
17321743

17331744

1745+
## 18.4.30 (2020-12-17)
1746+
1747+
### DropDownList
1748+
1749+
#### Bug Fixes
1750+
1751+
- `#304890`, `#304801` - Issue with "`model value` is not updated inside form while changing the value at first time" has been resolved.
1752+
1753+
### MultiSelect
1754+
1755+
#### Bug Fixes
1756+
1757+
- `#304890`, `#304801` - Issue with "`model value` is not updated inside form while changing the value at first time" has been resolved.
1758+
17341759
## 18.3.53 (2020-12-08)
17351760

17361761
### DropDownList

components/dropdowns/dist/CHANGELOG.md

Lines changed: 28 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,30 @@
22

33
## [Unreleased]
44

5-
## 18.4.30 (2020-12-17)
5+
## 18.4.31 (2020-12-22)
6+
7+
### ListBox
8+
9+
#### Bug Fixes
10+
11+
- Issue with 'drag and drop' has been fixed.
12+
- Issue with toolbar option has been fixed.
613

714
### DropDownList
815

916
#### Bug Fixes
1017

11-
- `#304890`, `#304801` - Issue with "`model value` is not updated inside form while changing the value at first time" has been resolved.
18+
- `#305245` - Now, popup values reset back to full data while clicking on the clear icon in the filter input.
19+
- `#305962` - Now, `sortOrder` property works for data source with `Array` type.
20+
- `#304595` - Issue with "dynamic value changes is not updated to the component after performing the filtering action" has been resolved.
21+
- `#305983` - Issue with "unable to select dropdown items after calling `refresh` method" has been resolved.
1222

1323
### MultiSelect
1424

1525
#### Bug Fixes
1626

17-
- `#304890`, `#304801` - Issue with "`model value` is not updated inside form while changing the value at first time" has been resolved.
27+
- `#305461` - Issue with "popup is not closed when render multiple multiselect dropdown with checkbox mode" has been resolved.
28+
- `#302393` - Issue with "the focus class is maintained in the previous multiselect after move the focus to another multiselect component" has been resolved.
1829

1930
## 18.3.52 (2020-12-01)
2031

@@ -1731,6 +1742,20 @@ DropDownList component contains a list of predefined values from which a single
17311742
- **Accessibility** - Provided with built-in accessibility support which helps to access all the DropDownList component features through the keyboard, screen readers, or other assistive technology devices.
17321743

17331744

1745+
## 18.4.30 (2020-12-17)
1746+
1747+
### DropDownList
1748+
1749+
#### Bug Fixes
1750+
1751+
- `#304890`, `#304801` - Issue with "`model value` is not updated inside form while changing the value at first time" has been resolved.
1752+
1753+
### MultiSelect
1754+
1755+
#### Bug Fixes
1756+
1757+
- `#304890`, `#304801` - Issue with "`model value` is not updated inside form while changing the value at first time" has been resolved.
1758+
17341759
## 18.3.53 (2020-12-08)
17351760

17361761
### DropDownList

components/dropdowns/dist/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": "17.4.50",
3+
"version": "18.4.30",
44
"description": "Essential JS 2 DropDown Components for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"use strict";
22
Object.defineProperty(exports, "__esModule", { value: true });
33
exports.pkgName = '@syncfusion/ej2-angular-dropdowns';
4-
exports.pkgVer = '^17.4.50';
4+
exports.pkgVer = '^18.4.30';
55
exports.moduleName = 'DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule';
6-
exports.themeVer = '~17.4.50';
6+
exports.themeVer = '~18.4.30';
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export const pkgName = '@syncfusion/ej2-angular-dropdowns';
2-
export const pkgVer = '^17.4.50';
2+
export const pkgVer = '^18.4.30';
33
export const moduleName = 'DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule';
4-
export const themeVer = '~17.4.50';
4+
export const themeVer = '~18.4.30';

components/dropdowns/dist/styles/bootstrap-dark.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,9 @@
567567

568568
.e-ddl.e-popup.e-rtl .e-filter-parent .e-input-group.e-control-wrapper .e-input-filter,
569569
.e-ddl.e-popup .e-filter-parent .e-input-filter,
570-
.e-ddl.e-popup .e-filter-parent .e-input-filter:focus {
570+
.e-ddl.e-popup .e-filter-parent .e-input-filter:focus,
571+
.e-ddl.e-popup .e-filter-parent .e-input-group.e-input-focus .e-input-filter,
572+
.e-ddl.e-popup .e-filter-parent .e-input-group.e-control-wrapper.e-input-focus .e-input-filter {
571573
padding: 0 12px;
572574
}
573575

0 commit comments

Comments
 (0)