Skip to content
Open
Show file tree
Hide file tree
Changes from 10 commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
b426f02
chore(tests): Update multiple screenshot test images for various specs
sedghi May 26, 2026
3df6dc0
feat(screenshot-reviewer): Add screenshot review tool and update pack…
sedghi May 26, 2026
b8abb57
fix(DICOMSRDisplayTool): Improve actor presence check in viewport
sedghi May 26, 2026
f5961ea
chore(tests): Update multiple screenshot assets for various specs
sedghi May 26, 2026
5ce223b
chore(tests): Integrate waitForPaintToSettle and waitForViewportsRend…
sedghi May 26, 2026
1324174
chore(tests): Update screenshot assets for SEGHydration and SEGNoHydr…
sedghi May 26, 2026
6849e78
test: update progressive loading screenshots
sedghi May 26, 2026
6ac4492
jest 30 test fixes for compatibility with pnpm cs3d
wayfarer3130 May 28, 2026
43bce6e
Use correct setDisplaySets instead of setDataId
wayfarer3130 May 28, 2026
6ad50e8
fix: Naming change for LegacyVolumeViewport3D
wayfarer3130 May 28, 2026
2a27bdf
Merge remote-tracking branch 'origin/master' into ohifohifupdateplayw…
wayfarer3130 May 28, 2026
6965fd0
Update to allow tolerance for contour tests
wayfarer3130 May 28, 2026
3cc2862
update
sedghi Jun 1, 2026
16fb41f
fix
sedghi Jun 1, 2026
837173a
Merge branch 'master' of github.com:OHIF/Viewers into ohifohifupdatep…
sedghi Jun 1, 2026
2b38e44
Resolve upstream merge conflicts
sedghi Jun 1, 2026
e86af6e
refactor: Replace instanceof checks with utility functions for viewpo…
sedghi Jun 3, 2026
82b93a2
fix: Update createSegmentationForViewport to handle undefined display…
sedghi Jun 3, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions addOns/externals/devDependencies/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@
"extract-css-chunks-webpack-plugin": "4.10.0",
"html-webpack-plugin": "5.6.3",
"husky": "3.1.0",
"jest": "29.7.0",
"jest": "30.2.0",
"jest-canvas-mock": "2.5.2",
"jest-environment-jsdom": "29.7.0",
"jest-junit": "6.4.0",
"jest-environment-jsdom": "30.2.0",
"jest-junit": "16.0.0",
"lerna": "9.0.4",
"lint-staged": "9.5.0",
"mini-css-extract-plugin": "2.9.2",
Expand Down
4 changes: 3 additions & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ module.exports = {
'@babel/preset-typescript',
],
plugins: [
'babel-plugin-istanbul',
// jest's babel coverage provider injects babel-plugin-istanbul when
// --collectCoverage is set; adding it here too makes babel 7 (pulled in
// by jest 30) throw "Duplicate plugin/preset detected".
'@babel/plugin-transform-object-rest-spread',
'@babel/plugin-syntax-dynamic-import',
'@babel/plugin-transform-regenerator',
Expand Down
Loading