diff --git a/extensions/cornerstone/package.json b/extensions/cornerstone/package.json index 0b9fe2e71..d9002034f 100644 --- a/extensions/cornerstone/package.json +++ b/extensions/cornerstone/package.json @@ -26,7 +26,7 @@ }, "peerDependencies": { "@ohif/core": "^0.6.0", - "@ohif/ui": "^0.2.18", + "@ohif/ui": "^0.2.18-alpha.0", "cornerstone-core": "^2.2.8", "cornerstone-math": "^0.1.8", "cornerstone-tools": "^3.1.0", diff --git a/extensions/vtk/package.json b/extensions/vtk/package.json index 4d92b3df9..3c2fe3ecf 100644 --- a/extensions/vtk/package.json +++ b/extensions/vtk/package.json @@ -19,7 +19,7 @@ "peerDependencies": { "@ohif/core": "^0.6.0", "@ohif/i18n": "^0.2.3", - "@ohif/ui": "^0.2.18", + "@ohif/ui": "^0.2.18-alpha.0", "cornerstone-core": "^2.2.8", "cornerstone-wado-image-loader": "^2.2.3", "dcmjs": "^0.4.7", @@ -41,7 +41,7 @@ }, "devDependencies": { "@ohif/core": "^0.7.0", - "@ohif/ui": "^0.2.18", + "@ohif/ui": "^0.2.18-alpha.0", "cornerstone-tools": "^3.13.0", "cornerstone-wado-image-loader": "^2.2.3", "dcmjs": "^0.4.7", diff --git a/platform/viewer/.codecov.yml b/platform/viewer/.codecov.yml deleted file mode 100644 index 2bcb029ca..000000000 --- a/platform/viewer/.codecov.yml +++ /dev/null @@ -1,2 +0,0 @@ -fixes: - - "::platform/viewer/" diff --git a/platform/viewer/.releaserc b/platform/viewer/.releaserc deleted file mode 100644 index 88ee1fae7..000000000 --- a/platform/viewer/.releaserc +++ /dev/null @@ -1,14 +0,0 @@ -{ - "plugins": [ - "@semantic-release/commit-analyzer", - "@semantic-release/release-notes-generator", - "@semantic-release/npm", - "@semantic-release/github", - [ - "@semantic-release/exec", - { - "publishCmd": "mkdir tmp && echo ${nextRelease.version} > tmp/updated-version.txt" - } - ] - ] -} diff --git a/platform/viewer/README.md b/platform/viewer/README.md index a48fa4fa1..0256baaba 100644 --- a/platform/viewer/README.md +++ b/platform/viewer/README.md @@ -1,8 +1,8 @@
-

ohif-viewer

-

ohif-viewer is a zero-footprint medical image viewer provided by the Open Health Imaging Foundation (OHIF). It is a configurable and extensible progressive web application with out-of-the-box support for image archives which support DICOMweb.

+

@ohif/viewer

+

@ohif/viewer is a zero-footprint medical image viewer provided by the Open Health Imaging Foundation (OHIF). It is a configurable and extensible progressive web application with out-of-the-box support for image archives which support DICOMweb.

@@ -19,15 +19,10 @@
-[![CircleCI][circleci-image]][circleci-url] -[![codecov][codecov-image]][codecov-url] -[![All Contributors](https://img.shields.io/badge/all_contributors-9-orange.svg?style=flat-square)](#contributors) -[![code style: prettier][prettier-image]][prettier-url] -[![semantic-release][semantic-image]][semantic-url] - [![NPM version][npm-version-image]][npm-url] [![NPM downloads][npm-downloads-image]][npm-url] [![Pulls][docker-pulls-img]][docker-image-url] +[![All Contributors](https://img.shields.io/badge/all_contributors-9-orange.svg?style=flat-square)](#contributors) [![MIT License][license-image]][license-url] @@ -162,31 +157,6 @@ your tests, reporting the results to your terminal. Make a pull request with your changes to `master`, and a core team member will review your work. If you have any questions, please don't hesitate to reach out via a GitHub issue. -## Issues - -_Looking to contribute? Look for the [Good First Issue][good-first-issue] -label._ - -### 🐛 Bugs - -Please file an issue for bugs, missing documentation, or unexpected behavior. - -[**See Bugs**][bugs] - -### 💡 Feature Requests - -Please file an issue to suggest new features. Vote on feature requests by adding -a 👍. This helps maintainers prioritize what to work on. - -[**See Feature Requests**][requests-feature] - -### ❓ Questions - -For questions related to using the library, please visit our support community, -or file an issue on GitHub. - -[Google Group][google-group] - ## Roadmap If you want to know what's planned for the very near future, @@ -232,50 +202,18 @@ specification. Contributions of any kind welcome! MIT © [OHIF](https://github.com/OHIF) -## Acknowledgments - -To acknowledge the OHIF Viewer in an academic publication, please cite - -> _LesionTracker: Extensible Open-Source Zero-Footprint Web Viewer for Cancer -> Imaging Research and Clinical Trials_ -> -> Trinity Urban, Erik Ziegler, Rob Lewis, Chris Hafey, Cheryl Sadow, Annick D. -> Van den Abbeele and Gordon J. Harris -> -> _Cancer Research_, November 1 2017 (77) (21) e119-e122 DOI: -> [10.1158/0008-5472.CAN-17-0334](https://www.doi.org/10.1158/0008-5472.CAN-17-0334) - -**Note:** If you use or find this repository helpful, please take the time to -star this repository on Github. This is an easy way for us to assess adoption -and it can help us obtain future funding for the project. - -This work is supported primarily by the National Institutes of Health, National -Cancer Institute, Informatics Technology for Cancer Research (ITCR) program, -under a -[grant to Dr. Gordon Harris at Massachusetts General Hospital (U24 CA199460)](https://projectreporter.nih.gov/project_info_description.cfm?aid=8971104). - - -[all-contributors-image]: https://img.shields.io/badge/all_contributors-0-orange.svg?style=flat-square -[contributing-url]: https://github.com/OHIF/Viewers/blob/react/CONTRIBUTING.md -[circleci-image]: https://circleci.com/gh/OHIF/Viewers.svg?style=svg -[circleci-url]: https://circleci.com/gh/OHIF/Viewers -[codecov-image]: https://codecov.io/gh/OHIF/Viewers/branch/react/graph/badge.svg -[codecov-url]: https://codecov.io/gh/OHIF/Viewers/branch/react -[prettier-image]: https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square -[prettier-url]: https://github.com/prettier/prettier -[semantic-image]: https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg -[semantic-url]: https://github.com/semantic-release/semantic-release - [npm-url]: https://npmjs.org/package/ohif-viewer [npm-downloads-image]: https://img.shields.io/npm/dm/ohif-viewer.svg?style=flat-square [npm-version-image]: https://img.shields.io/npm/v/ohif-viewer.svg?style=flat-square [docker-pulls-img]: https://img.shields.io/docker/pulls/ohif/viewer.svg?style=flat-square [docker-image-url]: https://hub.docker.com/r/ohif/viewer +[all-contributors-image]: https://img.shields.io/badge/all_contributors-0-orange.svg?style=flat-square +[contributing-url]: https://github.com/OHIF/Viewers/blob/react/CONTRIBUTING.md [license-image]: https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square [license-url]: LICENSE diff --git a/platform/viewer/package.json b/platform/viewer/package.json index 77b8f3d46..0820f86dd 100644 --- a/platform/viewer/package.json +++ b/platform/viewer/package.json @@ -59,7 +59,7 @@ "@ohif/extension-dicom-pdf": "^0.0.8-alpha.0", "@ohif/extension-vtk": "^0.1.4-alpha.0", "@ohif/i18n": "^0.2.3-alpha.0", - "@ohif/ui": "^0.2.18", + "@ohif/ui": "^0.2.18-alpha.0", "@tanem/react-nprogress": "^1.1.25", "classnames": "^2.2.6", "cornerstone-core": "^2.2.8", diff --git a/platform/viewer/postcss.config.js b/platform/viewer/postcss.config.js index ac438a2d5..6402436e4 100644 --- a/platform/viewer/postcss.config.js +++ b/platform/viewer/postcss.config.js @@ -1,9 +1 @@ -module.exports = { - // parser: "sugarss", - parser: false, - plugins: { - 'postcss-import': {}, - 'postcss-preset-env': {}, - cssnano: {}, - }, -}; +module.exports = require("../../postcss.config.js");