react-froala-wysiwyg
Advanced tools
Comparing version 2.4.2 to 2.5.0
{ | ||
"name": "react-froala-wysiwyg", | ||
"version": "2.4.2", | ||
"version": "2.5.0", | ||
"description": "React component for Froala WYSIWYG HTML rich text editor", | ||
@@ -26,3 +26,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"froala-editor": "2.4.2" | ||
"froala-editor": "2.5.0" | ||
}, | ||
@@ -29,0 +29,0 @@ "devDependencies": { |
@@ -13,10 +13,4 @@ # React JS Froala WYSIWYG Editor | ||
#### 1. Install the React component. | ||
#### 1. Require and use Froala Editor component inside your application. | ||
```bash | ||
npm install react-froala-wysiwyg react --save | ||
``` | ||
#### 2. Require and use Froala Editor component inside your application. | ||
```jsx | ||
@@ -28,2 +22,5 @@ var React = require('react'); | ||
require("froala-editor/js/froala_editor.pkgd.min.js"); | ||
// Require Editor CSS files. | ||
require("froala-editor/css/froala_style.min.css"); | ||
require("froala-editor/css/froala_editor.pkgd.min.css"); | ||
@@ -47,3 +44,3 @@ | ||
#### 3. Make sure you have the right Webpack settings for loading the CSS files, Font Awesome and jQuery. | ||
#### 2. Make sure you have the right Webpack settings for loading the CSS files, Font Awesome and jQuery. | ||
@@ -230,3 +227,3 @@ ```js | ||
### Manual Instantiation | ||
## Manual Instantiation | ||
@@ -250,3 +247,3 @@ Gets the functionality to operate on the editor: create, destroy and get editor instance. Use it if you want to manually initialize the editor. | ||
### Displaying HTML | ||
## Displaying HTML | ||
@@ -253,0 +250,0 @@ To display content created with the froala editor use the `FroalaEditorView` component. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
182578
285
+ Addedfroala-editor@2.5.0(transitive)
- Removedfroala-editor@2.4.2(transitive)
Updatedfroala-editor@2.5.0