From 2553b5443221dfc119b667e2d8f53e0fd325d527 Mon Sep 17 00:00:00 2001 From: Alireza Date: Mon, 11 Aug 2025 09:48:32 -0400 Subject: [PATCH] docs: update release banner (#5321) --- .../docs/migration-guide/3p10-to-3p11/viewport-action-menu.md | 2 -- platform/docs/docusaurus.config.js | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/platform/docs/docs/migration-guide/3p10-to-3p11/viewport-action-menu.md b/platform/docs/docs/migration-guide/3p10-to-3p11/viewport-action-menu.md index b2b1fd307..7a546763e 100644 --- a/platform/docs/docs/migration-guide/3p10-to-3p11/viewport-action-menu.md +++ b/platform/docs/docs/migration-guide/3p10-to-3p11/viewport-action-menu.md @@ -5,8 +5,6 @@ summary: Migration guide for OHIF 3.11's viewport corners customization changes, --- -Okay, here's a migration guide based on the provided diff, focusing on the introduction of `TrackingStatus`, `ModalityLoadBadge`, and `NavigationComponent`. - **Key Changes:** * **Deprecated `ViewportActionCornersService`**: The `ViewportActionCornersService` and its associated provider (`ViewportActionCornersProvider`) have been removed. UI elements previously managed by this service are now typically handled by dedicated components integrated via the `ToolbarService`. diff --git a/platform/docs/docusaurus.config.js b/platform/docs/docusaurus.config.js index d61386901..ada23153a 100644 --- a/platform/docs/docusaurus.config.js +++ b/platform/docs/docusaurus.config.js @@ -124,9 +124,9 @@ module.exports = { // respectPrefersColorScheme: true, }, announcementBar: { - id: 'ohif310_segmentation_ui_update', + id: 'ohif311_multimodality_rt_ultrasound', content: - '🛠️ OHIF 3.10 is here! Explore powerful new segmentation tools, including local AI-assisted workflows, real-time 3D GrowCut, segment statistics, and undo/redo. Plus, enjoy a polished new UI library and smoother interactions across the board. Read the release notes here! 🔍✨', + 'OHIF v3.11 is here! New features include multimodality fusion with viewport overlays, RT Dose visualization, dedicated ultrasound mode for cardiac imaging, DICOM Labelmap support, and advanced RT Structure Set visualization. Read the release notes here!', }, prism: { theme: require('prism-react-renderer').themes.github,