Skip to content

Commit 6bc4df2

Browse files
author
pipeline
committed
v18.4.32 is released
1 parent f70bbd8 commit 6bc4df2

File tree

209 files changed

+640
-262
lines changed

Some content is hidden

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

209 files changed

+640
-262
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.31 (2020-12-22)
5+
## 18.4.32 (2020-12-29)
66

77
### Common
88

components/calendars/CHANGELOG.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,6 @@
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-
135
## 18.3.52 (2020-12-01)
146

157
### Calendar
@@ -1189,6 +1181,14 @@ TimePicker component is the pre-filled dropdown list with the time values 12/24
11891181
- **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.
11901182

11911183

1184+
## 18.4.31 (2020-12-22)
1185+
1186+
### DateRangePicker
1187+
1188+
#### Bug Fixes
1189+
1190+
- `#291772`- Issue with "popup gets closed while dynamically changing the max days property in select event" has been resolved.
1191+
11921192
## 18.3.42 (2020-10-20)
11931193

11941194
### Calendar

components/calendars/dist/CHANGELOG.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,6 @@
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-
135
## 18.3.52 (2020-12-01)
146

157
### Calendar
@@ -1189,6 +1181,14 @@ TimePicker component is the pre-filled dropdown list with the time values 12/24
11891181
- **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.
11901182

11911183

1184+
## 18.4.31 (2020-12-22)
1185+
1186+
### DateRangePicker
1187+
1188+
#### Bug Fixes
1189+
1190+
- `#291772`- Issue with "popup gets closed while dynamically changing the max days property in select event" has been resolved.
1191+
11921192
## 18.3.42 (2020-10-20)
11931193

11941194
### 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": "18.4.30",
3+
"version": "18.4.31",
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 = '^18.4.30';
4+
exports.pkgVer = '^18.4.31';
55
exports.moduleName = 'CalendarModule, DatePickerModule, TimePickerModule, DateRangePickerModule, DateTimePickerModule';
6-
exports.themeVer = '~18.4.30';
6+
exports.themeVer = '~18.4.31';
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 = '^18.4.30';
2+
export const pkgVer = '^18.4.31';
33
export const moduleName = 'CalendarModule, DatePickerModule, TimePickerModule, DateRangePickerModule, DateTimePickerModule';
4-
export const themeVer = '~18.4.30';
4+
export const themeVer = '~18.4.31';

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.4.30",
3+
"version": "18.4.31",
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 = '^18.4.30';
2+
export const pkgVer = '^18.4.31';
33
export const moduleName = 'CalendarModule, DatePickerModule, TimePickerModule, DateRangePickerModule, DateTimePickerModule';
4-
export const themeVer = '~18.4.30';
4+
export const themeVer = '~18.4.31';

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

77
### Chart
88

components/charts/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-charts",
3-
"version": "17.2.48",
3+
"version": "18.4.30",
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",
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-charts';
4-
exports.pkgVer = '^17.2.48';
4+
exports.pkgVer = '^18.4.30';
55
exports.moduleName = 'ChartModule, AccumulationChartModule, RangeNavigatorModule, SparklineModule, SmithchartModule, StockChartModule, BulletChartModule';
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-charts';
2-
export const pkgVer = '^17.2.48';
2+
export const pkgVer = '^18.4.30';
33
export const moduleName = 'ChartModule, AccumulationChartModule, RangeNavigatorModule, SparklineModule, SmithchartModule, StockChartModule, BulletChartModule';
4-
export const themeVer = '~17.2.48';
4+
export const themeVer = '~18.4.30';

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": "17.2.48",
3+
"version": "18.4.30",
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",
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-charts';
2-
export const pkgVer = '^17.2.48';
2+
export const pkgVer = '^18.4.30';
33
export const moduleName = 'ChartModule, AccumulationChartModule, RangeNavigatorModule, SparklineModule, SmithchartModule, StockChartModule, BulletChartModule';
4-
export const themeVer = '~17.2.48';
4+
export const themeVer = '~18.4.30';

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+
## 18.4.32 (2020-12-29)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#308109` - This issue "Can't change flowshape to other basic shape" has been fixed.
12+
- `#301792` - This issue "Child nodes are not rendered properly in Organizational chart" has been fixed.
13+
514
## 18.4.31 (2020-12-22)
615

716
### Diagram

components/diagrams/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.32 (2020-12-29)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#308109` - This issue "Can't change flowshape to other basic shape" has been fixed.
12+
- `#301792` - This issue "Child nodes are not rendered properly in Organizational chart" has been fixed.
13+
514
## 18.4.31 (2020-12-22)
615

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

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

components/documenteditor/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+
## 18.4.32 (2020-12-29)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#306939` - Table with merged cells were now exported properly.
12+
- `#302508` - List format was now preserved properly after pasting some content in list line.
13+
- `#299511` - On discarding the comment, comment tag was removed properly on file level now.
14+
515
## 18.4.31 (2020-12-22)
616

717
### Document Editor

components/documenteditor/dist/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+
## 18.4.32 (2020-12-29)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#306939` - Table with merged cells were now exported properly.
12+
- `#302508` - List format was now preserved properly after pasting some content in list line.
13+
- `#299511` - On discarding the comment, comment tag was removed properly on file level now.
14+
515
## 18.4.31 (2020-12-22)
616

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

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

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+
## 18.4.32 (2020-12-29)
6+
7+
### AutoComplete
8+
9+
#### Bug Fixes
10+
11+
- `#308003` - Issue with 'highlight search is not working while rendering component along with `iconCss` property' has been resolved.
12+
13+
### DropDownList
14+
15+
#### Bug Fixes
16+
17+
- `#304837` - Issue with "value property is not updated properly while rendering dropdown with select tag and list has empty string as field value" has been resolved.
18+
519
## 18.4.31 (2020-12-22)
620

721
### ListBox

components/dropdowns/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.32 (2020-12-29)
6+
7+
### AutoComplete
8+
9+
#### Bug Fixes
10+
11+
- `#308003` - Issue with 'highlight search is not working while rendering component along with `iconCss` property' has been resolved.
12+
13+
### DropDownList
14+
15+
#### Bug Fixes
16+
17+
- `#304837` - Issue with "value property is not updated properly while rendering dropdown with select tag and list has empty string as field value" has been resolved.
18+
519
## 18.4.31 (2020-12-22)
620

721
### ListBox

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

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

0 commit comments

Comments
 (0)