Skip to content

Commit be204b6

Browse files
author
pipeline
committed
v18.3.42 is released
1 parent c260e48 commit be204b6

40 files changed

+183
-33
lines changed

components/buttons/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.3.40 (2020-10-13)
5+
## 18.3.42 (2020-10-20)
66

77
### Button
88

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-react-calendars",
3-
"version": "18.3.35",
3+
"version": "18.3.40",
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 React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/charts/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.3.42 (2020-10-20)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#280301` - Radar and polar chart tooltip cropping issue has been fixed.
12+
- `#290360` - Scrollbar does not work properly on scrolling for `isInversed` issue has been fixed
13+
- `#292937` - Trendlines not working properly while providing maximum value issue has been fixed.
14+
15+
### Sparkline
16+
17+
#### Bug Fixes
18+
19+
- `#264262` - Sparkline column is not proper when `rangepadding` is Normal issue has been fixed.
20+
521
## 18.3.35 (2020-10-01)
622

723
### Stock Chart

components/diagrams/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.3.42 (2020-10-20)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#294515` - This issue "When zoom out the diagram ruler value not update properly' has been fixed.
12+
- `#294604` - This issue "Vertical Scroll bar appears while scroll the diagram" has been fixed.
13+
- `#296511`, `#296304` - The issue "Nodes are not added properly to the newly added lane" has been fixed.
14+
515
## 18.3.40 (2020-10-13)
616

717
### 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-react-diagrams",
3-
"version": "18.3.35",
3+
"version": "18.3.40",
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 React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/documenteditor/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+
## 18.3.42 (2020-10-20)
6+
7+
### Document Editor
8+
9+
#### New Features
10+
11+
- `#281067`, `#279595` - Added partial lock and edit support.
12+
13+
#### Bug Fixes
14+
15+
- `#294306` - Resolved page number update issue when page contains page field.
16+
- `#295176` - Ctrl + V now works properly in Edge.
17+
- `#296782`, `#296781` - Resolved issue on cursor visibility when cursor is in editable region.
18+
- `#293369` - Document with merged cell is now exported properly.
19+
- `#294261` - Accepting or rejecting changes were now preserved in restrict editing.
20+
- `#292726` - Row header was now repeated properly for each page.
21+
- `#281339` - Numbered list in the RTL was now rendered properly.
22+
- `#295753` - Sections with restart page number now updated properly.
23+
- `#293980` - Skipped form field insertion in header and footer similar to MS Word.
24+
525
## 18.3.40 (2020-10-13)
626

727
### 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-react-documenteditor",
3-
"version": "18.3.35",
3+
"version": "18.3.40",
44
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for React",
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+
## 18.3.42 (2020-10-20)
6+
7+
### Dropdown Tree
8+
9+
#### Bug Fixes
10+
11+
- `F155642` - The issue with "the two-way binding is not working while enabling checkbox support in the Dropdown Tree component" has been resolved.
12+
13+
### ListBox
14+
15+
#### Bug Fixes
16+
17+
- Issue with 'dragStart' event has been fixed.
18+
519
## 18.3.40 (2020-10-13)
620

721
### MultiSelect

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-react-dropdowns",
3-
"version": "18.3.35",
3+
"version": "18.3.40",
44
"description": "Essential JS 2 DropDown Components for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/filemanager/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.3.42 (2020-10-20)
6+
7+
### File Manager
8+
9+
#### Bug Fixes
10+
11+
- `#288436` - The issue with "The error dialog appears when copy and paste the folder with the same name" has been resolved.
12+
513
## 18.2.57 (2020-09-08)
614

715
### File Manager

components/filemanager/dist/ej2-react-filemanager.umd.min.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/filemanager/dist/ej2-react-filemanager.umd.min.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/filemanager/dist/es6/ej2-react-filemanager.es2015.js

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/filemanager/dist/es6/ej2-react-filemanager.es2015.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/filemanager/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-react-filemanager",
3-
"version": "18.1.53",
3+
"version": "18.3.35",
44
"description": "Essential JS 2 FileManager Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/filemanager/src/file-manager/filemanager.component.tsx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export class FileManagerComponent extends FileManager {
2222
& Readonly<FileManagerModel & DefaultHtmlAttributes>;
2323
public forceUpdate: (callBack?: () => any) => void;
2424
public context: Object;
25+
public portals: any = [];
2526
public isReactComponent: Object;
2627
public refs: {
2728
[key: string]: React.ReactInstance
@@ -32,14 +33,14 @@ export class FileManagerComponent extends FileManager {
3233
}
3334

3435
public render(): any {
35-
if ((this.element && !this.initRenderCalled) || this.refreshing) {
36+
if (((this.element && !this.initRenderCalled) || this.refreshing) && !(this as any).isReactForeceUpdate) {
3637
super.render();
3738
this.initRenderCalled = true;
3839
} else {
39-
return React.createElement('div', this.getDefaultAttributes(), this.props.children);
40+
return React.createElement('div', this.getDefaultAttributes(),[].concat(this.props.children,this.portals));
4041
}
4142

4243
}
4344
}
4445

45-
applyMixins(FileManagerComponent, [ComponentBase, React.PureComponent]);
46+
applyMixins(FileManagerComponent, [ComponentBase, React.Component]);

components/gantt/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 18.3.40 (2020-10-13)
5+
## 18.3.42 (2020-10-20)
6+
7+
### Gantt
8+
9+
#### Bug Fixes
10+
11+
- `#296920` - Issue on rendering Gantt with resources has been fixed.
12+
- `F158128` - Issue on updating DB on `indent` and `outdent` action has been fixed.
13+
- `#291962` - Dates are not filtered with given date format issue has been fixed.
14+
- `#295998` - Events are not triggered properly while perform zoom to fit actions has been fixed.
15+
16+
## 18.3.35 (2020-10-01)
617

718
### Gantt
819

0 commit comments

Comments
 (0)