@syncfusion/ej2-react-richtexteditor
Advanced tools
Comparing version 17.1.1-beta to 17.1.32-beta
@@ -9,2 +9,49 @@ # Changelog | ||
- Image and Table quick toolbar open while scrolling the content in the iPhone device, that issue has been fixed. | ||
- Getting console error while rendering inline mode with `FontColor` and `BackgroundColor` in mobile view, that issue has been fixed. | ||
#### New Features | ||
- **Paste cleanup** | ||
- This feature allows users to clean up HTML content when copying and pasting any other content from external sources. | ||
## 16.4.55 (2019-02-27) | ||
### RichTextEditor | ||
#### Bug Fixes | ||
- Insert image dialog is not rendering properly while setting the `imageUploadMessage` text as long in localization, that issue has been fixed. | ||
- Localization is not applied to static `DropDownButton` items, that issue has been fixed. | ||
## 16.4.54 (2019-02-19) | ||
### RichTextEditor | ||
#### Bug Fixes | ||
- HTML 5 form reset behaviour has been corrected. | ||
- Editor content rendered twice in DOM when using `RichTextEditorFor`, that issue has been fixed. | ||
- EJ2 compatibility styles are not worked while component rendering with `textarea` element, that issue has been fixed. | ||
## 16.4.53 (2019-02-13) | ||
### RichTextEditor | ||
#### Bug Fixes | ||
- Console error is thrown in IE11 browser while using the SVG element style with transform and then render the RichTextEditor in an application, that issue has been fixed. | ||
- HTML 5 standard issues has been fixed. | ||
- Cursor position changed after typed some contents issue has been fixed. | ||
#### Breaking Changes | ||
- Changed the `fontSize`, `fontFamily`, `format` properties default value as null. | ||
## 16.4.48 (2019-01-22) | ||
### RichTextEditor | ||
#### Bug Fixes | ||
- Table QuickToolbar open wherever click within a component issue has been fixed. | ||
@@ -42,2 +89,3 @@ - FontSize "px" and fontFamily "veranda" not updated in toolbar status, that issue has been fixed. | ||
- Image paste as twice in Firefox browser, that issue has been fixed. | ||
- The value property and getHtml method will be updated within an interval to `saveInterval` property. | ||
@@ -44,0 +92,0 @@ ## 16.4.40-beta (2018-12-10) |
@@ -14,2 +14,3 @@ { | ||
}, | ||
"eventInterfaces": ["ActionBeginEventArgs", "ActionCompleteEventArgs", "ResizeArgs", "ChangeEventArgs"], | ||
"components": [ | ||
@@ -35,3 +36,4 @@ { | ||
"MarkdownEditor", | ||
"Table" | ||
"Table", | ||
"PasteCleanup" | ||
], | ||
@@ -62,2 +64,5 @@ "diModuleFiles": [ | ||
"fileName": "table" | ||
}, | ||
{ | ||
"fileName": "paste-clean-up" | ||
} | ||
@@ -117,2 +122,7 @@ ], | ||
"SelectorName": "e-richtexteditor-formatter" | ||
}, | ||
{ | ||
"propertyName": "pasteCleanupSettings", | ||
"baseClass": "PasteCleanupSettings", | ||
"SelectorName": "e-richtexteditor-pasteCleanupSettings" | ||
} | ||
@@ -119,0 +129,0 @@ ] |
/*! | ||
* filename: ej2-react-richtexteditor.umd.min.js | ||
* version : 17.1.1-beta | ||
* version : 17.1.32-beta | ||
* Copyright Syncfusion Inc. 2001 - 2019. All rights reserved. | ||
@@ -10,13 +10,3 @@ * Use of this code is subject to the terms of our license. | ||
*/ | ||
/*! | ||
* filename: ej2-react-richtexteditor.umd.min.js | ||
* version : 16.4.47 | ||
* Copyright Syncfusion Inc. 2001 - 2018. All rights reserved. | ||
* Use of this code is subject to the terms of our license. | ||
* A copy of the current license can be obtained at any time by e-mailing | ||
* licensing@syncfusion.com. Any infringement will be prosecuted under | ||
* applicable laws. | ||
*/ | ||
!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})}); | ||
//# sourceMappingURL=ej2-react-richtexteditor.umd.min.js.map |
{ | ||
"name": "@syncfusion/ej2-react-richtexteditor", | ||
"version": "17.1.1-beta", | ||
"version": "17.1.32-beta", | ||
"description": "Essential JS 2 RichTextEditor component for React", | ||
@@ -30,18 +30,8 @@ "author": "Syncfusion Inc.", | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "~17.1.1-beta", | ||
"@syncfusion/ej2-react-base": "~17.1.1-beta", | ||
"@syncfusion/ej2-richtexteditor": "17.1.1-beta" | ||
"@syncfusion/ej2-base": "~17.1.32-beta", | ||
"@syncfusion/ej2-react-base": "~17.1.32-beta", | ||
"@syncfusion/ej2-richtexteditor": "17.1.32-beta" | ||
}, | ||
"devDependencies": { | ||
"awesome-typescript-loader": "^3.1.3", | ||
"source-map-loader": "^0.2.1", | ||
"@types/chai": "^3.4.28", | ||
"@types/es6-promise": "0.0.28", | ||
"@types/jasmine": "^2.2.29", | ||
"@types/jasmine-ajax": "^3.1.27", | ||
"@types/react": "^15.0.24", | ||
"@types/react-dom": "^15.5.0", | ||
"@types/requirejs": "^2.1.26" | ||
}, | ||
"devDependencies": {}, | ||
"sideEffects": false | ||
} |
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
1805875
0
32038
0
+ Added@syncfusion/ej2-richtexteditor@17.1.32-beta(transitive)
- Removed@syncfusion/ej2-richtexteditor@17.1.1-beta(transitive)