superdoc 2.4.0-next.19 → 2.4.0-next.20

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.
@@ -19,7 +19,7 @@ var COLLABORATION_UPGRADE_ENGINE_MINIMUM_NODE_MAJOR = 20;
19
19
  var PRIVATE_ENGINE_INFO = (0, _superdoc_docx_engine_collaboration_upgrade_engine.getCollaborationUpgradeEngineInfo)();
20
20
  var ENGINE_INFO = Object.freeze({
21
21
  ...PRIVATE_ENGINE_INFO,
22
- superdocVersion: "2.4.0-next.19",
22
+ superdocVersion: "2.4.0-next.20",
23
23
  roomSchemaVersion: Object.freeze({ ...PRIVATE_ENGINE_INFO.roomSchemaVersion }),
24
24
  supportedBundleVersions: SUPPORTED_COLLABORATION_UPGRADE_BUNDLE_VERSIONS,
25
25
  supportedV1ReaderContractVersions: SUPPORTED_V1_READER_CONTRACT_VERSIONS
@@ -18,7 +18,7 @@ var COLLABORATION_UPGRADE_ENGINE_MINIMUM_NODE_MAJOR = 20;
18
18
  var PRIVATE_ENGINE_INFO = getCollaborationUpgradeEngineInfo$1();
19
19
  var ENGINE_INFO = Object.freeze({
20
20
  ...PRIVATE_ENGINE_INFO,
21
- superdocVersion: "2.4.0-next.19",
21
+ superdocVersion: "2.4.0-next.20",
22
22
  roomSchemaVersion: Object.freeze({ ...PRIVATE_ENGINE_INFO.roomSchemaVersion }),
23
23
  supportedBundleVersions: SUPPORTED_COLLABORATION_UPGRADE_BUNDLE_VERSIONS,
24
24
  supportedV1ReaderContractVersions: SUPPORTED_V1_READER_CONTRACT_VERSIONS
package/dist/superdoc.cjs CHANGED
@@ -43417,7 +43417,7 @@ var SuperDoc = class extends require_eventemitter3.import_eventemitter3.default
43417
43417
  this.config.colors = shuffleArray(this.config.colors);
43418
43418
  this.userColorMap = /* @__PURE__ */ new Map();
43419
43419
  this.colorIndex = 0;
43420
- this.version = "2.4.0-next.19";
43420
+ this.version = "2.4.0-next.20";
43421
43421
  this.#log("🦋 [superdoc] Using SuperDoc version:", this.version);
43422
43422
  this.superdocId = config.superdocId || require_uuid.v4();
43423
43423
  this.colors = this.config.colors ?? [];
@@ -44652,8 +44652,8 @@ var SuperDoc = class extends require_eventemitter3.import_eventemitter3.default
44652
44652
  },
44653
44653
  {
44654
44654
  feature: "shell.context-menu",
44655
- status: "not-shipped",
44656
- reason: "context-menu-omitted: public v2 shell disables the legacy context menu"
44655
+ status: "supported",
44656
+ reason: "v2 renders the built-in right-click and slash context menu, forwards ui.contextMenu custom items, and honors ui.contextMenu: false for application-owned replacements"
44657
44657
  },
44658
44658
  {
44659
44659
  feature: "shell.page-metrics",
@@ -43351,7 +43351,7 @@ var SuperDoc = class extends import_eventemitter3.default {
43351
43351
  this.config.colors = shuffleArray(this.config.colors);
43352
43352
  this.userColorMap = /* @__PURE__ */ new Map();
43353
43353
  this.colorIndex = 0;
43354
- this.version = "2.4.0-next.19";
43354
+ this.version = "2.4.0-next.20";
43355
43355
  this.#log("🦋 [superdoc] Using SuperDoc version:", this.version);
43356
43356
  this.superdocId = config.superdocId || v4();
43357
43357
  this.colors = this.config.colors ?? [];
@@ -44586,8 +44586,8 @@ var SuperDoc = class extends import_eventemitter3.default {
44586
44586
  },
44587
44587
  {
44588
44588
  feature: "shell.context-menu",
44589
- status: "not-shipped",
44590
- reason: "context-menu-omitted: public v2 shell disables the legacy context menu"
44589
+ status: "supported",
44590
+ reason: "v2 renders the built-in right-click and slash context menu, forwards ui.contextMenu custom items, and honors ui.contextMenu: false for application-owned replacements"
44591
44591
  },
44592
44592
  {
44593
44593
  feature: "shell.page-metrics",