Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@syncfusion/ej2-react-documenteditor

Package Overview
Dependencies
Maintainers
2
Versions
304
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 16.3.17 to 16.3.21

8

CHANGELOG.md

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

#### Bug Fixes
- Cursor position is now updated properly when placed after image, bookmark.
## 16.3.17 (2018-09-12)
### Document Editor
#### New Features

@@ -9,0 +17,0 @@

4

diConfig.json

@@ -17,4 +17,4 @@ {

"angular": [
"ej2-ng-documenteditor",
"ng-documenteditor",
"ej2-angular-documenteditor",
"angular-documenteditor",
"angular"

@@ -21,0 +21,0 @@ ],

/*!
* filename: ej2-react-documenteditor.umd.min.js
* version : 16.3.17
* version : 16.3.21
* 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-documenteditor.umd.min.js
* version : 16.2.50
* version : 16.3.17
* 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-documenteditor"),require("@syncfusion/ej2-react-base")):"function"==typeof define&&define.amd?define(["exports","react","@syncfusion/ej2-documenteditor","@syncfusion/ej2-react-base"],t):t(e.ej={},e.React,e.ej2Documenteditor,e.ej2ReactBase)}(this,function(e,t,n,o){"use strict";var r=function(){var 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])};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),i=function(e){function n(t){var n=e.call(this,t)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!0,n.state=t,n}return r(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.DocumentEditor);o.applyMixins(i,[o.ComponentBase,t.PureComponent]),e.Inject=o.Inject,e.DocumentEditorComponent=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-documenteditor"),require("@syncfusion/ej2-react-base")):"function"==typeof define&&define.amd?define(["exports","react","@syncfusion/ej2-documenteditor","@syncfusion/ej2-react-base"],t):t(e.ej={},e.React,e.ej2Documenteditor,e.ej2ReactBase)}(this,function(e,t,n,o){"use strict";var r=function(){var 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])};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),i=function(e){function n(t){var n=e.call(this,t)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!0,n}return r(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.DocumentEditor);o.applyMixins(i,[o.ComponentBase,t.PureComponent]),e.Inject=o.Inject,e.DocumentEditorComponent=i,Object.keys(n).forEach(function(t){e[t]=n[t]}),Object.defineProperty(e,"__esModule",{value:!0})});
//# sourceMappingURL=ej2-react-documenteditor.umd.min.js.map

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

this.checkInjectedModules = true;
this.state = props;
}

@@ -19,0 +18,0 @@ render() {

{
"name": "@syncfusion/ej2-react-documenteditor",
"version": "16.3.17",
"version": "16.3.21",
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for React",

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

"dependencies": {
"@syncfusion/ej2-base": "~16.3.17",
"@syncfusion/ej2-react-base": "~16.3.17",
"@syncfusion/ej2-documenteditor": "16.3.17"
"@syncfusion/ej2-base": "~16.3.21",
"@syncfusion/ej2-react-base": "~16.3.21",
"@syncfusion/ej2-documenteditor": "16.3.21"
},

@@ -45,3 +45,4 @@ "devDependencies": {

"@types/requirejs": "^2.1.26"
}
},
"sideEffects": false
}

@@ -23,3 +23,3 @@ # ej2-react-documenteditor

* [Getting Started](https://ej2.syncfusion.com/react/documentation/document-editor/getting-started.html?lang=typescript&utm_source=npm&utm_campaign=documenteditor)
* [View Online Demos](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_campaign=documenteditor#/material/documenteditor/default.html)
* [View Online Demos](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_campaign=documenteditor#/material/document-editor/default.html)
* [Product Page](https://www.syncfusion.com/products/react/document-editor)

@@ -31,3 +31,3 @@

1. [Angular](https://github.com/syncfusion/ej2-ng-documenteditor?utm_source=npm&utm_campaign=documenteditor)
1. [Angular](https://github.com/syncfusion/ej2-angular-documenteditor?utm_source=npm&utm_campaign=documenteditor)
2. [VueJS](https://github.com/syncfusion/ej2-vue-documenteditor?utm_source=npm&utm_campaign=documenteditor)

@@ -40,3 +40,3 @@ 3. [JavaScript (ES5)](https://www.syncfusion.com/products/javascript/document-editor)

* [**Document Authoring**](https://ej2.syncfusion.com/react/demos/samples/documenteditor/default/index.html?utm_source=npm&utm_campaign=documenteditor#fabric) - Allows to create a document with supported elements and formatting options.
* [**Document Authoring**](https://ej2.syncfusion.com/react/demos/samples/document-editor/default/index.html?utm_source=npm&utm_campaign=documenteditor#fabric) - Allows to create a document with supported elements and formatting options.
* **Supported elements** - Supports document elements like text, inline image, table, hyperlink, fields, bookmark, table of contents, section, header, and footer.

@@ -43,0 +43,0 @@ * **Styles** - Supports character and paragraph styles.

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

_this.checkInjectedModules = true;
_this.state = props;
return _this;

@@ -29,0 +28,0 @@ }

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