ohif-viewer/platform/docs/docs/migration-guide/3p12-to-3p13/index.md
Alireza e0f42d4f1d
fix(dicom-pdf): enhance PDF loading with authentication support
- move authenticated rendered media loading into the datasource\n- route DICOM video display sets through Cornerstone video viewports\n- add a 3.12 to 3.13 migration note for the removed DICOM-video viewport namespace
2026-07-06 09:35:26 -04:00

1.1 KiB

id sidebar_position sidebar_label title
index 1 3.12 -> 3.13 3.12 to 3.13 Migration Guide

import DocCardList from '@theme/DocCardList';

3.12 to 3.13 Migration Guide

This guide covers changes when upgrading from OHIF version 3.12 to version 3.13.

The largest changes in 3.13 are infrastructure-level:

  • Package Manager — the monorepo moves from yarn + lerna to pnpm workspaces, with new install/run commands and a workspace:* syntax for cross-package dependencies.
  • Build Tooling — Webpack is replaced with Rspack v2 across the app and every extension/mode, with new plugin imports and faster build commands.
  • Node Version — the minimum Node.js runtime is now 24.
  • SegmentationService — the removeSegmentationRepresentations method was renamed.
  • DICOM video viewport — the @ohif/extension-dicom-video.viewportModule.dicom-video namespace was removed; route DICOM video display sets through the Cornerstone viewport.