@richhtmleditor/diagrams 1.1.1 → 1.1.2

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
  Mermaid diagram plugin for Rich HTML Editor. Adds an **Insert Diagram** toolbar tool that opens a code editor with live Mermaid preview — flowcharts, sequence diagrams, class diagrams, and more. Built on [`@richhtmleditor/core`](https://www.npmjs.com/package/@richhtmleditor/core).
4
4
 
5
- **Current release: 1.1.1** — Depends on `@richhtmleditor/core` **^1.1.1**.
5
+ **Current release: 1.1.2** — Depends on `@richhtmleditor/core` **^1.1.2**.
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)
10
10
 
11
- ### What's in 1.1.1
11
+ ### What's in 1.1.2
12
12
 
13
13
  - **`createDiagramsPlugin`** — registers the `insertDiagram` toolbar tool
14
14
  - **Mermaid live preview** — code editor with real-time SVG rendering
@@ -16,7 +16,7 @@ Mermaid diagram plugin for Rich HTML Editor. Adds an **Insert Diagram** toolbar
16
16
  - **DOCX/PDF export** — diagrams rasterize to PNG for DOCX; PDF uses full preview CSS
17
17
  - **Dark mode** — diagram panel respects editor dark mode tokens
18
18
 
19
- > Community feature — no enterprise licence required.
19
+ > Enterprise feature — requires enterprise licence.
20
20
 
21
21
  **Keywords:** `richhtmleditor` `diagrams` `mermaid` `flowchart` `wysiwyg`
22
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@richhtmleditor/diagrams",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "Mermaid / flowchart diagram blocks plugin for Rich HTML Editor.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",