- 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
1.1 KiB
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
removeSegmentationRepresentationsmethod was renamed. - DICOM video viewport — the
@ohif/extension-dicom-video.viewportModule.dicom-videonamespace was removed; route DICOM video display sets through the Cornerstone viewport.