@markweave/react 0.1.4 → 0.1.5

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -19,4 +19,4 @@ export function Editor() {
19
19
 
20
20
  React and React DOM remain peer dependencies and should come from the host app.
21
21
 
22
- The built-in outline uses `innerTocPlacement="container"` by default, keeping it vertically centered in the visual viewport while aligning its expanded panel to the editor without covering document content.
22
+ The built-in outline uses `innerTocPlacement="container"` by default, keeping it vertically centered in the visual viewport while symmetric TOC gutters keep the writing column centered. It hides automatically in a narrow editor container to preserve readable content width.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@markweave/react",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "type": "module",
5
5
  "description": "React adapter for the Markweave Markdown-first WYSIWYG editor.",
6
6
  "license": "MIT",
@@ -52,7 +52,7 @@
52
52
  "@tiptap/pm": "^3.27.1",
53
53
  "@tiptap/react": "^3.27.1",
54
54
  "lucide-react": "^0.547.0",
55
- "markweave": "^0.1.4"
55
+ "markweave": "^0.1.5"
56
56
  },
57
57
  "peerDependencies": {
58
58
  "react": "^18.2.0 || ^19.0.0",