Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-richtexteditor

Package Overview
Dependencies
Maintainers
3
Versions
268
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 17.1.40 to 17.1.42

8

CHANGELOG.md

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

- Change event doesn't trigger, when RichTextEditor blurs inside of `In-place Editor` that issue has been fixed.
## 17.1.40 (2019-04-09)
### RichTextEditor
#### Bug Fixes
- Insert image functionality of `RichTextEditor` is not working when render with `File Upload`, that issue has been fixed.

@@ -11,0 +19,0 @@

2

dist/global/index.d.ts
/*!
* filename: index.d.ts
* version : 17.1.40
* version : 17.1.42
* 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-richtexteditor",
"version": "17.1.40",
"version": "17.1.42",
"description": "Essential JS 2 RichTextEditor component",

@@ -11,6 +11,6 @@ "author": "Syncfusion Inc.",

"dependencies": {
"@syncfusion/ej2-base": "~17.1.38",
"@syncfusion/ej2-navigations": "~17.1.40",
"@syncfusion/ej2-popups": "~17.1.40",
"@syncfusion/ej2-splitbuttons": "~17.1.38"
"@syncfusion/ej2-base": "~17.1.42",
"@syncfusion/ej2-navigations": "~17.1.42",
"@syncfusion/ej2-popups": "~17.1.42",
"@syncfusion/ej2-splitbuttons": "~17.1.42"
},

@@ -17,0 +17,0 @@ "devDependencies": {},

@@ -0,1 +1,3 @@

import * as index from './index';
index.RichTextEditor.Inject(index.Toolbar, index.Link, index.Image, index.Count, index.QuickToolbar, index.HtmlEditor, index.MarkdownEditor, index.Table, index.PasteCleanup);
export * from './index';

@@ -72,5 +72,2 @@ var __extends = (this && this.__extends) || (function () {

_this.needsID = true;
_this.onBlurHandler = _this.blurHandler.bind(_this);
_this.onFocusHandler = _this.focusHandler.bind(_this);
_this.onResizeHandler = _this.resizeHandler.bind(_this);
return _this;

@@ -142,2 +139,5 @@ }

RichTextEditor.prototype.preRender = function () {
this.onBlurHandler = this.blurHandler.bind(this);
this.onFocusHandler = this.focusHandler.bind(this);
this.onResizeHandler = this.resizeHandler.bind(this);
this.clickPoints = { clientX: 0, clientY: 0 };

@@ -144,0 +144,0 @@ this.initialValue = this.value;

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

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