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.2.45 to 16.2.46

rich-text-editor.d.ts

2

CHANGELOG.md

@@ -5,2 +5,4 @@ # Changelog

## 16.2.45 (2018-07-17)
### RichTextEditor

@@ -7,0 +9,0 @@

2

diConfig.json

@@ -12,3 +12,3 @@ {

"baseClass": "RichTextEditor",
"directoryName": "richtexteditor",
"directoryName": "rich-text-editor",
"type": "form",

@@ -15,0 +15,0 @@ "aspContentTemplate": true,

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

@@ -10,4 +10,13 @@ * Use of this code is subject to the terms of our license.

*/
/*!
* filename: ej2-react-richtexteditor.umd.min.js
* version : 16.2.45
* Copyright Syncfusion Inc. 2001 - 2018. All rights reserved.
* Use of this code is subject to the terms of our license.
* A copy of the current license can be obtained at any time by e-mailing
* licensing@syncfusion.com. Any infringement will be prosecuted under
* applicable laws.
*/
!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=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 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.state=t,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

@@ -0,1 +1,4 @@

/**
* index
*/
export * from './src/index';
{
"name": "@syncfusion/ej2-react-richtexteditor",
"version": "16.2.45",
"version": "16.2.46",
"description": "Essential JS 2 RichTextEditor component for React",

@@ -17,9 +17,9 @@ "author": "Syncfusion Inc.",

"main": "./dist/ej2-react-richtexteditor.umd.min.js",
"module": "./src/index.js",
"module": "./index.js",
"es2015": "dist/es6/ej2-react-richtexteditor.es2015.js",
"readme": "ReadMe.md",
"dependencies": {
"@syncfusion/ej2-base": "~16.2.45",
"@syncfusion/ej2-react-base": "~16.2.45",
"@syncfusion/ej2-richtexteditor": "16.2.45"
"@syncfusion/ej2-base": "~16.2.46",
"@syncfusion/ej2-react-base": "~16.2.46",
"@syncfusion/ej2-richtexteditor": "16.2.46"
},

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

@@ -1,22 +0,68 @@

# RichTextEditor
# ej2-react-richtexteditor
## Overview
## The rich text editor component is a HTML and markdown editor that provides best user experience for creating and updating the content.
The rich text editor component is WYSIWYG ("what you see is what you get") editor used to create and edit the content and return valid HTML markup or markdown (MD) of the content. The editor provides a standard toolbar to format content using its commands. Modular library features to load the necessary functionality on demand. The toolbar contains commands to align the text, insert link, insert image, insert list, undo/redo operation, HTML view, and more.
![](../../Read-me-Images/rte.GIF)
## Key features
* Provides IFRAME and DIV mode.
* Handles markdown editing.
* Contains a modular library to load the necessary functionality on demand.
* Provides a fully customizable toolbar.
* HTML view to edit the source directly for developers.
* Supports to integrate third-party library.
* Preview the modified content before saving it.
* Handles images, hyperlinks, video, hyperlinks, uploads, and more.
* Contains undo/redo manager.
* Creates bulleted and numbered lists.
>Note: This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA (https://www.syncfusion.com/eula/es/). To acquire a license, you can purchase one at https://www.syncfusion.com/sales/products or start a free 30-day trial here (https://www.syncfusion.com/account/manage-trials/start-trials).
## Resources
[ReactDemo](http://ej2.syncfusion.com/react/demos/#/material/rte/rich-text-editor-tools)
[ReactDocumentation](http://ej2.syncfusion.com/react/documentation/rich-text-editor/)
>A free community license (https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers..
## 1. Setup To install this package and its dependent packages, use the following command
Use the following commands to install rich text editor components and its dependent packages.
```
npm install @syncfusion/ej2-react-richtexteditor
```
## 2. Components included
* [GettingStarted](https://ej2.syncfusion.com/react/documentation/rich-text-editor/getting-started.html)
* [View Online Demos](https://ej2.syncfusion.com/react/demos/#/material/rte/)
* [Product Page](https://www.syncfusion.com/products/react/rich-text-editor)
## 3. Supported frameworks
These components are available in following list of
1. [TypeScript](https://ej2.syncfusion.com/demos/#/material)
2. [Angular](https://ej2.syncfusion.com/angular/demos/#/material)
3. [Vue.js](https://ej2.syncfusion.com/vue/demos/#/material)
4. [ASP.NET Core](https://aspdotnetcore.syncfusion.com)
5. [ASP.NET MVC](http://aspnetmvc.syncfusion.com)
6. [JavaScript (ES5)](https://ej2.syncfusion.com/javascript/demos/#/material)
## 4. Use-case samples / Showcase samples
* HTML editor ([Live Demo](https://ej2.syncfusion.com/react/demos/#/material/rte/rich-text-editor-tools))
* Blog posting ([Live Demo](https://ej2.syncfusion.com/react/demos/#/material/rte/rich-text-editor-blog-posting))
* Markdown editor ([Live Demo](https://ej2.syncfusion.com/react/demos/#/material/rte/markdown-editor))
* Inline edit ([Live Demo](https://ej2.syncfusion.com/react/demos/#/material/rte/rich-text-editor-inline))
## 5. Key features
* [**Mode**](https://ej2.syncfusion.com/react/demos/#/material/rte/rich-text-editor-iframe): Provides `<IFRAME>` and `<DIV>` mode.
* [**Markdown**](https://ej2.syncfusion.com/react/demos/#/material/rte/markdown-editor-preview): Handles markdown editing.
* [**Module**](https://ej2.syncfusion.com/react/documentation/rich-text-editor/getting-started.html?lang=typescript#module-injection): Contains a modular library to load the necessary functionality on demand.
* [**Toolbar**](https://ej2.syncfusion.com/react/demos/#/material/rte/rich-text-editor-types): Provides a fully customizable toolbar.
* [**Editing**](https://ej2.syncfusion.com/react/documentation/rich-text-editor/miscellaneous.html?lang=typescript#code-view): HTML view to edit the source directly for developers.
* [**Third-party Integration**](https://ej2.syncfusion.com/react/documentation/rich-text-editor/third-party-integration.html): Integrates third-party library.
* [**Preview**](https://ej2.syncfusion.com/react/demos/#/material/rte/markdown-editor-preview): Preview the modified content before saving it.
* [**Tools**](https://ej2.syncfusion.com/react/documentation/rich-text-editor/toolbar.html#toolbar-items): Handles images, hyperlinks, uploads, and more.
* [**Undo and Redo**](https://ej2.syncfusion.com/react/documentation/rich-text-editor/miscellaneous.html?lang=typescript#undoredo-manager): Contains undo/redo manager.
## 6. Support
Product support can be obtained through the following mediums:
* Creating incident in Syncfusion [Direct-trac](https://www.syncfusion.com/support/directtrac/incidents?utm_source=npm&utm_campaign=richtexteditor) support system or [Community forum.](https://www.syncfusion.com/forums/essential-js2?utm_source=npm&utm_campaign=richtexteditor)
* New [GitHub issue](https://github.com/syncfusion/ej2-richtexteditor/issues/new).
* Ask your query in Stack Overflow with tag `syncfusion`, `ej2`.
## 7. License
Check the license details [here](https://github.com/syncfusion/ej2/blob/master/license?utm_source=npm&utm_campaign=dropdown)
## 8. Change log
Check the changelog [here](https://github.com/syncfusion/ej2-react-richtexteditor/blob/master/CHANGELOG.md)
© Copyright 2018 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.

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

export * from './richtexteditor';
export * from './rich-text-editor';
export { Inject } from '@syncfusion/ej2-react-base';
export * from '@syncfusion/ej2-richtexteditor';

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

export * from './richtexteditor';
export * from './rich-text-editor';
export { Inject } from '@syncfusion/ej2-react-base';
export * from '@syncfusion/ej2-richtexteditor';

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

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