magic-editor-x 1.3.0 → 1.3.3
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 -0
- package/dist/server/index.js +1 -1
- package/dist/server/index.mjs +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
|
|
14
14
|
- **Character-Level Collaboration** - Multiple users can now type in the same paragraph simultaneously without conflicts
|
|
15
15
|
- **Webtools Links Integration** - Optional integration with PluginPal's Webtools Links addon for internal/external link management
|
|
16
|
+
- **Direct Link Editing** - Click on any link to instantly open the link editor modal
|
|
16
17
|
- **Improved Fullscreen Mode** - Blocks now stretch to full width, Media Library modal works correctly
|
|
17
18
|
- **Performance Improvements** - Removed debug logging, optimized Y.js sync
|
|
18
19
|
|
package/dist/server/index.js
CHANGED
|
@@ -37941,7 +37941,7 @@ var snapshotService$1 = ({ strapi: strapi2 }) => {
|
|
|
37941
37941
|
};
|
|
37942
37942
|
};
|
|
37943
37943
|
const name = "magic-editor-x";
|
|
37944
|
-
const version = "1.
|
|
37944
|
+
const version = "1.3.2";
|
|
37945
37945
|
const description = "Advanced block-based editor for Strapi v5 with Editor.js, Media Library integration, and real-time collaboration support";
|
|
37946
37946
|
const keywords = [
|
|
37947
37947
|
"strapi",
|
package/dist/server/index.mjs
CHANGED
|
@@ -37922,7 +37922,7 @@ var snapshotService$1 = ({ strapi: strapi2 }) => {
|
|
|
37922
37922
|
};
|
|
37923
37923
|
};
|
|
37924
37924
|
const name = "magic-editor-x";
|
|
37925
|
-
const version = "1.
|
|
37925
|
+
const version = "1.3.2";
|
|
37926
37926
|
const description = "Advanced block-based editor for Strapi v5 with Editor.js, Media Library integration, and real-time collaboration support";
|
|
37927
37927
|
const keywords = [
|
|
37928
37928
|
"strapi",
|
package/package.json
CHANGED