vue2-bbl-editor 1.4.0 → 1.4.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.
- package/dist/vue2-bbl-editor.common.js +1 -2
- package/dist/vue2-bbl-editor.umd.js +1 -2
- package/dist/vue2-bbl-editor.umd.min.js +1 -2
- package/package.json +7 -11
- package/CHANGELOG.md +0 -659
- package/COMPONENT_USAGE_GUIDE.md +0 -2590
- package/CONTENT_WRAPPER_GUIDE.md +0 -385
- package/EXTERNAL_HTML_RENDERING.md +0 -266
- package/EXTERNAL_INTEGRATION_GUIDE.md +0 -833
- package/INSTALLATION.md +0 -282
- package/PACKAGE_DOCUMENTATION.md +0 -1386
- package/QUICK_SETUP.md +0 -99
- package/dist/demo.html +0 -10
- package/dist/vue2-bbl-editor.common.js.map +0 -1
- package/dist/vue2-bbl-editor.umd.js.map +0 -1
- package/dist/vue2-bbl-editor.umd.min.js.map +0 -1
|
@@ -25646,5 +25646,4 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
25646
25646
|
|
|
25647
25647
|
/***/ })
|
|
25648
25648
|
|
|
25649
|
-
/******/ });
|
|
25650
|
-
//# sourceMappingURL=vue2-bbl-editor.common.js.map
|
|
25649
|
+
/******/ });
|
|
@@ -25657,5 +25657,4 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
25657
25657
|
/***/ })
|
|
25658
25658
|
|
|
25659
25659
|
/******/ });
|
|
25660
|
-
});
|
|
25661
|
-
//# sourceMappingURL=vue2-bbl-editor.umd.js.map
|
|
25660
|
+
});
|
|
@@ -25657,5 +25657,4 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
25657
25657
|
/***/ })
|
|
25658
25658
|
|
|
25659
25659
|
/******/ });
|
|
25660
|
-
});
|
|
25661
|
-
//# sourceMappingURL=vue2-bbl-editor.umd.min.js.map
|
|
25660
|
+
});
|
package/package.json
CHANGED
|
@@ -1,24 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vue2-bbl-editor",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.1",
|
|
4
4
|
"description": "A production-ready, fully configurable rich text editor for Vue 2.6 built with Tiptap",
|
|
5
5
|
"main": "dist/vue2-bbl-editor.common.js",
|
|
6
6
|
"module": "dist/vue2-bbl-editor.esm.js",
|
|
7
7
|
"unpkg": "dist/vue2-bbl-editor.umd.min.js",
|
|
8
8
|
"types": "types/index.d.ts",
|
|
9
9
|
"files": [
|
|
10
|
-
"dist
|
|
10
|
+
"dist/vue2-bbl-editor.common.js",
|
|
11
|
+
"dist/vue2-bbl-editor.umd.js",
|
|
12
|
+
"dist/vue2-bbl-editor.umd.min.js",
|
|
13
|
+
"dist/vue2-bbl-editor.css",
|
|
14
|
+
"dist/vue2-html-bbl-editor.css",
|
|
11
15
|
"types/*",
|
|
12
16
|
"README.md",
|
|
13
|
-
"LICENSE"
|
|
14
|
-
"CHANGELOG.md",
|
|
15
|
-
"INSTALLATION.md",
|
|
16
|
-
"QUICK_SETUP.md",
|
|
17
|
-
"COMPONENT_USAGE_GUIDE.md",
|
|
18
|
-
"EXTERNAL_INTEGRATION_GUIDE.md",
|
|
19
|
-
"EXTERNAL_HTML_RENDERING.md",
|
|
20
|
-
"CONTENT_WRAPPER_GUIDE.md",
|
|
21
|
-
"PACKAGE_DOCUMENTATION.md"
|
|
17
|
+
"LICENSE"
|
|
22
18
|
],
|
|
23
19
|
"keywords": [
|
|
24
20
|
"vue",
|