docs: update release banner (#5321)

This commit is contained in:
Alireza 2025-08-11 09:48:32 -04:00 committed by GitHub
parent 6a54eee330
commit 2553b54432
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 4 deletions

View File

@ -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`.

View File

@ -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 <a target="_blank" rel="noopener noreferrer" href="https://ohif.org/release-notes/3p10/">here</a>! 🔍✨',
'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 <a target="_blank" rel="noopener noreferrer" href="https://ohif.org/release-notes/3p11/">here</a>!',
},
prism: {
theme: require('prism-react-renderer').themes.github,