ivmartel / dwv-jqui

Medical image viewer based on DWV (DICOM Web Viewer) and jQuery UI.
https://ivmartel.github.io/dwv-jqui/
GNU General Public License v3.0
18 stars 18 forks source link

Bump dwv from 0.30.8 to 0.31.0 #91

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps dwv from 0.30.8 to 0.31.0.

Release notes

Sourced from dwv's releases.

Long awaited!

Reading of DICOM Seg, support for HTTP multipart (used for Dicom web), writing new data with UTF8 character set, update to dicom standard 2022 and crosshair, these are the major new features/updates that this version brings. This version also fixes some issues related to MPR and multiviews that were added in the last release. The documentation got a facelift and now includes examples that can be launched directly on codepen.

See milestone 0.31.0 for details.

Changelog

Sourced from dwv's changelog.

v0.31.0 - 07/03/2023

Added

  • Add support for MIME multipart content-type #1084

  • Add support for reading DICOM Seg #932

  • Update dictionary to 2022a #1219

  • Add crosshair to layer groups #1286

  • Add pixel value on mouseover #1273

  • Remove i18next #1320

  • Allow for mouse wheel scroll in tools that do not use the mouse wheel #1319

  • Change draw shape opacity on mouse over #1318

  • Make mouse wheel scroll multi frame data #1316

  • Use event key property and not keyCode (deprecated) #1305

  • Use passive event listeners #1304

  • Send draw create/delete events when Draw tool is not selected #1301

  • Use lowest image position patient as geometry origin #1282

  • Revise layer id creation to avoid collision #1277

  • Simplify tool configuration in app.init #1269

  • Allow to set the image smoothing #1247

  • Recalculate vl at writing time #1240

  • Fix reading sequence items #1231

  • Remove vr=OW and bitsAllocated=8 warning #1225

  • Move to clean-jsdoc-theme #1212

  • Simplify Application tool API #1203

  • Add index to iterator next returned object #1202

  • Allow to override slice sorting #1185

  • Make scroll from trackpad less sensitive #1184

  • Use same pixel ratio for multiple views #1182

  • Add loadid and isfirstitem to 'loaditem' event #1180

  • Add intermediates slices when creating mask #1176

  • Fix negative index in worldToIndex #1163

  • Smaller data disapears in MPR #1162

  • Window level tool proportional to data range #1160

  • Do not throw error when no data view config #1155

  • Improve writer size calculation #1142

  • Overlay does not compensate for offset at each slice #1133

  • Avoid postion - index conversion in view #1130

  • Overlay data freezes when out of range #1129

  • Race condition for multiple loadURLs #1121

  • Move getElementsFromJSONTags to make it public #1114

  • Application fitToContainer should resize all layer groups #1113

  • Clip values in ciexyz to srgb conversion #1112

  • Replace string substr (deprecated) with substring #1089

  • Update CI to use node 16 #1080

Fixed

  • Fix SpecificCharacterSet when writing DICOM data #1088

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)