@syncfusion/ej2-react-richtexteditor
Advanced tools
Comparing version 17.1.47 to 17.1.48
@@ -5,2 +5,12 @@ # Changelog | ||
### RichTextEditor | ||
#### New Features | ||
- #230976 - Opens a quick toolbar on right-click support has been provided. | ||
#### Bug Fixes | ||
- #235120 - RichTextEditor's paste as plain text doesn't preserve line break that issue has been resolved. | ||
## 17.1.43 (2019-04-30) | ||
@@ -7,0 +17,0 @@ |
@@ -106,2 +106,7 @@ { | ||
{ | ||
"propertyName": "pasteCleanupSettings", | ||
"baseClass": "PasteCleanupSettings", | ||
"SelectorName": "e-richtexteditor-pasteCleanupSettings" | ||
}, | ||
{ | ||
"propertyName": "iframeSettings", | ||
@@ -117,14 +122,63 @@ "baseClass": "IFrameSettings", | ||
{ | ||
"propertyName": "tableSettings", | ||
"baseClass": "TableSettings", | ||
"SelectorName": "e-richtexteditor-tableSettings" | ||
}, | ||
{ | ||
"propertyName": "inlineMode", | ||
"baseClass": "InlineMode", | ||
"SelectorName": "e-richtexteditor-inlineMode" | ||
}, | ||
{ | ||
"propertyName": "format", | ||
"baseClass": "Format", | ||
"SelectorName": "e-richtexteditor-format" | ||
}, | ||
{ | ||
"propertyName": "fontFamily", | ||
"baseClass": "FontFamily", | ||
"SelectorName": "e-richtexteditor-fontFamily" | ||
}, | ||
{ | ||
"propertyName": "fontSize", | ||
"baseClass": "FontSize", | ||
"SelectorName": "e-richtexteditor-fontSize" | ||
}, | ||
{ | ||
"propertyName": "fontColor", | ||
"baseClass": "FontColor", | ||
"SelectorName": "e-richtexteditor-fontColor" | ||
}, | ||
{ | ||
"propertyName": "backgroundColor", | ||
"baseClass": "BackgroundColor", | ||
"SelectorName": "e-richtexteditor-backgroundColor" | ||
}, | ||
{ | ||
"propertyName": "formatter", | ||
"baseClass": "Formatter", | ||
"SelectorName": "e-richtexteditor-formatter" | ||
}, | ||
{ | ||
"propertyName": "pasteCleanupSettings", | ||
"baseClass": "PasteCleanupSettings", | ||
"SelectorName": "e-richtexteditor-pasteCleanupSettings" | ||
} | ||
] | ||
], | ||
"nativeEvents": [ | ||
"onclick", | ||
"ondblclick", | ||
"onmousedown", | ||
"onmouseup", | ||
"onmouseover", | ||
"onmousemove", | ||
"onmouseout", | ||
"onselectstart", | ||
"onkeydown", | ||
"onkeypress", | ||
"onkeyup", | ||
"oncut", | ||
"oncopy", | ||
"onpaste", | ||
"onbeforecut", | ||
"onbeforecopy", | ||
"onbeforepaste" | ||
] | ||
} | ||
] | ||
} |
/*! | ||
* filename: ej2-react-richtexteditor.umd.min.js | ||
* version : 17.1.47 | ||
* version : 17.1.48 | ||
* Copyright Syncfusion Inc. 2001 - 2019. All rights reserved. | ||
@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license. |
{ | ||
"name": "@syncfusion/ej2-react-richtexteditor", | ||
"version": "17.1.47", | ||
"version": "17.1.48", | ||
"description": "Essential JS 2 RichTextEditor component for React", | ||
@@ -30,5 +30,5 @@ "author": "Syncfusion Inc.", | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "~17.1.47", | ||
"@syncfusion/ej2-base": "~17.1.48", | ||
"@syncfusion/ej2-react-base": "~17.1.47", | ||
"@syncfusion/ej2-richtexteditor": "17.1.47" | ||
"@syncfusion/ej2-richtexteditor": "17.1.48" | ||
}, | ||
@@ -35,0 +35,0 @@ "devDependencies": {}, |
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
2044760
36374
+ Added@syncfusion/ej2-richtexteditor@17.1.48(transitive)
- Removed@syncfusion/ej2-richtexteditor@17.1.47(transitive)