syntaxic-react-editor 1.0.6 → 1.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,16 +1,16 @@
1
1
  # syntaxic-react-editor
2
2
 
3
- A powerful and customizable Microsoft Word-like editor for React.
3
+ The ultimate rich-text editing framework for modern applications. Highly extensible, beautifully designed.
4
4
 
5
5
  ## Demo
6
6
 
7
- Check out the live demo: [https://react-html-editor.vercel.app](https://react-html-editor.vercel.app)
7
+ Check out the live demo: [https://syntaxic.cloud/products/syntaxic-react-editor](https://syntaxic.cloud/products/syntaxic-react-editor)
8
8
 
9
9
  ## Features
10
10
 
11
11
  - **Rich Text Editing**: Bold, italic, underline, strike-through, and more.
12
12
  - **Advanced Tables**: Insert and manage tables with ease.
13
- - **Pro Features**: Access advanced plugins and features via [syntaxic.cloud](https://syntaxic.cloud).
13
+ - **Pro Features**: Access advanced plugins and features via [syntaxic.cloud](https://syntaxic.cloud/products/syntaxic-react-editor).
14
14
  - **Responsive Design**: Works great on various screen sizes.
15
15
  - **Zero-Config CSS**: Automatically injects styling into your project.
16
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "syntaxic-react-editor",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "A powerful and customizable Microsoft Word-like editor for React.",
5
5
  "author": "Syntaxic Labs",
6
6
  "license": "MIT",