Joe Boccanfuso
1f11c83006
fix(security): Addressed dependabot alert CVE-2025-59288 concerning playwright ( #5527 )
2025-10-27 15:16:43 -04:00
Ibrahim
a1544432db
feat(jpeg2000): Add 16-bit RGB support to JPEG2000 decoder ( #5519 )
2025-10-23 09:11:54 -04:00
Bill Wallace
503780247c
fix: Pass the correct sop uid + frame for rehydration to prevent associating rehydrated measurements with the wrong data ( #5506 )
...
* fix: [#2404 ] by passing the right sop uid map
* Update PR with requried CS3D fixes
* Update to released versions - had wrong release number
2025-10-20 11:23:26 -04:00
Joe Boccanfuso
170e860aa1
fix(segmentation): Lock all rehydrated segmentation segments when panelSegmentation.disableEditing is true. ( #5503 )
...
* fix(segmentation): Lock all rehydrated segmentation segments when panelSegmentation.disableEditing is true.
* PR feedback.
* PR feedback.
* Added tests for disableEditing and utilities for simulating drag operations.
* Update bun.lock file after merging master.
2025-10-17 22:14:31 -04:00
Joe Boccanfuso
c7d2017f08
fix(security): Use exact versioning for dependencies in package.json files. ( #5494 )
...
Added bun audit security check in build process.
Removed bun caching.
2025-10-14 16:23:36 -04:00
Joe Boccanfuso
efe97cd01d
chore(deps): Update cornerstone3D dependencies. ( #5479 )
2025-10-09 16:51:34 -04:00
Joe Boccanfuso
84f27593a0
chore(deps): Update Cornerstone 3D to 4.5.3. ( #5473 )
2025-10-08 10:30:27 -04:00
Joe Boccanfuso
377d5e2fb6
chore(deps): Update cornerstone dependencies. ( #5470 )
2025-10-07 19:18:10 -04:00
Bill Wallace
9ad0d7fc8c
feat: Add inherit from basic/longitudinal modes ( #5435 )
...
Co-authored-by: Ibrahim <ibrahim.mdev@gmail.com>
2025-10-01 14:31:26 -04:00
Joe Boccanfuso
a46b00f76b
chore(deps): Update cornerstone3D to 4.3.14. ( #5450 )
2025-09-30 15:07:13 -04:00
Vinícius Alves de Faria Resende
12ac509c40
test(SegmentationService): Adding 98.63% of test line coverage to Segmentation Service through unit tests ( #5421 )
2025-09-30 13:49:13 -04:00
Joe Boccanfuso
80f314a422
fix(security): Removed dependency on tar-fs by removing dependencies on storybook and sharp. ( #5438 )
2025-09-28 22:28:06 -04:00
Joe Boccanfuso
d41eca4ed5
chore(deps): update cornerstone to 4.3.10 ( #5436 )
2025-09-26 10:04:30 -04:00
dependabot[bot]
06073af035
chore(deps): bump axios from 1.11.0 to 1.12.0 ( #5412 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Joe Boccanfuso <joe.boccanfuso@radicalimaging.com>
2025-09-17 12:02:33 -04:00
dependabot[bot]
8610c862a9
chore(deps): bump axios from 1.11.0 to 1.12.0 ( #5402 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Joe Boccanfuso <joe.boccanfuso@radicalimaging.com>
2025-09-16 15:52:13 -04:00
Alireza
fc0e7f8572
upgrade cs3d to 4.0 ( #5371 )
2025-08-28 13:59:26 -04:00
dependabot[bot]
e1112b7abe
chore(deps): bump sha.js from 2.4.11 to 2.4.12 ( #5350 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-22 09:36:19 -04:00
Pedro Köhler
735405a855
feat: add support to scoord3d ( #5016 )
...
Co-authored-by: Bill Wallace <wayfarer3130@gmail.com>
2025-07-31 00:21:26 -04:00
dependabot[bot]
05526e5cdc
chore(deps): bump axios from 1.10.0 to 1.11.0 ( #5252 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Joe Boccanfuso <joe.boccanfuso@radicalimaging.com>
2025-07-23 13:53:02 -04:00
Joe Boccanfuso
83d4bc4a5a
fix(security): Removed stylus package due to potential security vulnerability and we don't use it. ( #5250 )
2025-07-23 10:50:53 -04:00
dependabot[bot]
76a2b90c17
chore(deps): bump form-data from 4.0.3 to 4.0.4 ( #5244 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Joe Boccanfuso <joe.boccanfuso@radicalimaging.com>
Co-authored-by: Joe Boccanfuso <109477394+jbocce@users.noreply.github.com>
2025-07-22 13:30:29 -04:00
Joe Boccanfuso
3d5ee687cb
fix(security): Pin eslint-config-prettier and eslint-plugin-prettier versions. ( #5234 )
2025-07-21 10:15:28 -04:00
rodrigobasilio2022
540923ad8b
fix: enhance preview accept method ( #5199 )
2025-07-11 17:15:26 -04:00
Ibrahim
10d93161b4
feat(rendering): Introduce WebGLContextPool for parallel rendering in ContextPoolRenderingEngine ( #5196 )
2025-07-11 12:33:24 -04:00
Ibrahim
4c5e34d183
fix(rendering): Introduce SequentialRenderingEngine to resolve canvas size limitation, performance degradation on high res monitors and enhance multi-monitor support ( #5195 )
2025-07-10 10:23:09 -04:00
Pedro Köhler
ac852485cd
feat: add segment label tool ( #5164 )
2025-07-09 14:11:54 -04:00
dependabot[bot]
b660a5d523
chore(deps): bump webpack to 5.95.0 ( #5163 )
2025-06-26 22:57:43 -04:00
rodrigobasilio2022
9824f79177
feat(labelmap): Add labelmap segmentation in OHIF ( #5158 )
2025-06-26 11:59:44 -04:00
rodrigobasilio2022
226f9b0773
feat: Ultrasound Pleura B-line Annotation Mode & Extension ( #5061 )
2025-06-24 12:50:48 -04:00
dependabot[bot]
b48aab263f
chore(deps-dev): bump webpack-dev-server from 4.7.3 to 5.2.1 ( #5114 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Joe Boccanfuso <joe.boccanfuso@radicalimaging.com>
Co-authored-by: Joe Boccanfuso <109477394+jbocce@users.noreply.github.com>
2025-06-24 11:45:29 -04:00
dependabot[bot]
08d978bd75
chore(deps): bump pbkdf2 from 3.1.2 to 3.1.3 ( #5152 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-24 11:43:19 -04:00
dependabot[bot]
abaf6582e0
chore(deps): bump tar-fs from 2.1.2 to 2.1.3 ( #5096 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-11 12:37:24 -04:00
Alireza
c6327acdc1
fix(ui): Prevent unintended text selection and improve component behavior ( #5077 )
2025-05-28 22:41:15 -04:00
Dan Rukas
04ab79f8fb
ui(feat): Adds light/dark mode support for viewport overlay text and markers ( #5041 )
...
Co-authored-by: sedghi <ar.sedghi@gmail.com>
2025-05-15 17:12:53 -04:00
Alireza
7c15bb8901
feat(actions): simplify action corner api through the toolbarService ( #5033 )
2025-05-15 12:08:12 -04:00
Bill Wallace
578c3939f0
feat(thumbnails): Enhance DICOM Thumbnail Rendering with different strategies ( #5004 )
...
Co-authored-by: Martin Bellehumeur, M. Eng. <23396581+mbellehumeur@users.noreply.github.com>
2025-05-08 12:44:56 -04:00
Alireza
a5ea3e15c7
fix(orientationMarker): MPR orientation change should get reflected too ( #5020 )
2025-05-07 17:37:12 -04:00
Alireza
cd4e6408bc
feat(data overlay): add foreground background control plus orientation change in the UI and add RTDOSE support ( #5007 )
2025-05-05 16:35:05 -04:00
dependabot[bot]
d6c7b9c23c
chore(deps): bump http-proxy-middleware from 2.0.7 to 2.0.9 ( #4963 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-17 16:43:39 -04:00
dependabot[bot]
b82465344c
chore(deps): bump @babel/runtime-corejs3 from 7.24.7 to 7.27.0 ( #4962 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-17 16:43:30 -04:00
Alireza
91117f40f8
chore: add test coverage ( #4960 )
2025-04-16 15:56:52 -04:00
Alireza
43bc142439
fix(ui): Enhance UI Components and Update CornerstoneJS Dependencies and resizable panels ( #4938 )
...
Co-authored-by: Joe Boccanfuso <joe.boccanfuso@radicalimaging.com>
2025-04-09 16:49:55 -04:00
Pedro Köhler
f6f60a63d2
fix: x-ray pixel spacing calibration ( #4922 )
2025-04-09 09:55:51 -04:00
Alireza
bd2f843469
chore: update screenshopts for test ( #4934 )
2025-04-08 18:34:45 -04:00
Alireza
2bdf4afa4d
refactor(ui): Migrate components to ui-next ( #4930 )
...
Co-authored-by: Dan Rukas <dan.rukas@gmail.com>
2025-04-08 12:06:07 -04:00
Alireza
3653de7487
fix(segmentation): Add segment jump for new segments and make panels scrollable ( #4928 )
2025-04-07 16:45:29 -04:00
Alireza
fc33bd0d59
feat(image capture): Enhance SEG and RTSS Support with Dependency Updates and Bug Fixes ( #4924 )
2025-04-04 12:11:29 -04:00
dependabot[bot]
a52be6460b
chore(deps): bump @babel/runtime-corejs2 from 7.25.7 to 7.26.10 ( #4843 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-03 11:33:33 -04:00
dependabot[bot]
f52a32d6c5
chore(deps): bump @babel/runtime from 7.24.7 to 7.26.10 ( #4860 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-03 11:33:09 -04:00
dependabot[bot]
14afb42e2c
chore(deps): bump axios from 0.27.2 to 1.8.4 ( #4905 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-03 11:32:45 -04:00
dependabot[bot]
4e8e4f1491
chore(deps): bump tar-fs from 2.1.1 to 2.1.2 ( #4901 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-03 11:32:39 -04:00
Alireza
8432d5f633
fix(seg): Enhance segmentation tools and UI, refactor code, and update dependencies ( #4915 )
2025-04-02 18:10:47 -04:00
Alireza
c75a3f3af5
feat(segmentation): Enhance Segmentation with New AI and Once Click Tools ( #4910 )
2025-04-01 14:19:03 -04:00
Alireza
d7bd36544a
fix: jump to measurement forever ( #4867 )
2025-03-28 10:53:04 -04:00
Igor Octaviano
892d03fc3c
fix(seg): multiframe SEG ( #4890 )
2025-03-27 15:52:22 -04:00
Alireza
5f112337b6
feat(segmentation): Enhance Segmentation Tools with Preview and Selection Features ( #4870 )
2025-03-19 18:24:33 -04:00
Pedro Köhler
55d6393a3f
feat: overlapping segments ( #4849 )
2025-03-18 17:07:13 -04:00
Alireza
ec79b5523e
feat(segmentation): segment statistics, labelmap interpolation and segment bidirectional ( #4865 )
2025-03-17 22:34:34 -04:00
Alireza
ebe6fbaf31
feat: update vtk js ( #4858 )
2025-03-17 10:21:06 -04:00
dependabot[bot]
d9349ead6f
chore(deps): bump axios from 0.28.1 to 1.8.2 ( #4833 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: sedghi <ar.sedghi@gmail.com>
2025-03-10 15:34:10 -04:00
Alireza
cc5cdfb081
feat(toolbox): Refactor Toolbar and Toolbox to enable sections ( #4825 )
2025-03-06 22:19:47 -05:00
Bill Wallace
24567c4e92
fix: Cornerstone3D 3.0 ( #4816 )
...
Co-authored-by: sedghi <ar.sedghi@gmail.com>
2025-02-28 14:16:39 -05:00
Alireza
32fc6f0d4b
chore: upgrade cornerstone3D version ( #4809 )
2025-02-25 17:21:57 -05:00
Pedro H. Köhler
4e16099ad3
fix: lodash dependencies ( #4791 )
2025-02-18 11:36:26 -05:00
Alireza
d8a6e79df0
fix: depandabot ( #4786 )
2025-02-18 09:08:10 -05:00
Alireza
149d6d049c
fix(core): Address 3D reconstruction and Android compatibility issues and clean up 4D data mode ( #4762 )
2025-02-04 12:25:10 -05:00
Alireza
0cb6106d0f
fix: publish dependency ( #4753 )
2025-01-31 09:43:35 -05:00
Alireza
d554f02f7c
fix(dependencies): Update dcmjs library and improve documentation links ( #4741 )
2025-01-28 14:59:59 -05:00
dependabot[bot]
2ed7a1adfa
chore(deps): bump store2 from 2.14.3 to 2.14.4 ( #4737 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-27 09:23:38 -05:00
Alireza
55ad8efbab
feat(customization): new customization service api ( #4688 )
2025-01-23 14:24:13 -05:00
Alireza
f00d18292f
fix(seg): sphere scissor on stack and cpu rendering reset properties was broken ( #4721 )
2025-01-22 11:36:45 -05:00
Joe Boccanfuso
d90a4cfb16
feat(resizable-side-panels): Make the left and right side panels (optionally) resizable. ( #4672 )
2025-01-21 11:20:34 -05:00
Alireza
cf97fa9b7b
fix(ui): Update dependencies and add missing icons ( #4699 )
2025-01-21 09:34:19 -05:00
Bill Wallace
cded082617
fix: Having sop instance in a per-frame or shared attribute breaks load ( #4560 )
...
Co-authored-by: sedghi <ar.sedghi@gmail.com>
2025-01-15 15:16:50 -05:00
Alireza
d4a4267429
feat(dev): move to rsbuild for dev - faster ( #4674 )
2025-01-10 15:05:35 -05:00
Dan Rukas
230ae9758b
ui(components): Viewport components added to ui-next ( #4649 )
...
Co-authored-by: sedghi <ar.sedghi@gmail.com>
2025-01-08 14:23:34 -05:00
Alireza
836e67a6ab
fix(docker): publish manifest for multiarch and update cs3d ( #4650 )
2025-01-08 09:00:22 -05:00
Ibrahim
1992002d2d
fix(tools): enable additional tools in volume viewport ( #4620 )
2024-12-20 13:19:59 -05:00
dependabot[bot]
489171a14c
chore(deps): bump nanoid from 3.3.7 to 3.3.8 ( #4587 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alireza <ar.sedghi@gmail.com>
2024-12-18 12:14:12 -05:00
Joe Boccanfuso
4d3d5e794c
feat(measurements): Provide for the Load (SR) measurements button to optionally clear existing measurements prior to loading the SR. ( #4586 )
2024-12-18 11:33:40 -05:00
Alireza
4e2ae32874
feat: migrate icons to ui-next ( #4606 )
2024-12-17 13:20:19 -05:00
Alireza
9bf24d6dc5
fix(seg): jump to the first slice in SEG and RT that has data ( #4605 )
2024-12-17 12:34:13 -05:00
Alireza
6ec04ca65e
fix(sr): correct jump to first image via viewRef ( #4576 )
2024-12-05 21:39:13 -05:00
Alireza
b8e8bbe482
fix(CinePlayer): always show cine player for dynamic data ( #4575 )
...
Co-authored-by: Ibrahim <ibrahim.mdev@gmail.com>
2024-12-05 11:30:21 -05:00
Alireza
7624ccb5e4
fix(multiframe): metadata handling of NM studies and loading order ( #4554 )
2024-11-28 13:22:40 -05:00
Ibrahim
b9c26e775a
fix(colorlut): use the correct colorlut index and update vtk ( #4544 )
2024-11-22 15:08:55 -05:00
Ibrahim
5aeed931c2
chore(CI): move tasks from yarn to bun, improve cypress tests ( #4476 )
2024-11-14 13:06:58 -05:00
Alireza
6d0fa11ff8
docs: update to next version [BUMP BETA] ( #4493 )
2024-11-12 16:18:33 -05:00
Alireza
62b2748847
fix: Measurement Tracking: Various UI and functionality improvements ( #4481 )
2024-11-12 13:14:47 -05:00
Alireza
05d41c5206
fix(bugs): Update dependencies and enhance UI components ( #4478 )
2024-11-11 14:28:34 -05:00
Alireza
aa2b649444
fix(tmtv): fix toggle one up weird behaviours ( #4473 )
2024-11-07 00:20:30 -05:00
Alireza
3d11ef28f2
fix: build ( #4471 )
2024-11-06 11:16:43 -05:00
Alireza
7ce7127d7c
OHIF with Cornerstone3D 2.0 ( #4347 )
2024-11-06 07:15:27 -05:00
Pedro H. Köhler
0610425740
fix(packages): http-proxy-middleware vulnerability ( #4443 )
2024-10-29 09:52:07 -04:00
Ibrahim
a7fd9fa5bf
feat(new-study-panel): default to list view for non thumbnail series, change default fitler to all, and add more menu to thumbnail items with a dicom tag browser ( #4417 )
2024-10-18 11:42:44 -04:00
dependabot[bot]
8fc395e68f
chore(deps): bump webpack from 5.89.0 to 5.94.0 ( #4354 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-17 12:20:33 -04:00
dependabot[bot]
f14aee2733
chore(deps): bump micromatch from 4.0.7 to 4.0.8 ( #4350 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-17 09:46:36 -04:00
dependabot[bot]
57eb829173
chore(deps): bump express from 4.19.2 to 4.21.1 ( #4422 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-17 09:44:37 -04:00
Igor Octaviano
ac1cad25af
feat(SR): SCOORD3D point annotations support for stack viewports ( #4315 )
2024-10-17 09:36:24 -04:00
Dan Rukas
e0fca8c88c
ui(component): Added new Toast (Sonner) component ( #4412 )
2024-10-17 09:30:42 -04:00