Skip to content

Commit 15129f2

Browse files
author
pipeline
committed
v18.4.33 is released
1 parent 6bc4df2 commit 15129f2

File tree

153 files changed

+840
-139
lines changed

Some content is hidden

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

153 files changed

+840
-139
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.32 (2020-12-29)
5+
## 18.4.33 (2021-01-05)
66

77
### Common
88

components/buttons/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+
## 18.4.33 (2021-01-05)
6+
7+
### CheckBox
8+
9+
#### Bug Fixes
10+
11+
- Issue with destroy has been fixed.
12+
13+
## 18.4.30 (2020-12-17)
14+
15+
### Chips
16+
17+
#### Bug Fixes
18+
19+
- `#293361` - The issue with "The Chip is not selected while setting the string values" has been resolved.
20+
521
## 18.3.40 (2020-10-13)
622

723
### Button

components/buttons/dist/@syncfusion/ej2-angular-buttons.es5.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/buttons/dist/@syncfusion/ej2-angular-buttons.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/buttons/dist/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+
## 18.4.33 (2021-01-05)
6+
7+
### CheckBox
8+
9+
#### Bug Fixes
10+
11+
- Issue with destroy has been fixed.
12+
13+
## 18.4.30 (2020-12-17)
14+
15+
### Chips
16+
17+
#### Bug Fixes
18+
19+
- `#293361` - The issue with "The Chip is not selected while setting the string values" has been resolved.
20+
521
## 18.3.40 (2020-10-13)
622

723
### Button

components/buttons/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-buttons",
3-
"version": "18.3.47",
3+
"version": "18.4.30",
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",
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-buttons';
4-
exports.pkgVer = '^18.3.47';
4+
exports.pkgVer = '^18.4.30';
55
exports.moduleName = 'ButtonModule, CheckBoxModule, RadioButtonModule, SwitchModule, ChipListModule';
6-
exports.themeVer = '~18.3.47';
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-buttons';
2-
export const pkgVer = '^18.3.47';
2+
export const pkgVer = '^18.4.30';
33
export const moduleName = 'ButtonModule, CheckBoxModule, RadioButtonModule, SwitchModule, ChipListModule';
4-
export const themeVer = '~18.3.47';
4+
export const themeVer = '~18.4.30';

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.3.47",
3+
"version": "18.4.30",
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",
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-buttons';
2-
export const pkgVer = '^18.3.47';
2+
export const pkgVer = '^18.4.30';
33
export const moduleName = 'ButtonModule, CheckBoxModule, RadioButtonModule, SwitchModule, ChipListModule';
4-
export const themeVer = '~18.3.47';
4+
export const themeVer = '~18.4.30';

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.31",
3+
"version": "18.4.32",
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.31';
4+
exports.pkgVer = '^18.4.32';
55
exports.moduleName = 'DiagramModule, SymbolPaletteModule, OverviewModule';
6-
exports.themeVer = '~18.4.31';
6+
exports.themeVer = '~18.4.32';
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.31';
2+
export const pkgVer = '^18.4.32';
33
export const moduleName = 'DiagramModule, SymbolPaletteModule, OverviewModule';
4-
export const themeVer = '~18.4.31';
4+
export const themeVer = '~18.4.32';

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.31",
3+
"version": "18.4.32",
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.31';
2+
export const pkgVer = '^18.4.32';
33
export const moduleName = 'DiagramModule, SymbolPaletteModule, OverviewModule';
4-
export const themeVer = '~18.4.31';
4+
export const themeVer = '~18.4.32';

components/documenteditor/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+
## 18.4.33 (2021-01-05)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#297703`, `#160488` - Cursor was now updated properly for RTL languages.
12+
- `#307715` - Table with merged cells were now exported properly.
13+
514
## 18.4.32 (2020-12-29)
615

716
### Document Editor

components/documenteditor/dist/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+
## 18.4.33 (2021-01-05)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#297703`, `#160488` - Cursor was now updated properly for RTL languages.
12+
- `#307715` - Table with merged cells were now exported properly.
13+
514
## 18.4.32 (2020-12-29)
615

