* Snapshot -- Switching branches
* fix classes and hooks for panel componet
* Restore button functionality
* feat: support for expandableToolMenu
* Shift cornerstoneTools config up a layer, and use globalToolSync
* Remaining initCornerstoneTools changes
* Pull in Segmentation Plugin
* Shift MeasurementsPanel to an extension
* Note regarding where data is coming from
* Make sure measurement callback is available
* Bump core version
* Shift MeasurementsTable to a local extensions directory
* Register appCommands as an extension
* Update package dependencies and yarn lock
* Support for panel width
* Ability to pass props to our panel component
* Add a safety check around calling our tacked on method for tool options
* Left sidebar plugins + fix activeIndex prop passed to sidebar.
* fix: viewer height
Now in a shared container w/ top bar, so we need to factor that in when calculating height
* lock file latest
* Update thumbnails if studies has changes
* bump cornerstone version to resolve globalToolSynch history issue
* Default panel to open; studies optional
* Bump minor version for ohif-cornestone-extension
* Simplify button logic
* Accommodate odd roundedButtonGroup value change emit
* Map viewers + selectedViewport instead of pulling off the window
* update i18n version -- already published
* update ohif/i18n version and add modules
* update ohif/i18n version
* update translating documentation
* replace addLocales method and exported modules
* lock files
* Update index.js
* fix(@ohif/i18n): export custom methods in the main i18n object
`initI18n`, `addLocales` and `T` are now being exported inside the main `i18n` object.
* remove unecessary dependencies
* update vtk-extension lock file
* Creates E2E tests using Cypress and includes two tests
* Improves yarn.lock file
* Includes documentation
* Cypress project id
* test e2e w/ ci and video
* run unit command before e2e
* Also cache cypress
* Persist cypress to next build step
* Try a different path
* Try without working dir
* Persist less data, but restore yarn/cypress cache in next step
* Install cypress to invalidate cache
* Add e2e as a blocker for merged publishing
* fix(dependencies): Bump react-cornerstone-viewport to 0.1.29
* fix(dependencies): Bump ohif-cornerstone-extension to 0.0.32
* fix(layout): Get missing display set fields in viewport specific data from the original display set
* fix(layout): Cache the viewport data to be used for the replaced viewport when it is empty since viewportSpecificData is cleaned when viewport is changed
- Bump cornerstone-tools to 3.9.0, ohif-core to 0.5.2 and react-viewerbase to 0.4.1
- Add bidirectional, elliptical, circle and rectangle roi tools
- Support labeling and context-menu for all annotation tools
- Sort measurements by lesion naming number to show the last added measurement in the end in measurement table
* fix(measurements): Add measurement table functions
- Support for labeling measurements and adding measurement description
- Jump to measurement when clicked on measurement table
* fix(layout): Fix the issues with layout when switched with different plugins
* fix(measurements): Support for deleting measurements in measurement table
* fix(measurements): Add context menu for measurements
* fix(dependencies): Bump ohif-core to 0.4.2
* Added container class for plugins that care for registration of submodules
* Added extensions manager that cares for adding modules to store
* Make extensions require less knowledge of internal extension management
* Reformatting
* Update generateStaticSite to use ohif-viewer, remove old OHIFViewer-react folder
* Add yarn.lock so Netlify knows to use Yarn
* Fix for copying static site folder
* Try to fix netlify build which is stuck uploading
* Try to fix static site deployment
* Try to fix static site deployment again
* Try to fix static site deployment one more time
* Extracted pdf plugin into external package
* Removed some unused dependencies
* Published pdf extension to npm registry
* Added external microscopy extension (work in progress)
* Extraction of microscopy plugin working now
* Added microscopy extension npm package to package.json
* Increase ohif-core version
* update yarn.lock
* Fix error in readme
* Fix authentication error in pdf plugin
* Remove readme, update packages, add redirect for netlify
* netlify test
* netlify test 2
* netlify test 2, forgot to add new redirects file
* Use public dicom server for demo
* Another netlify try
* Another netlify try 2
* Another netlify try 3
* Another netlify try 4