Skip to content

Commit b1d0c99

Browse files
author
pipeline
committed
v19.1.54 is released
1 parent 76cb850 commit b1d0c99

Some content is hidden

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

91 files changed

+310
-549
lines changed

components/barcodegenerator/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 18.4.49 (2021-03-23)
6-
7-
### Barcode
8-
9-
#### Bug Fixes
10-
11-
- `#316606` - "UPC-A does not render some code value" issue has been fixed.
12-
135
## 18.4.30 (2020-12-17)
146

157
### Barcode

components/barcodegenerator/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
[![npm](http://ej2.syncfusion.com/github-badges?package=@syncfusion/ej2-react-barcode-generator)](https://www.npmjs.com/package/@syncfusion/ej2-react-barcode-generator)
2-
31
# Changelog
42

53
## [Unreleased]

components/barcodegenerator/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-barcode-generator",
3-
"version": "18.4.39",
3+
"version": "18.4.2",
44
"description": "Barcode generator component is a pure JavaScript library which will convert a string to Barcode and show it to the user. This supports major 1D and 2D barcodes including coda bar, code 128, QR Code. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/base/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 18.4.49 (2021-03-23)
6-
7-
### Common
8-
9-
#### Bug Fixes
10-
11-
- Resolved warning while using `Radio-button` component.
12-
13-
## 18.4.41 (2021-02-02)
14-
15-
### Common
16-
17-
#### Bug Fixes
18-
19-
- Handled the destroy and event actions to prevent console errors.
20-
21-
## 18.4.35 (2021-01-19)
22-
23-
### Common
24-
25-
#### Bug Fixes
26-
27-
- Resolved typing issue on using `onChange` event.
28-
29-
## 18.4.34 (2021-01-12)
30-
31-
### Common
32-
33-
#### Bug Fixes
34-
35-
- Resolved warning while using checkbox component.
36-
37-
## 18.4.32 (2020-12-29)
38-
39-
### Common
40-
41-
#### Bug Fixes
42-
43-
- `I304812` - Resolved template rendering issue in Child component.
44-
45-
## 18.4.31 (2020-12-22)
46-
47-
### Common
48-
49-
#### Bug Fixes
50-
51-
- `F159890` - Resolved the Click event not working for individual item.
52-
535
## 18.3.35 (2020-10-01)
546

557
### Common

components/base/ReadMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![npm](http://ej2.syncfusion.com/github-badges?package=@syncfusion/ej2-react-base)](https://www.npmjs.com/package/@syncfusion/ej2-react-base)  [![coverage](http://ej2.syncfusion.com/badges/ej2-react-base/coverage.svg)](http://ej2.syncfusion.com/badges/ej2-react-base)
1+
[![coverage](http://ej2.syncfusion.com/badges/ej2-react-base/coverage.svg)](http://ej2.syncfusion.com/badges/ej2-react-base)
22

33
# ej2-react-base
44

components/base/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-base",
3-
"version": "18.4.41",
3+
"version": "18.3.35",
44
"description": "A common package of Essential JS 2 React base, methods and class definitions",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/base/src/component-base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ export class ComponentBase<P, S> extends React.Component<P, S> {
368368
public componentWillUnmount(): void {
369369
clearTimeout(this.cachedTimeOut);
370370
// tslint:disable-next-line:no-any
371-
if (this.initRenderCalled && this.isAppendCalled && this.element && document.body.contains(this.element) && !this.isDestroyed) {
371+
if (this.initRenderCalled && this.isAppendCalled && this.element && (this.getModuleName() !== "dropdowntree") ? document.body.contains(this.element) : true && !this.isDestroyed) {
372372
this.destroy();
373373
}
374374

components/base/src/template.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ export function compile(templateElement: any, helper?: Object):
4747
}
4848
}
4949

50-
setTemplateEngine({ compile: (compile as any) });
50+
setTemplateEngine({ compile: (compile as any) });

components/buttons/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
[![npm](http://ej2.syncfusion.com/github-badges?package=@syncfusion/ej2-react-buttons)](https://www.npmjs.com/package/@syncfusion/ej2-react-buttons)
2-
31
# ej2-react-buttons
42

53
A package of Syncfusion React UI Components (Essential JS 2) Button, CheckBox, RadioButton and Switch.

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-react-buttons",
3-
"version": "18.4.44",
3+
"version": "18.2.44",
44
"description": "A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)