@richhtmleditor/react 1.2.0 → 1.2.1

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
@@ -2,13 +2,13 @@
2
2
 
3
3
  React component for Rich HTML Editor, built on [`@richhtmleditor/core`](https://www.npmjs.com/package/@richhtmleditor/core). Drop-in WYSIWYG with toolbar presets, dark mode, custom React toolbar tools, and enterprise plugin support.
4
4
 
5
- **Current release: 1.2.0** — Depends on `@richhtmleditor/core` **^1.2.0**.
5
+ **Current release: 1.2.1** — Depends on `@richhtmleditor/core` **^1.2.1**.
6
6
 
7
7
  **Repository:** [github.com/rajkishorsahu89/richhtmleditor](https://github.com/rajkishorsahu89/richhtmleditor)
8
8
 
9
9
  **Demo:** [richhtmleditor.vercel.app](https://richhtmleditor.vercel.app/) — [demo](https://richhtmleditor.vercel.app/demo) · [guide](https://richhtmleditor.vercel.app/guide) · [API](https://richhtmleditor.vercel.app/api). Doc Preview joint demo: [doc-preview-app.vercel.app/demo/enterprise](https://doc-preview-app.vercel.app/demo/enterprise)
10
10
 
11
- ### What's in 1.2.0
11
+ ### What's in 1.2.1
12
12
 
13
13
  - **`RichHtmlEditor`** — React wrapper around `createEditor` with lifecycle-safe mount/destroy
14
14
  - **Controlled content** — `content` prop syncs HTML into the editor instance
@@ -16,7 +16,7 @@ React component for Rich HTML Editor, built on [`@richhtmleditor/core`](https://
16
16
  - **Plugins** — pass `plugins` for AI, comments, workflows, and collab
17
17
  - Re-exports all public symbols from `@richhtmleditor/core`
18
18
 
19
- ### New in 1.2.0
19
+ ### New in 1.2.1
20
20
 
21
21
  | Feature | React usage |
22
22
  | --- | --- |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@richhtmleditor/react",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "React wrapper for Rich HTML Editor.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",