@syncfusion/ej2-react-richtexteditor
Advanced tools
Comparing version 17.1.43 to 17.1.47
@@ -5,2 +5,10 @@ # Changelog | ||
## 17.1.43 (2019-04-30) | ||
### RichTextEditor | ||
#### Bug Fixes | ||
- #234280 - RichTextEditor's toolbar is broken when using ES2015 target that issue has been resolved. | ||
## 17.1.42 (2019-04-23) | ||
@@ -7,0 +15,0 @@ |
/*! | ||
* filename: ej2-react-richtexteditor.umd.min.js | ||
* version : 17.1.43 | ||
* version : 17.1.47 | ||
* Copyright Syncfusion Inc. 2001 - 2019. All rights reserved. | ||
@@ -10,3 +10,3 @@ * Use of this code is subject to the terms of our license. | ||
*/ | ||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("react"),require("@syncfusion/ej2-richtexteditor"),require("@syncfusion/ej2-react-base")):"function"==typeof define&&define.amd?define(["exports","react","@syncfusion/ej2-richtexteditor","@syncfusion/ej2-react-base"],t):t(e.ej={},e.React,e.ej2Richtexteditor,e.ej2ReactBase)}(this,function(e,t,n,r){"use strict";var i=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),o=function(e){function n(t){var n=e.call(this,t)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!0,n}return i(n,e),n.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing))return t.createElement("div",this.getDefaultAttributes(),this.props.children);e.prototype.render.call(this),this.initRenderCalled=!0},n}(n.RichTextEditor);r.applyMixins(o,[r.ComponentBase,t.PureComponent]),e.Inject=r.Inject,e.RichTextEditorComponent=o,Object.keys(n).forEach(function(t){e[t]=n[t]}),Object.defineProperty(e,"__esModule",{value:!0})}); | ||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("react"),require("@syncfusion/ej2-richtexteditor"),require("@syncfusion/ej2-react-base")):"function"==typeof define&&define.amd?define(["exports","react","@syncfusion/ej2-richtexteditor","@syncfusion/ej2-react-base"],t):t(e.ej={},e.React,e.ej2Richtexteditor,e.ej2ReactBase)}(this,function(e,t,n,r){"use strict";var i=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),o=function(e){function n(t){var n=e.call(this,t)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!0,n.immediateRender=!1,n}return i(n,e),n.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing))return t.createElement("div",this.getDefaultAttributes(),this.props.children);e.prototype.render.call(this),this.initRenderCalled=!0},n}(n.RichTextEditor);r.applyMixins(o,[r.ComponentBase,t.PureComponent]),e.Inject=r.Inject,e.RichTextEditorComponent=o,Object.keys(n).forEach(function(t){e[t]=n[t]}),Object.defineProperty(e,"__esModule",{value:!0})}); | ||
//# sourceMappingURL=ej2-react-richtexteditor.umd.min.js.map |
@@ -16,2 +16,3 @@ import { PureComponent, createElement } from 'react'; | ||
this.checkInjectedModules = true; | ||
this.immediateRender = false; | ||
} | ||
@@ -18,0 +19,0 @@ render() { |
{ | ||
"name": "@syncfusion/ej2-react-richtexteditor", | ||
"version": "17.1.43", | ||
"version": "17.1.47", | ||
"description": "Essential JS 2 RichTextEditor component for React", | ||
@@ -30,5 +30,5 @@ "author": "Syncfusion Inc.", | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "~17.1.43", | ||
"@syncfusion/ej2-react-base": "~17.1.42", | ||
"@syncfusion/ej2-richtexteditor": "17.1.43" | ||
"@syncfusion/ej2-base": "~17.1.47", | ||
"@syncfusion/ej2-react-base": "~17.1.47", | ||
"@syncfusion/ej2-richtexteditor": "17.1.47" | ||
}, | ||
@@ -35,0 +35,0 @@ "devDependencies": {}, |
@@ -21,2 +21,3 @@ import * as React from 'react'; | ||
private checkInjectedModules; | ||
private immediateRender; | ||
props: Readonly<{ | ||
@@ -23,0 +24,0 @@ children?: React.ReactNode | React.ReactNode[]; |
@@ -29,2 +29,3 @@ var __extends = (this && this.__extends) || (function () { | ||
_this.checkInjectedModules = true; | ||
_this.immediateRender = false; | ||
return _this; | ||
@@ -31,0 +32,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2042793
36320
1
+ Added@syncfusion/ej2-richtexteditor@17.1.47(transitive)
- Removed@syncfusion/ej2-richtexteditor@17.1.43(transitive)