@markweave/react 0.3.4 → 0.3.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.
- package/README.md +2 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -20,3 +20,5 @@ export function Editor() {
|
|
|
20
20
|
React and React DOM remain peer dependencies and should come from the host app.
|
|
21
21
|
|
|
22
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.
|
|
23
|
+
|
|
24
|
+
Version 0.3.5 keeps this fixed positioning and resolver-backed first-screen image loading compatible with Electron 21 / Chromium 106 hosts.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@markweave/react",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.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.3.
|
|
55
|
+
"markweave": "^0.3.5"
|
|
56
56
|
},
|
|
57
57
|
"peerDependencies": {
|
|
58
58
|
"react": "^18.2.0 || ^19.0.0",
|