716
### 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.4.31",
3+
"version": "18.4.32",
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.4.31';
4+
exports.pkgVer = '^18.4.32';
55
exports.moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
6-
exports.themeVer = '~18.4.31';
6+
exports.themeVer = '~18.4.32';
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.4.31';
2+
export const pkgVer = '^18.4.32';
33
export const moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
4-
export const themeVer = '~18.4.31';
4+
export const themeVer = '~18.4.32';

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.4.31",
3+
"version": "18.4.32",
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.4.31';
2+
export const pkgVer = '^18.4.32';
33
export const moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
4-
export const themeVer = '~18.4.31';
4+
export const themeVer = '~18.4.32';

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": "18.4.31",
3+
"version": "18.4.32",
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 = '^18.4.31';
4+
exports.pkgVer = '^18.4.32';
55
exports.moduleName = 'DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule';
6-
exports.themeVer = '~18.4.31';
6+
exports.themeVer = '~18.4.32';
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 = '^18.4.31';
2+
export const pkgVer = '^18.4.32';
33
export const moduleName = 'DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule';
4-
export const themeVer = '~18.4.31';
4+
export const themeVer = '~18.4.32';

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": "18.4.31",
3+
"version": "18.4.32",
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,4 +1,4 @@
11
export const pkgName = '@syncfusion/ej2-angular-dropdowns';
2-
export const pkgVer = '^18.4.31';
2+
export const pkgVer = '^18.4.32';
33
export const moduleName = 'DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule';
4-
export const themeVer = '~18.4.31';
4+
export const themeVer = '~18.4.32';

components/gantt/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 18.4.33 (2021-01-05)
6+
7+
### Gantt
8+
9+
#### Bug Fixes
10+
11+
- `#298884` - Issue on reorder rows method in virtual scroll support has been fixed.
12+
13+
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
14+
515
## 18.4.32 (2020-12-29)
616

717
### Gantt
@@ -12,7 +22,8 @@
1222
- `#306971` - HTML encoder issue with notes column has been fixed.
1323
- `#306928` - Timeline width issue on zoom to fit action has been resolved.
1424

15-
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
25+
- `F160722` - Issue on editing tooltip template has been fixed.
26+
- `#306971` - HTML encoder issue with notes column has been fixed.
1627

1728
## 18.4.31 (2020-12-22)
1829

components/gantt/dist/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 18.4.33 (2021-01-05)
6+
7+
### Gantt
8+
9+
#### Bug Fixes
10+
11+
- `#298884` - Issue on reorder rows method in virtual scroll support has been fixed.
12+
13+
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
14+
515
## 18.4.32 (2020-12-29)
616

717
### Gantt
@@ -12,7 +22,8 @@
1222
- `#306971` - HTML encoder issue with notes column has been fixed.
1323
- `#306928` - Timeline width issue on zoom to fit action has been resolved.
1424

15-
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
25+
- `F160722` - Issue on editing tooltip template has been fixed.
26+
- `#306971` - HTML encoder issue with notes column has been fixed.
1627

1728
## 18.4.31 (2020-12-22)
1829

components/gantt/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-gantt",
3-
"version": "18.4.31",
3+
"version": "18.4.32",
44
"description": "Essential JS 2 Gantt Component 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-gantt';
4-
exports.pkgVer = '^18.4.31';
4+
exports.pkgVer = '^18.4.32';
55
exports.moduleName = 'GanttModule';
6-
exports.themeVer = '~18.4.31';
6+
exports.themeVer = '~18.4.32';
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-gantt';
2-
export const pkgVer = '^18.4.31';
2+
export const pkgVer = '^18.4.32';
33
export const moduleName = 'GanttModule';
4-
export const themeVer = '~18.4.31';
4+
export const themeVer = '~18.4.32';

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": "18.4.31",
3+
"version": "18.4.32",
44
"description": "Essential JS 2 Gantt Component 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-gantt';
2-
export const pkgVer = '^18.4.31';
2+
export const pkgVer = '^18.4.32';
33
export const moduleName = 'GanttModule';
4-
export const themeVer = '~18.4.31';
4+
export const themeVer = '~18.4.32';

components/grids/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 18.4.33 (2021-01-05)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#306851` - Virtualization with `selectRow` method issue has been fixed.
12+
- `#297879` - Alignment issue has been fixed when we have the hidden frozen column with empty data set.
13+
- `#160660` - Grid query included in foreign key column issue has been resolved.
14+
- `#306162` - Pager dropdown overlap issue has been resolved.
15+
- `#307973` - The `isInteracted` property issue in row deselect events has been fixed.
16+
- `#160548` - Frozen grid duplicate template rendering issue has been fixed.
17+
518
## 18.4.32 (2020-12-29)
619

720
### Grid

components/grids/dist/@syncfusion/ej2-angular-grids.es5.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/grids/dist/@syncfusion/ej2-angular-grids.es5.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)