Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-richtexteditor

Package Overview
Dependencies
Maintainers
2
Versions
267
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncfusion/ej2-richtexteditor - npm Package Compare versions

Comparing version 16.2.50 to 16.2.51

10

CHANGELOG.md

@@ -9,2 +9,12 @@ # Changelog

- RichTextEditor modal `popup` style override issue has been resolved.
- RichTextEditor removes spacing between words when content is pasted from a word document, that
issue has been fixed.
## 16.2.50 (2018-08-28)
### RichTextEditor
#### Bug Fixes
- Unable to paste image copied from windows in RichTextEditor issue has been resolved.

@@ -11,0 +21,0 @@

2

dist/global/index.d.ts
/*!
* filename: index.d.ts
* version : 16.2.50
* version : 16.2.51
* Copyright Syncfusion Inc. 2001 - 2018. All rights reserved.

@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license.

{
"name": "@syncfusion/ej2-richtexteditor",
"version": "16.2.50",
"version": "16.2.51",
"description": "Essential JS 2 RichTextEditor component",

@@ -13,3 +13,3 @@ "author": "Syncfusion Inc.",

"@syncfusion/ej2-navigations": "~16.2.50",
"@syncfusion/ej2-popups": "~16.2.50",
"@syncfusion/ej2-popups": "~16.2.51",
"@syncfusion/ej2-splitbuttons": "~16.2.50"

@@ -26,3 +26,8 @@ },

"syncfusion",
"ej2-richtexteditor"
"ej2-richtexteditor",
"richtexteditor",
"rich-text-editor",
"markdowneditor",
"markdown-editor",
"editor"
],

@@ -29,0 +34,0 @@ "repository": {

@@ -510,3 +510,3 @@ var __extends = (this && this.__extends) || (function () {

if (this.editorMode === 'HTML' && this.value) {
value = this.value.replace(/\n/g, '').replace(/\>[\t ]+\</g, '><');
value = this.value.replace(/>\s+</g, '><');
}

@@ -513,0 +513,0 @@ else {

@@ -139,3 +139,5 @@ import { addClass, Browser, removeClass, EventHandler } from '@syncfusion/ej2-base';

if (!closest(element, '.e-popup-container')) {
var popupContainer = this.parent.createElement('div', { className: 'e-popup-container e-center' });
var popupContainer = this.parent.createElement('div', {
className: 'e-rte-modal-popup e-popup-container e-center'
});
element.parentNode.insertBefore(popupContainer, element);

@@ -142,0 +144,0 @@ popupContainer.appendChild(element);

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc