Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-react-richtexteditor

Package Overview
Dependencies
Maintainers
2
Versions
258
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncfusion/ej2-react-richtexteditor - npm Package Compare versions

Comparing version 16.3.34 to 16.4.40-beta

styles/bootstrap-dark.css

14

CHANGELOG.md

@@ -5,18 +5,12 @@ # Changelog

## 16.3.27 (2018-10-23)
### RichTextEditor
#### Bug Fixes
#### New Features
- Model Binding is not working with `value` property, that issue has been fixed.
- Insert table support has provided for MarkDown Editor.
## 16.3.22 (2018-09-25)
### RichTextEditor
#### Bug Fixes
- The fontColor, backgroundColor properties default value is not an active state in ColorPicker which has been fixed.
- ITextAreaElement interface issue in TypeScript 3.0.0 has been fixed.
- Dynamic enabling and disabling support for toolbar items has been provided.
- Image dialog's Browse button width is not adjusted based on the text issue has been resolved.

@@ -23,0 +17,0 @@ ## 16.3.17 (2018-09-12)

@@ -20,2 +20,3 @@ {

"preferredTag": "textarea",
"reactPreferredTag": "div",
"aspContentTemplate": true,

@@ -22,0 +23,0 @@ "skipEventPropagation": true,

/*!
* filename: ej2-react-richtexteditor.umd.min.js
* version : 16.3.34
* version : 16.4.40-beta
* Copyright Syncfusion Inc. 2001 - 2018. All rights reserved.

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

* filename: ej2-react-richtexteditor.umd.min.js
* version : 16.3.33
* version : 16.4.1
* Copyright Syncfusion Inc. 2001 - 2018. All rights reserved.

@@ -21,3 +21,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 o=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)}}(),i=function(e){function n(t){var n=e.call(this,t)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!0,n}return o(n,e),n.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing))return t.createElement("textarea",this.getDefaultAttributes(),this.props.children);e.prototype.render.call(this),this.initRenderCalled=!0},n}(n.RichTextEditor);r.applyMixins(i,[r.ComponentBase,t.PureComponent]),e.Inject=r.Inject,e.RichTextEditorComponent=i,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}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

@@ -23,3 +23,3 @@ import { PureComponent, createElement } from 'react';

else {
return createElement('textarea', this.getDefaultAttributes(), this.props.children);
return createElement('div', this.getDefaultAttributes(), this.props.children);
}

@@ -26,0 +26,0 @@ }

{
"name": "@syncfusion/ej2-react-richtexteditor",
"version": "16.3.34",
"version": "16.4.40-beta",
"description": "Essential JS 2 RichTextEditor component for React",

@@ -30,5 +30,5 @@ "author": "Syncfusion Inc.",

"dependencies": {
"@syncfusion/ej2-base": "~16.3.34",
"@syncfusion/ej2-react-base": "~16.3.34",
"@syncfusion/ej2-richtexteditor": "16.3.34"
"@syncfusion/ej2-base": "~16.4.40-beta",
"@syncfusion/ej2-react-base": "~16.4.40-beta",
"@syncfusion/ej2-richtexteditor": "16.4.40-beta"
},

@@ -35,0 +35,0 @@ "devDependencies": {

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

else {
return React.createElement('textarea', this.getDefaultAttributes(), this.props.children);
return React.createElement('div', this.getDefaultAttributes(), this.props.children);
}

@@ -40,0 +40,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

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