* fix(LabellingFlow): Fixes search items
Includes a function to add the items related to root element
fix#508
* fix(LabellingManager): Fixes z-index problem with header menu
Fixes z-index problem with header menu
fix#508
* fix(LabellingFlow): Includes overlay for select tree when open
fix#508
* fix(LabellingManager): Changes backgroud color to highlight the modal text
fix#508
* fix(LabellingFlow): Adjusts relabel position in the page
fix#508
* fix(LabellingFlow): Fixes select tree position and include calculation to put at the center of mouse
fix#508
* fix(LabellingFlow): Fixes autofocus and refresh page after hitting enter
fix#508
`onMeasurementsChanged` currently defines a function map every time it is called. This function map includes a throttle on the `modified` function which is not being used because the function is called at most once per time it is instantiated. These changes elevate the map definition to the file level, since what it is defining does not change based on the other executed code.
* fix(package.json): Resolve react/react-dom dependency conflict for embedded users
Some of the recent changes around the script-tag support for ohif/Viewers included moving react and
react-dom from peerDependencies to dependencies. This caused an error for embedded consumers of the
viewer because there could be multiple versions of react included. The error in the console points
to this link: https://reactjs.org/warnings/invalid-hook-call-warning.html. These changes are
necessary to resolve the issue for embedded users and don't seem to break the standalone version
either.
* fix(script-tag/index.html): Add `react` and `react-dom` as external scripts for cypress tests
The cyrpress tests won't pass unless we add the `react` and `react-dom` dependencies as external
scripts since they're no longer first order depdencies.
* Bump @ohif/extenions-cornerstone react-cornerstone-viewport dep and cut release
* fix: bump @ohif/extension-cornerstone version to latest
* Catching the yarn lock changes
* Cut new release for cornerstone extension and update Viewers to use it
* Add new commands to netlify dmeo
* Flip directions for next/previous image
* feat(commandsModule): Add `previousImage` and `nextImage` actions and commands
This change adds the keybindings for previousImage (down) and nextImage (up) to the default
configuration and adds the command and action necessary to support it. This pull request is
dependent upon https://github.com/cornerstonejs/cornerstoneTools/pull/1025 which exports the scroll
utility it uses.
* style(default.js): Switch tabs to spaces
* fix(commandsModule): import `scroll` through cornerstoneTools.import
* Bump @ohif/extenions-cornerstone react-cornerstone-viewport dep and cut release
* fix: bump @ohif/extension-cornerstone version to latest
* Catching the yarn lock changes