- >
- );
-}
-
-export { PanelStudyBrowserTrackingHeader };
diff --git a/modes/longitudinal/src/index.ts b/modes/longitudinal/src/index.ts
index 1e1617eff..68ce4ae38 100644
--- a/modes/longitudinal/src/index.ts
+++ b/modes/longitudinal/src/index.ts
@@ -19,7 +19,7 @@ const ohif = {
};
const cornerstone = {
- measurements: '@ohif/extension-cornerstone.panelModule.measurements',
+ measurements: '@ohif/extension-cornerstone.panelModule.panelMeasurement',
segmentation: '@ohif/extension-cornerstone.panelModule.panelSegmentation',
};
diff --git a/platform/app/cypress/integration/measurement-tracking/OHIFMeasurementPanel.spec.js b/platform/app/cypress/integration/measurement-tracking/OHIFMeasurementPanel.spec.js
index 1cd9fa334..ad6837564 100644
--- a/platform/app/cypress/integration/measurement-tracking/OHIFMeasurementPanel.spec.js
+++ b/platform/app/cypress/integration/measurement-tracking/OHIFMeasurementPanel.spec.js
@@ -16,7 +16,12 @@ describe('OHIF Measurement Panel', function () {
cy.get('@measurementsPanel').should('not.exist');
cy.get('@RightCollapseBtn').click();
- cy.get('@measurementsPanel').should('exist');
+
+ // segmentation panel should be visible
+ cy.get('@segmentationPanel').should('be.visible');
+
+ // measurements panel should be clickable
+ cy.get('@measurementsBtn').click();
cy.get('@measurementsPanel').should('be.visible');
});
diff --git a/platform/app/cypress/support/aliases.js b/platform/app/cypress/support/aliases.js
index 1453c6f66..af1ad6c1c 100644
--- a/platform/app/cypress/support/aliases.js
+++ b/platform/app/cypress/support/aliases.js
@@ -27,6 +27,7 @@ export function initCommonElementsAliases(skipMarkers) {
// TODO: Panels are not in DOM when closed, move this somewhere else
cy.get('[data-cy="trackedMeasurements-panel"]').as('measurementsPanel');
+ cy.get('[data-cy="panelSegmentation-btn"]').as('segmentationPanel');
cy.get('[data-cy="studyBrowser-panel"]').as('seriesPanel');
cy.get('[data-cy="viewport-overlay-top-right"]').as('viewportInfoTopRight');
cy.get('[data-cy="viewport-overlay-top-left"]').as('viewportInfoTopLeft');
diff --git a/platform/app/package.json b/platform/app/package.json
index 1241939d2..84528ff26 100644
--- a/platform/app/package.json
+++ b/platform/app/package.json
@@ -53,7 +53,7 @@
"@cornerstonejs/codec-libjpeg-turbo-8bit": "^1.2.2",
"@cornerstonejs/codec-openjpeg": "^1.2.4",
"@cornerstonejs/codec-openjph": "^2.4.5",
- "@cornerstonejs/dicom-image-loader": "^2.2.1",
+ "@cornerstonejs/dicom-image-loader": "^2.2.3",
"@emotion/serialize": "^1.1.3",
"@ohif/core": "3.9.0-beta.110",
"@ohif/extension-cornerstone": "3.9.0-beta.110",
diff --git a/platform/core/package.json b/platform/core/package.json
index 3660a1ed2..afdcbccc6 100644
--- a/platform/core/package.json
+++ b/platform/core/package.json
@@ -37,7 +37,7 @@
"@cornerstonejs/codec-libjpeg-turbo-8bit": "^1.2.2",
"@cornerstonejs/codec-openjpeg": "^1.2.4",
"@cornerstonejs/codec-openjph": "^2.4.5",
- "@cornerstonejs/dicom-image-loader": "^2.2.1",
+ "@cornerstonejs/dicom-image-loader": "^2.2.3",
"@ohif/ui": "3.9.0-beta.110",
"cornerstone-math": "0.1.9",
"dicom-parser": "^1.8.21"
diff --git a/platform/docs/docs/migration-guide/3p8-to-3p9/2-Renamings.md b/platform/docs/docs/migration-guide/3p8-to-3p9/2-Renamings.md
index 2ad24c0a8..6c0763f3c 100644
--- a/platform/docs/docs/migration-guide/3p8-to-3p9/2-Renamings.md
+++ b/platform/docs/docs/migration-guide/3p8-to-3p9/2-Renamings.md
@@ -10,11 +10,11 @@ import TabItem from '@theme/TabItem';
## Panel Measurements
-The panel in the default extension is renamed from `measure` to `measurements` to be more consistent with the rest of the extensions.
+The panel in the default extension is renamed from `measure` to `panelMeasurement` to be more consistent with the rest of the extensions.
**Action Needed**
-Update any references to the `measure` panel to `measurements` in your code.
+Update any references to the `measure` panel to `panelMeasurement` in your code.
Find and replace
@@ -23,7 +23,7 @@ Find and replace
@ohif/extension-default.panelModule.measure
- @ohif/extension-default.panelModule.measurements
+ @ohif/extension-cornerstone.panelModule.panelMeasurement
diff --git a/platform/docs/docs/migration-guide/3p8-to-3p9/7-UI.md b/platform/docs/docs/migration-guide/3p8-to-3p9/7-UI.md
index 2dbb01c42..71e625d93 100644
--- a/platform/docs/docs/migration-guide/3p8-to-3p9/7-UI.md
+++ b/platform/docs/docs/migration-guide/3p8-to-3p9/7-UI.md
@@ -3,6 +3,15 @@ title: UI
---
+
+
+## New Components
+
+You can explore our new playground at `docs.ohif.org/ui` to see the latest components and their properties. We haven't provided a migration guide yet because the old components are still available. Feel free to update your codebase, including custom extensions and UI, to use the new Button, Dropdown, Icons, and other new components from `@ohif/ui-next`. The old methods (importing from `@ohif/ui`) will continue to work for now. However, the new components have a slightly different API, and we plan to deprecate the old components in a future release, as we see the new ones as the future of OHIF.
+
+
+
+
## `UINotificationService`
diff --git a/platform/ui-next/src/components/Icons/Icons.tsx b/platform/ui-next/src/components/Icons/Icons.tsx
index 1c2e9596c..67577f20f 100644
--- a/platform/ui-next/src/components/Icons/Icons.tsx
+++ b/platform/ui-next/src/components/Icons/Icons.tsx
@@ -612,7 +612,6 @@ export const Icons = {
xmlns="http://www.w3.org/2000/svg"
{...props}
>
- icon-list-view