3.12 to 3.13 Migration Guide
This guide covers changes when upgrading from OHIF version 3.12 to version 3.13.
📄️ SegmentationService
The SegmentationService method for removing segmentation representations from a viewport has been renamed to better reflect its behavior.
📄️ Playwright Viewport Screenshots
Playwright tests whose assertions concern the viewport (rendering, overlays,
📄️ WorkList
3.13 ships a new study-list at /. The 3.12 study-list code has been preserved and renamed to LegacyWorkList; what is now mounted at / by default is the new WorkList.
📄️ formatDICOMDate
formatDICOMDate (exported from @ohif/ui-next) now takes its optional
📄️ Study List paging
The study-list data fetch in DataSourceWrapper was simplified. This affects both the new WorkList and the LegacyWorkList, since both receive their studies from DataSourceWrapper.