diff --git a/extensions/vtk/CHANGELOG.md b/extensions/vtk/CHANGELOG.md index 232239025..2619adeaa 100644 --- a/extensions/vtk/CHANGELOG.md +++ b/extensions/vtk/CHANGELOG.md @@ -3,6 +3,22 @@ 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 + + + + + ## [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..02ef0ec69 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.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/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], 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/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 diff --git a/platform/viewer/CHANGELOG.md b/platform/viewer/CHANGELOG.md index 90e29df6b..ddeb7baf1 100644 --- a/platform/viewer/CHANGELOG.md +++ b/platform/viewer/CHANGELOG.md @@ -3,6 +3,22 @@ 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 + + + + + ## [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 22865a451..2d3e2d84f 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.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.5", + "@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", "@ffmpeg-installer/ffmpeg": "1.0.20", "classnames": "^2.2.6",