From 4c4d8a61b696bb293a9999ae1dda483f55d2cf53 Mon Sep 17 00:00:00 2001 From: Maher Jendoubi Date: Tue, 7 Jan 2020 23:41:16 +0100 Subject: [PATCH 1/4] chore: Fix a typo (#1353) --- extensions/vtk/src/commandsModule.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/vtk/src/commandsModule.js b/extensions/vtk/src/commandsModule.js index c0904fc39..4e85d99cc 100644 --- a/extensions/vtk/src/commandsModule.js +++ b/extensions/vtk/src/commandsModule.js @@ -234,7 +234,7 @@ const commandsModule = ({ commandsManager }) => { }, }, { - // Sagital + // Sagittal orientation: { sliceNormal: [1, 0, 0], viewUp: [0, 0, 1], From 2213187b14bb25cab3d3b8899c0b2a23c9b0d6b2 Mon Sep 17 00:00:00 2001 From: ohif-bot Date: Tue, 7 Jan 2020 22:44:05 +0000 Subject: [PATCH 2/4] chore(release): publish [skip ci] - @ohif/extension-vtk@1.2.6 - @ohif/viewer@3.3.6 --- extensions/vtk/CHANGELOG.md | 8 ++++++++ extensions/vtk/package.json | 2 +- platform/viewer/CHANGELOG.md | 8 ++++++++ platform/viewer/package.json | 4 ++-- 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/extensions/vtk/CHANGELOG.md b/extensions/vtk/CHANGELOG.md index 232239025..860cc5349 100644 --- a/extensions/vtk/CHANGELOG.md +++ b/extensions/vtk/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.2.6](https://github.com/OHIF/Viewers/compare/@ohif/extension-vtk@1.2.5...@ohif/extension-vtk@1.2.6) (2020-01-07) + +**Note:** Version bump only for package @ohif/extension-vtk + + + + + ## [1.2.5](https://github.com/OHIF/Viewers/compare/@ohif/extension-vtk@1.2.4...@ohif/extension-vtk@1.2.5) (2020-01-06) **Note:** Version bump only for package @ohif/extension-vtk diff --git a/extensions/vtk/package.json b/extensions/vtk/package.json index 467b2c69a..c5c02e437 100644 --- a/extensions/vtk/package.json +++ b/extensions/vtk/package.json @@ -1,6 +1,6 @@ { "name": "@ohif/extension-vtk", - "version": "1.2.5", + "version": "1.2.6", "description": "OHIF extension for VTK.js", "author": "OHIF", "license": "MIT", diff --git a/platform/viewer/CHANGELOG.md b/platform/viewer/CHANGELOG.md index 90e29df6b..0252cb2f6 100644 --- a/platform/viewer/CHANGELOG.md +++ b/platform/viewer/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.3.6](https://github.com/OHIF/Viewers/compare/@ohif/viewer@3.3.5...@ohif/viewer@3.3.6) (2020-01-07) + +**Note:** Version bump only for package @ohif/viewer + + + + + ## [3.3.5](https://github.com/OHIF/Viewers/compare/@ohif/viewer@3.3.4...@ohif/viewer@3.3.5) (2020-01-06) **Note:** Version bump only for package @ohif/viewer diff --git a/platform/viewer/package.json b/platform/viewer/package.json index 361245728..5a67e30ce 100644 --- a/platform/viewer/package.json +++ b/platform/viewer/package.json @@ -1,6 +1,6 @@ { "name": "@ohif/viewer", - "version": "3.3.5", + "version": "3.3.6", "description": "OHIF Viewer", "author": "OHIF Contributors", "license": "MIT", @@ -50,7 +50,7 @@ "@ohif/extension-dicom-html": "^1.1.0", "@ohif/extension-dicom-microscopy": "^0.50.6", "@ohif/extension-dicom-pdf": "^1.0.1", - "@ohif/extension-vtk": "^1.2.5", + "@ohif/extension-vtk": "^1.2.6", "@ohif/i18n": "^0.52.4", "@ohif/ui": "^1.1.7", "@tanem/react-nprogress": "^1.1.25", From 7ab0bbb32581dcba16ee16b49b92406e2856ac76 Mon Sep 17 00:00:00 2001 From: barhantas Date: Wed, 8 Jan 2020 16:43:30 +0300 Subject: [PATCH 3/4] fix: measurements panel css and delete button visibility (#1352) Co-authored-by: Danny Brown --- .../components/measurementTable/MeasurementTableItem.styl | 3 +-- platform/ui/src/components/tableList/TableListItem.styl | 5 ++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/platform/ui/src/components/measurementTable/MeasurementTableItem.styl b/platform/ui/src/components/measurementTable/MeasurementTableItem.styl index 949730628..db4c051b6 100644 --- a/platform/ui/src/components/measurementTable/MeasurementTableItem.styl +++ b/platform/ui/src/components/measurementTable/MeasurementTableItem.styl @@ -1,5 +1,6 @@ .measurementItem .rowActions + margin-left: -1px; background-color: var(--ui-gray-darker) height: 0 overflow: hidden @@ -28,7 +29,6 @@ visibility: visible .measurementLocation - margin-left: 9px; margin-top: 9px; overflow: hidden; max-width: calc(100% - 50px); @@ -39,7 +39,6 @@ .measurementDisplayText display: inline-block; margin-top: 9px; - margin-left: 9px; padding-left: 9px; width: 90px; border-left: 1px solid var(--text-secondary-color); diff --git a/platform/ui/src/components/tableList/TableListItem.styl b/platform/ui/src/components/tableList/TableListItem.styl index 4cc8f3f9f..c6e8e4d29 100644 --- a/platform/ui/src/components/tableList/TableListItem.styl +++ b/platform/ui/src/components/tableList/TableListItem.styl @@ -28,7 +28,7 @@ transition(all 0.3s ease) font-size: 14px font-weight: 400 - margin-right: 5px + margin-right: 6px padding: 10px text-align: center -webkit-box-sizing: initial; @@ -38,9 +38,8 @@ .itemContent flex: 1 color: var(--text-secondary-color) - width: calc(100% - 30px); + width: calc(100% - 51px); font-weight: 400 - margin-left: 9px; margin-top: 9px; .warning-icon From 13c41e6d86157c2856ab2b3dc70d8208640cc499 Mon Sep 17 00:00:00 2001 From: ohif-bot Date: Wed, 8 Jan 2020 13:48:10 +0000 Subject: [PATCH 4/4] chore(release): publish [skip ci] - @ohif/extension-vtk@1.2.7 - @ohif/ui@1.1.8 - @ohif/viewer@3.3.7 --- extensions/vtk/CHANGELOG.md | 8 ++++++++ extensions/vtk/package.json | 4 ++-- platform/ui/CHANGELOG.md | 11 +++++++++++ platform/ui/package.json | 2 +- platform/viewer/CHANGELOG.md | 8 ++++++++ platform/viewer/package.json | 6 +++--- 6 files changed, 33 insertions(+), 6 deletions(-) diff --git a/extensions/vtk/CHANGELOG.md b/extensions/vtk/CHANGELOG.md index 860cc5349..2619adeaa 100644 --- a/extensions/vtk/CHANGELOG.md +++ b/extensions/vtk/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.2.7](https://github.com/OHIF/Viewers/compare/@ohif/extension-vtk@1.2.6...@ohif/extension-vtk@1.2.7) (2020-01-08) + +**Note:** Version bump only for package @ohif/extension-vtk + + + + + ## [1.2.6](https://github.com/OHIF/Viewers/compare/@ohif/extension-vtk@1.2.5...@ohif/extension-vtk@1.2.6) (2020-01-07) **Note:** Version bump only for package @ohif/extension-vtk diff --git a/extensions/vtk/package.json b/extensions/vtk/package.json index c5c02e437..02ef0ec69 100644 --- a/extensions/vtk/package.json +++ b/extensions/vtk/package.json @@ -1,6 +1,6 @@ { "name": "@ohif/extension-vtk", - "version": "1.2.6", + "version": "1.2.7", "description": "OHIF extension for VTK.js", "author": "OHIF", "license": "MIT", @@ -53,7 +53,7 @@ }, "devDependencies": { "@ohif/core": "^2.3.2", - "@ohif/ui": "^1.1.7", + "@ohif/ui": "^1.1.8", "cornerstone-tools": "^4.9.0", "cornerstone-wado-image-loader": "^3.0.0", "dicom-parser": "^1.8.3", diff --git a/platform/ui/CHANGELOG.md b/platform/ui/CHANGELOG.md index 4f4d7f761..9cb2f22c0 100644 --- a/platform/ui/CHANGELOG.md +++ b/platform/ui/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.8](https://github.com/OHIF/Viewers/compare/@ohif/ui@1.1.7...@ohif/ui@1.1.8) (2020-01-08) + + +### Bug Fixes + +* measurements panel css and delete button visibility ([#1352](https://github.com/OHIF/Viewers/issues/1352)) ([7ab0bbb](https://github.com/OHIF/Viewers/commit/7ab0bbb32581dcba16ee16b49b92406e2856ac76)) + + + + + ## [1.1.7](https://github.com/OHIF/Viewers/compare/@ohif/ui@1.1.6...@ohif/ui@1.1.7) (2019-12-20) **Note:** Version bump only for package @ohif/ui diff --git a/platform/ui/package.json b/platform/ui/package.json index c22321bcc..632badf1c 100644 --- a/platform/ui/package.json +++ b/platform/ui/package.json @@ -1,6 +1,6 @@ { "name": "@ohif/ui", - "version": "1.1.7", + "version": "1.1.8", "description": "A set of React components for Medical Imaging Viewers", "author": "OHIF Contributors", "license": "MIT", diff --git a/platform/viewer/CHANGELOG.md b/platform/viewer/CHANGELOG.md index 0252cb2f6..ddeb7baf1 100644 --- a/platform/viewer/CHANGELOG.md +++ b/platform/viewer/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.3.7](https://github.com/OHIF/Viewers/compare/@ohif/viewer@3.3.6...@ohif/viewer@3.3.7) (2020-01-08) + +**Note:** Version bump only for package @ohif/viewer + + + + + ## [3.3.6](https://github.com/OHIF/Viewers/compare/@ohif/viewer@3.3.5...@ohif/viewer@3.3.6) (2020-01-07) **Note:** Version bump only for package @ohif/viewer diff --git a/platform/viewer/package.json b/platform/viewer/package.json index 5a67e30ce..32f628eee 100644 --- a/platform/viewer/package.json +++ b/platform/viewer/package.json @@ -1,6 +1,6 @@ { "name": "@ohif/viewer", - "version": "3.3.6", + "version": "3.3.7", "description": "OHIF Viewer", "author": "OHIF Contributors", "license": "MIT", @@ -50,9 +50,9 @@ "@ohif/extension-dicom-html": "^1.1.0", "@ohif/extension-dicom-microscopy": "^0.50.6", "@ohif/extension-dicom-pdf": "^1.0.1", - "@ohif/extension-vtk": "^1.2.6", + "@ohif/extension-vtk": "^1.2.7", "@ohif/i18n": "^0.52.4", - "@ohif/ui": "^1.1.7", + "@ohif/ui": "^1.1.8", "@tanem/react-nprogress": "^1.1.25", "classnames": "^2.2.6", "core-js": "^3.2.1",