@meshmakers/octo-meshboard 3.4.530 → 3.4.550

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meshmakers/octo-meshboard",
3
- "version": "3.4.530",
3
+ "version": "3.4.550",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^22.0.0",
6
6
  "@angular/core": "^22.0.0",
@@ -6033,8 +6033,13 @@ declare class MeshBoardViewComponent implements OnInit, OnDestroy, HasUnsavedCha
6033
6033
  */
6034
6034
  private updateBreadcrumb;
6035
6035
  /**
6036
- * Updates the URL to include the current MeshBoard rtId.
6037
- * Preserves existing query parameters.
6036
+ * Updates the URL to include the current MeshBoard rtId, preserving query
6037
+ * parameters. Only rewrites the URL when the route can represent the rtId:
6038
+ * the route has an `:rtId` param, or the host app opted in with the
6039
+ * `meshBoardSyncUrl: true` route data flag (which requires a matching
6040
+ * `<path>/:rtId` sibling route). Embedded boards without either stay on
6041
+ * their URL — appending would fall through to the app's `'**'` wildcard or
6042
+ * fail with a NavigationError (AB#4457).
6038
6043
  */
6039
6044
  private updateUrlWithRtId;
6040
6045
  ngOnInit(): Promise<void>;