Closed sedghi closed 2 weeks ago
Name | Link |
---|---|
Latest commit | fa447a2a57bdcbb5e09317568c132ceec7acfe50 |
Latest deploy log | https://app.netlify.com/sites/ohif-dev/deploys/672c4a4992a414000887ea89 |
Deploy Preview | https://deploy-preview-4473--ohif-dev.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Name | Link |
---|---|
Latest commit | fa447a2a57bdcbb5e09317568c132ceec7acfe50 |
Latest deploy log | https://app.netlify.com/sites/ohif-platform-docs/deploys/672c4a4929aaa6000840e176 |
Deploy Preview | https://deploy-preview-4473--ohif-platform-docs.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Passed #4395
•
fa447a2a57: update package
Project |
Viewers
|
Branch Review |
fix/bug-fixing-3p9
|
Run status |
Passed #4395
|
Run duration | 02m 37s |
Commit |
fa447a2a57: update package
|
Committer | Alireza |
View all properties for this run βοΈ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
2
|
Skipped |
0
|
Passing |
44
|
View all changes introduced in this branch βοΈ |
Will fix https://github.com/OHIF/Viewers/issues/4061
This pull request includes updates to dependencies across multiple packages, improvements to segmentation handling, and documentation updates. The most important changes include upgrading
@cornerstonejs
dependencies, modifying segmentation commands, and updating the migration guide to reflect changes in segmentation service creation and shared array buffer handling.Dependency Updates:
@cornerstonejs/adapters
,@cornerstonejs/core
, and@cornerstonejs/tools
to version2.1.17
in variouspackage.json
files. [1] [2] [3] [4] [5] [6]@cornerstonejs/dicom-image-loader
to version2.1.17
inplatform/app/package.json
andplatform/core/package.json
. [1] [2]Segmentation Handling:
resetCrosshairs
tocomputeToolCenter
incommandsModule.ts
.ViewportSegmentationMenu
to use destructured properties and simplified theonClick
handler.ViewportSegmentationMenuWrapper
to use theuseSegmentations
hook instead of direct service calls. [1] [2]Documentation Updates:
createEmptySegmentationForViewport
tocreateLabelmapForViewport
in the segmentation service creation documentation.