@markweave/vue2 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.
- package/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -25,4 +25,4 @@ export default {
|
|
|
25
25
|
|
|
26
26
|
Vue remains a peer dependency and should come from the host app. Vue CLI 4 / Webpack 4 projects should keep `vue-template-compiler` on the same Vue 2.6.x version as `vue`.
|
|
27
27
|
|
|
28
|
-
The built-in outline uses `inner-toc-placement="container"` by default, keeping it vertically centered in the visual viewport while
|
|
28
|
+
The built-in outline uses `inner-toc-placement="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/vue2",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.5",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Vue 2 adapter for the Markweave Markdown-first WYSIWYG editor.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"@tiptap/extension-image": "^3.27.1",
|
|
52
52
|
"@tiptap/pm": "^3.27.1",
|
|
53
53
|
"@tiptap/vue-2": "3.27.1",
|
|
54
|
-
"markweave": "^0.1.
|
|
54
|
+
"markweave": "^0.1.5"
|
|
55
55
|
},
|
|
56
56
|
"peerDependencies": {
|
|
57
57
|
"vue": "^2.6.12"
|