Rodrigo Antinarelli
92c8996ed4
feat: Notification Service ( #1011 )
...
* WIP - Notification Service
* add snackbar provider into the main App component
* feat: Notification Service
* revert unmodified file
* Update DicomHtmlViewport.js
* update css classnames
* revert toolbarRow
* fix revert toolbarRow
* styles adjustments and hide method
* remove unecessary default options
* minor fixes
* fix long truncated messages
* move SnackbarContext to ui project, rename, export
2019-10-14 11:39:31 -04:00
ohif-bot
f07dca5fa4
chore(release): publish [skip ci]
...
- @ohif/viewer@1.7.0
2019-10-14 12:50:19 +00:00
Karthik Rao
c99e0d8a23
feat: Implement a 'Exit 2D MPR' button in the toolbar
...
* feat: Implement a 'Exit 2D MPR' button in the toolbar to act as a toggle when '2D MPR' button is clicked
* Move logic to exit MPR and toggling into ConnectedPluginSwitch and PluginSwitch. Also, discard the ConnectedExitPluginSwitch and ExitPluginSwitch components.
* Update ToolbarRow.js
2019-10-14 08:41:29 -04:00
ohif-bot
84144bc3ef
chore(release): publish [skip ci]
...
- @ohif/extension-vtk@0.52.8
- @ohif/core@1.3.2
- @ohif/viewer@1.6.3
2019-10-14 11:15:08 +00:00
Erik Ziegler
5cbdd0c616
ci: Skip copying URL to clipboard on headless CI servers ( #1043 )
2019-10-14 13:08:59 +02:00
Chris McGee
fc015326c7
fix: Return display sets in StudyMetadata._createDisplaySetsForSeries ( #1042 )
2019-10-13 20:53:01 -04:00
ohif-bot
01860b6094
chore(release): publish [skip ci]
...
- @ohif/extension-vtk@0.52.7
- @ohif/core@1.3.1
- @ohif/ui@0.53.4
- @ohif/viewer@1.6.2
2019-10-11 18:56:39 +00:00
Danny Brown
ceb6837153
ci: speed up script tag e2e tests ( #1032 )
...
* show package bundle progress
* Ability to run "quick builds" for faster feedback on status checks (e2e)
* ci: speed up PR checks
* specify quick build value
2019-10-11 14:26:24 -04:00
Danny Brown
b01b0108b0
refactor: layout manager to viewer ( #1026 )
...
* docs: formatting
* Prefer numRows and numColumns to percentage width/height for layout
* fix: LayoutManager --> ViewportGrid (get out of UI component library)
* docs: remove outdated docs
* Don't expose ExampleDropTarget
* Revert thumnail entry drag source removal
* Update screaming tests
* fix drag-n-drop
* fix vtk mpr2d CC: @jamesapetts
* remove setSingleLayoutData
* remove vtk qualifier
2019-10-11 12:03:59 -04:00
ohif-bot
beb7083e55
chore(release): publish [skip ci]
...
- @ohif/viewer@1.6.1
2019-10-11 13:13:57 +00:00
Erik Ziegler
412fe4e23f
fix: Switch token storage back to localStorage because in-memory was annoying for end users ( #1030 )
2019-10-11 14:53:49 +02:00
ohif-bot
659649e10b
chore(release): publish [skip ci]
...
- @ohif/extension-vtk@0.52.6
- @ohif/core@1.3.0
- @ohif/viewer@1.6.0
2019-10-11 09:32:51 +00:00
ladeirarodolfo
2bc361cdca
feat: 🎸 Improve usability of Google Cloud adapter, including direct routes to studies ( #989 )
2019-10-11 09:59:38 +02:00
ohif-bot
df8d4029f1
chore(release): publish [skip ci]
...
- @ohif/viewer@1.5.4
2019-10-10 20:07:32 +00:00
Mirna Silva
a36cb63926
tests: Test cases implemented: Cornerstone tools Clear and Eraser; Measurement panel Relabel and Description ( #1014 )
...
* Fix for test scripts that were failing in CI
* Test cases for tools: Length and Angle
* Test cases implemented: Scroll series, Levels, Pan, Reset, Zoom
* Added test cases for tools: Cine, More, Layout, Invert, Rotate, FlipH, FlipV
* Fixes made according to comments on PR review
* Fixes for failing scenarios: Layout and Cine
* Test cases implemented: Cornerstone tools Clear and Eraser; Measurement panel Relabel and Description
* Fix for CI failure
2019-10-10 15:46:41 -04:00
ohif-bot
e51529e6c9
chore(release): publish [skip ci]
...
- @ohif/extension-vtk@0.52.5
- @ohif/viewer@1.5.3
2019-10-10 16:57:21 +00:00
ohif-bot
6bfb9bb140
chore(release): publish [skip ci]
...
- @ohif/extension-vtk@0.52.4
- @ohif/ui@0.53.3
- @ohif/viewer@1.5.2
2019-10-10 02:41:15 +00:00
Danny Brown
db5b760432
ci: skip minimize flag ( #1023 )
...
* Better css chunk filenames depending on context
* skip minimize flag to speed up builds that are timing out (short-term fix)
* make sure our custom TerserJS config is actually applied
* Use SKIP_MINIMIZE flag for netlify and demo builds
2019-10-09 22:18:06 -04:00
Igor Octaviano
e7de8be2d8
fix: 🎸 switch ohif logo from text + font to SVG ( #1021 )
...
currently we are using font + text, not it was changed to use svg
instead
Closes: 723
2019-10-09 22:15:53 -04:00
ohif-bot
cb2088daf7
chore(release): publish [skip ci]
...
- @ohif/extension-cornerstone@1.3.1
- @ohif/extension-vtk@0.52.3
- @ohif/ui@0.53.2
- @ohif/viewer@1.5.1
2019-10-09 19:55:40 +00:00
Igor Octaviano
2a743554b6
fix: 🐛 set current viewport as active when switching layouts ( #1018 )
...
* fix: 🐛 set current viewport as active when switching layouts
check if current viewport index is less than the current layout lenght
and set 0 if so or keep current selected cell index as active viewport
Closes: 999
* chore: 🤖 commenting out docker layer caching in the short-term
commenting out docker layer caching in the short-term
* refactor: 💡 refactor layout matrix index conditional
2019-10-09 15:37:26 -04:00
Rodrigo Antinarelli
95e5e11d09
test: E2E Tests - Thumbnail loading ( #1017 )
...
* fix: E2E Tests - Thumbnail loading
* rename data-cy attr
2019-10-09 12:57:24 -04:00
ohif-bot
ff9f199850
chore(release): publish [skip ci]
...
- @ohif/extension-cornerstone@1.3.0
- @ohif/viewer@1.5.0
2019-10-09 14:45:40 +00:00
Danny Brown
1cc94f36a7
feat: Multiple fixes and implementation changes to react-cornerstone-viewport
...
* Update props for new react-cornerstone-viewport implementation
* Create an preRegistration hook for the cornerstone extension to setup cornerstone tools (takes configuration)
* Isolate measurements panel logic
* reorder extension registration
* remove unused setupTools
* Restore CINE connection
* fix stack prefetcher toggling
* Cleanup OHIFCornerstoneViewport props
* updated yarn lock
* bust yarn.lock to get updated react-cornerstone-viewport
* fix review comment; us isActive to better show it's influence on prefetch
* refactor: remove pass through method
* review performance optimization
* review; comment out unused variable
* shift tool under correct comment
* Use alternative csTools config, if provided
* Note regarding config options
2019-10-09 10:23:14 -04:00
ohif-bot
5c5223fcf1
chore(release): publish [skip ci]
...
- @ohif/extension-vtk@0.52.2
- @ohif/core@1.2.0
- @ohif/viewer@1.4.5
2019-10-09 11:27:27 +00:00
Emanuel Fiuza de Oliveira
66d8bc6d6f
fix: OHIF-1002 Study lazy load should be true by default ( #1004 )
2019-10-07 16:31:47 -04:00
Jody Zeitler
0064a4b1cd
feat: Allow a server requestOptions.auth to be a function that returns the Authorization header. ( #928 )
2019-10-06 21:07:44 -04:00
ohif-bot
74ce89b22b
chore(release): publish [skip ci]
...
- @ohif/viewer@1.4.4
2019-10-07 01:07:06 +00:00
Mirna Silva
c92975f555
test: Fix for test scripts that were failing in CI ( #968 )
...
* Fix for test scripts that were failing in CI
* Test cases for tools: Length and Angle
* Test cases implemented: Scroll series, Levels, Pan, Reset, Zoom
* Added test cases for tools: Cine, More, Layout, Invert, Rotate, FlipH, FlipV
* Fixes made according to comments on PR review
* Fixes for failing scenarios: Layout and Cine
2019-10-06 20:57:49 -04:00
ohif-bot
ce6c0533a0
chore(release): publish [skip ci]
...
- @ohif/i18n@0.50.5
- @ohif/viewer@1.4.3
2019-10-04 16:55:28 +00:00
Rodrigo Antinarelli
4df624b8c4
fix: CineDialog buttons label ( #998 )
...
* fix: CineDialog buttons label
* Revert "fix: CineDialog buttons label"
This reverts commit 48ea7a28e50b845c4939a8aaf2d95eba49d2c102.
* fix: CineDialog buttons label
2019-10-04 12:46:39 -04:00
ohif-bot
e064fd353e
chore(release): publish [skip ci]
...
- @ohif/extension-vtk@0.52.1
- @ohif/ui@0.53.1
- @ohif/viewer@1.4.2
2019-10-04 13:37:03 +00:00
Sanders DeNardi
458d310c78
fix: Move Series Information to Separate Row ( #990 )
...
* fix ThumbnailEntry alignment
* move series information to separate row
2019-10-04 09:26:05 -04:00
ohif-bot
73bc4d9094
chore(release): publish [skip ci]
...
- @ohif/extension-vtk@0.52.0
- @ohif/viewer@1.4.1
2019-10-03 14:05:24 +00:00
ohif-bot
36910f2b47
chore(release): publish [skip ci]
...
- @ohif/extension-vtk@0.51.3
- @ohif/core@1.1.0
- @ohif/ui@0.53.0
- @ohif/viewer@1.4.0
2019-10-03 08:02:00 +00:00
Emanuel Fiuza de Oliveira
9e10c2b2de
feat: Use QIDO + WADO to load series metadata individually rather than the entire study metadata at once ( #953 )
2019-10-03 09:51:29 +02:00
ohif-bot
c5cbd77cb9
chore(release): publish [skip ci]
...
- @ohif/extension-vtk@0.51.2
- @ohif/core@1.0.2
- @ohif/viewer@1.3.3
2019-10-02 07:49:25 +00:00
Erik Ziegler
b3b4c10e4c
fix: Temporarily sort SEG files to the end of the display set list as a workaround for several metadata issues ( #987 )
2019-10-02 09:39:38 +02:00
ohif-bot
855020d730
chore(release): publish [skip ci]
...
- @ohif/extension-vtk@0.51.1
- @ohif/viewer@1.3.2
2019-10-01 20:36:02 +00:00
ohif-bot
c8667fb2d6
chore(release): publish [skip ci]
...
- @ohif/viewer@1.3.1
2019-10-01 10:07:08 +00:00
Erik Ziegler
674ca9f96f
fix: Exit MPR mode if Layout is changed ( #984 )
2019-10-01 11:55:58 +02:00
ohif-bot
7a4b97b4e8
chore(release): publish [skip ci]
...
- @ohif/extension-vtk@0.51.0
- @ohif/ui@0.52.0
- @ohif/viewer@1.3.0
2019-10-01 08:16:51 +00:00
ladeirarodolfo
c79c0c301d
feat: 🎸 MPR UI improvements. Added MinIP, AvgIP, slab thickness slider and mode toggle ( #947 )
2019-10-01 10:06:56 +02:00
ohif-bot
ff5060f276
chore(release): publish [skip ci]
...
- @ohif/viewer@1.2.8
2019-10-01 07:42:58 +00:00
Erik Ziegler
dafb26b34b
chore: Fix dev server so that it can be accessed on LAN from other devices ( #983 )
2019-10-01 09:32:50 +02:00
ohif-bot
c4f9d5e750
chore(release): publish [skip ci]
...
- @ohif/extension-vtk@0.50.23
- @ohif/ui@0.51.3
- @ohif/viewer@1.2.7
2019-10-01 07:11:22 +00:00
Erik Ziegler
cf40a8388c
fix: Address issues with touch devices and drag/drop causing crashes ( #982 )
2019-10-01 09:00:55 +02:00
ohif-bot
4a0901aee9
chore(release): publish [skip ci]
...
- @ohif/extension-vtk@0.50.22
- @ohif/core@1.0.1
- @ohif/viewer@1.2.6
2019-09-27 15:42:12 +00:00
Bhavesh Pandey
d0ec9cf0e0
fix: Check for Value in 00081155 sequence (Few patient protocol images doesn't have this value) and removed a duplicate declaration ( #921 )
2019-09-27 11:30:26 -04:00
ohif-bot
71bea0d4d8
chore(release): publish [skip ci]
...
- @ohif/extension-cornerstone@1.2.5
- @ohif/viewer@1.2.5
2019-09-27 13:18:31 +00:00
Danny Brown
e607ed2aa0
fix: version bump issue ( #963 )
...
* Revert "fix: version bump issue (#962 )"
This reverts commit c80ea17cc2 .
* fix: stick
2019-09-27 09:04:29 -04:00
ohif-bot
4939f43509
chore(release): publish [skip ci]
...
- @ohif/extension-cornerstone@2.0.0
- @ohif/viewer@2.0.0
2019-09-27 12:54:25 +00:00
Danny Brown
c80ea17cc2
fix: version bump issue ( #962 )
...
* fix: version bump issue
* fix: catch the cornerstone-bump as well
2019-09-27 08:43:40 -04:00
ohif-bot
aa7dc1e2c1
chore(release): publish [skip ci]
...
- @ohif/extension-cornerstone@2.0.0
- @ohif/extension-dicom-html@1.0.0
- @ohif/extension-dicom-pdf@1.0.0
- @ohif/extension-vtk@0.50.21
- @ohif/core@1.0.0
- @ohif/viewer@2.0.0
2019-09-27 11:58:23 +00:00
ladeirarodolfo
e7e1a8a6cd
fix: 🐛 Add DicomLoaderService & FileLoaderService to fix SR, PDF, and SEG support in local file and WADO-RS-only use cases ( #862 )
...
* fix: 🐛 Local file: failing when retrieving segmentation data
Fix segmentation data retrieval issues for local file. Changed from
fecthing to use cornerstone loadAndCache method
BREAKING CHANGE: DICOM Seg
Closes: part of #838
* Switch SEG retrieval to WADO-RS
* Forgot a debugger
* refactor: 💡 Code refactor. Minor changes into methods
* fix: 🐛 Load local files: PDF
Items:
1. FileLoaderService: used for serveral operations on local files(load it, get list of studies, group them, accepting dicom and pdf)
2. DicomLoaderService: used for loading dicom based on dataset and studies. Depending on type of dicom loader might change. WIP
3. Refactor PDF and handleSegmentationStorage to use DicomLoaderService
* fix: 🐛 Code review
* fix: 🐛 Code review. Changed:Folder organization and dicom file
Move fileLoaderService and others to a specific folder. When loading
dicom file change to only retrieve the file(not use cornerstone to cache
or anything else).
* fix: 🐛 Code review. Move dicomLoaderService to core
Moved dicomLoaderService to ohif/core and localFileLoaders to a specific
folder.
* fix: 🐛 Code review
Simplified method to get study for dicom file. Added error handling on
file loading. DicomLoaderService to be exposed on ohif/core/utils
instead.
* fix: 🐛 Reduce local load to one method only
Reduced local file load to one method only
* fix: 🐛 HTML to use dicomLoaderService. Prefer wadors than (uri)
* fix: 🐛 Code implementation for multiframe files
* fix: 🐛 Code review. Default local loader to dicom
Closes: 838
* fix: 🐛 Code review. Use relative path to require DICOMWeb
Closes: 838
* fix: 🐛 Code review. Fix unit test. Added DicomLoaderService mod
Closes: 838
* fix: 🐛 Code review. Add 'Seg' on left thumb
When getting/creating dataset get modality for file/image read
Closes: 838
2019-09-27 13:47:08 +02:00
ohif-bot
e66c27affb
chore(release): publish [skip ci]
...
- @ohif/viewer@1.2.3
2019-09-27 11:10:33 +00:00
Danny Brown
ae26904885
Revert "* fix: 🐛 Enabling workbox to cache webfonts and fonts-stylesheets, add local fonts for UMD build ( #906 )" ( #961 )
...
This reverts commit 69b96478cb .
2019-09-27 06:54:47 -04:00
ohif-bot
8bb730318a
chore(release): publish [skip ci]
...
- @ohif/viewer@1.2.2
2019-09-27 09:20:09 +00:00
Gustavo André Lelis
69b96478cb
* fix: 🐛 Enabling workbox to cache webfonts and fonts-stylesheets, add local fonts for UMD build ( #906 )
...
* fix: 🐛 commonjs/umd fonts import
Importing font into index-umd.js and creating a simple font css file
with font-face
Closes : #724
* fix: 🐛 Enabling workbox to cache webfonts and fonts-stylesheets
Closes : #724
* fix: 🐛 Adding all type of fonts from google - Roboto
Closes : #724
2019-09-27 11:11:05 +02:00
ohif-bot
816666df7b
chore(release): publish [skip ci]
...
- @ohif/viewer@1.2.1
2019-09-26 18:24:46 +00:00
Danny Brown
e375a4ab11
fix: google cloud support w/ docker (via env var) ( #958 )
...
* fix: make sure google config is in output
* fix: update config sub to use new paths and file names
2019-09-26 14:08:44 -04:00
ohif-bot
7f4d71e412
chore(release): publish [skip ci]
...
- @ohif/viewer@1.2.0
2019-09-26 17:56:20 +00:00
ladeirarodolfo
a90605c82d
feat: 🎸 React custom component on toolbar button ( #935 )
...
* feat: 🎸 React custom component on toolbar button
Toolbar button can consume/render react custom components. Its only
required to expose the component into toolbar definitions
(toolbarModule)
Closes: 924
* feat: 🎸 Core review. Minor changes on documentation
Closes: 924
* feat: 🎸 Code review
* feat: 🎸 Code review. Changing function call to variable decl
2019-09-26 13:45:19 -04:00
ohif-bot
5b523c2afa
chore(release): publish [skip ci]
...
- @ohif/extension-vtk@0.50.20
- @ohif/ui@0.51.2
- @ohif/viewer@1.1.14
2019-09-26 14:21:10 +00:00
Gustavo André Lelis
5551f817e3
fix: 🐛 Set series into active viewport by clicking on thumbnail ( #945 )
...
* fix: 🐛 Set series into active viewport by clicking on thumbnail
Users should be able to set the series for the active viewport by
clicking it's thumbnail into Study browser
Closes : #895
* fix: 🐛 Set series into active viewport by clicking on thumbnail
Small refactor into onClick data callback and thumbnailClick function
Closes : #895
* fix: 🐛 Refactor thumbnail click code changes
* fix: 🐛 We must clear the sopInstanceUid if we don't update it together with the viewportSpecificData, preventing console warning.
* fix: 🐛 Cleaning up a few more code changes
2019-09-26 10:08:30 -04:00
ohif-bot
a9ca3fa026
chore(release): publish [skip ci]
...
- @ohif/extension-cornerstone@1.2.2
- @ohif/extension-dicom-html@0.50.8
- @ohif/extension-dicom-microscopy@0.50.6
- @ohif/extension-vtk@0.50.19
- @ohif/viewer@1.1.13
2019-09-26 12:24:19 +00:00
Erik Ziegler
89380353d2
fix: Add some code splitting for PWA build ( #937 )
...
* fix: Add some code splitting for PWA build
* Fix missing files
2019-09-26 11:35:13 +02:00
ohif-bot
edb86fad55
chore(release): publish [skip ci]
...
- @ohif/viewer@1.1.12
2019-09-26 03:56:47 +00:00
dannyrb
65d852b9e4
enable ci
2019-09-25 23:39:42 -04:00
Tomas Zubiri
c57298475a
UI fix: Collapsed 2dMPR button to main toolbar
2019-09-24 18:43:32 -03:00
Tomas Zubiri
6a5ebb3e25
initial attempt to simplify code and ui
2019-09-24 18:20:06 -03:00
ohif-bot
291b23aee1
chore(release): publish [skip ci]
...
- @ohif/extension-vtk@0.50.18
- @ohif/core@0.50.10
- @ohif/viewer@1.1.11
2019-09-23 13:17:23 +00:00
Ivan Aksamentov
72427fe2ff
fix: Avoid using variable name "module" ( #942 )
...
On some configurations variables named `module` may clash with the predefined JS global.
resolves #940
2019-09-23 15:05:26 +02:00
ohif-bot
16a87fa75f
chore(release): publish [skip ci]
...
- @ohif/extension-vtk@0.50.17
- @ohif/ui@0.51.1
- @ohif/viewer@1.1.10
2019-09-19 13:13:23 +00:00
Erik Ziegler
6fdac4d605
fix: Use HTML5Backend for drag-drop if the device does not support touch ( #927 )
...
* fix: Use HTML5Backend for drag-drop if the device does not support touch, since it's less buggy
* Forgot React when using jsx
2019-09-19 14:57:04 +02:00
ohif-bot
6192502fe0
chore(release): publish [skip ci]
...
- @ohif/extension-vtk@0.50.16
- @ohif/viewer@1.1.9
2019-09-19 12:50:18 +00:00
ohif-bot
45aeaec916
chore(release): publish [skip ci]
...
- @ohif/viewer@1.1.8
2019-09-19 12:34:20 +00:00
Erik Ziegler
66b84ae9c2
ci: Use development mode for e2e tests for now until we have a better alternative ( #934 )
2019-09-19 14:20:06 +02:00
ohif-bot
bc28fe26ac
chore(release): publish [skip ci]
...
- @ohif/extension-vtk@0.50.15
- @ohif/viewer@1.1.7
2019-09-19 12:13:07 +00:00
ohif-bot
808af7ee96
chore(release): publish [skip ci]
...
- @ohif/viewer@1.1.6
2019-09-19 10:01:01 +00:00
Erik Ziegler
10b5e071f4
ci: Comment out an E2E test that is failing on CI due to timing issues
2019-09-19 11:40:36 +02:00
Erik Ziegler
fe1969b071
ci: Add progress reporting to build step so CircleCI won't think the step has timed out
2019-09-19 11:40:36 +02:00
ohif-bot
d33bb4210d
chore(release): publish [skip ci]
...
- @ohif/extension-cornerstone@1.2.1
- @ohif/extension-vtk@0.50.14
- @ohif/core@0.50.9
- @ohif/viewer@1.1.5
2019-09-17 03:00:30 +00:00
dannyrb
4afc88c0e5
fix: bump cornerstone-tools version in peerDeps
2019-09-16 22:14:18 -04:00
dannyrb
f519f8609c
fix: bump cornerstone-tools to latest version
2019-09-16 21:53:06 -04:00
ohif-bot
e27d5b58a4
chore(release): publish [skip ci]
...
- @ohif/viewer@1.1.4
2019-09-17 01:39:08 +00:00
Mirna Silva
a18b292a9d
test: [TEST E2E] Drag and drop thumbnail into viewport ( #904 )
...
* TEST E2E: Drag and drop thumbnail into viewport
* TEST E2E: Drag and drop thumbnail into viewport
* fix: add pollyfill to script-tag template
* Add wait's to command
* Try to store artifacts
* ci: updated artifact location
* Changing Patient to MisterMR
* Refactors based on PR comments
* Adding new sub-folders to separate the testing scripts according to context/features
* Adding test cases for Side Panels Measurements and Series
* Removing duplicated file OHIFStudyViewer.spec.js
2019-09-16 21:26:14 -04:00
ohif-bot
fe4d71ad0b
chore(release): publish [skip ci]
...
- @ohif/viewer@1.1.3
2019-09-16 14:41:16 +00:00
ladeirarodolfo
f723546e6b
fix: 🐛 Fix issue on not loading gcloud ( #919 )
...
Fixed issue on not loading gcloud. Error on name variable declaration
2019-09-16 10:26:59 -04:00
ohif-bot
26e037dee7
chore(release): publish [skip ci]
...
- @ohif/extension-cornerstone@1.2.0
- @ohif/viewer@1.1.2
2019-09-12 19:34:57 +00:00
ohif-bot
029ba1fb4a
chore(release): publish [skip ci]
...
- @ohif/extension-cornerstone@1.1.1
- @ohif/extension-dicom-html@0.50.7
- @ohif/extension-vtk@0.50.13
- @ohif/viewer@1.1.1
2019-09-12 10:40:45 +00:00
James A. Petts
d00d7daf41
chore: 🤖 Upgrade dcmjs to 0.6.1
2019-09-12 10:22:46 +01:00
ohif-bot
144a173306
chore(release): publish [skip ci]
...
- @ohif/extension-cornerstone@1.1.0
- @ohif/extension-vtk@0.50.12
- @ohif/ui@0.51.0
- @ohif/viewer@1.1.0
2019-09-12 03:07:49 +00:00
Romulo Bordezani
698d274c64
feat(EraserTool): add eraserTool to @ohif/extension-cornerstone ( #912 )
...
This includes `ui` changes in the same commit, so it will see a feature bump as well
2019-09-11 16:28:14 -04:00
ladeirarodolfo
c221dd86d2
feat: 🎸 Load local file or folder using native dialog ( #870 )
...
Created to specialized dropzone elements to take care of loading local
file/folder from dialog
Closes: 847
2019-09-10 23:30:53 -04:00
ohif-bot
6cce8e6720
chore(release): publish [skip ci]
...
- @ohif/extension-cornerstone@1.0.1
- @ohif/extension-dicom-html@0.50.6
- @ohif/extension-dicom-microscopy@0.50.5
- @ohif/extension-dicom-pdf@0.50.4
- @ohif/extension-vtk@0.50.11
- @ohif/i18n@0.50.4
- @ohif/viewer@1.0.5
2019-09-10 20:38:26 +00:00
dannyrb
bf77b3959a
chore: bump react peer deps
2019-09-10 15:12:59 -04:00
ohif-bot
c6a6bce0b8
chore(release): publish [skip ci]
...
- @ohif/extension-vtk@0.50.10
- @ohif/core@0.50.8
- @ohif/viewer@1.0.4
2019-09-10 02:48:31 +00:00
ohif-bot
eb1a900b13
chore(release): publish [skip ci]
...
- @ohif/extension-vtk@0.50.9
- @ohif/core@0.50.7
- @ohif/viewer@1.0.3
2019-09-10 02:13:05 +00:00
dannyrb
300fe06b60
chore: remove unused template
2019-09-09 21:46:38 -04:00