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.31.2 to 0.32.0 #105

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps dwv from 0.31.2 to 0.32.0.

Release notes

Sourced from dwv's releases.

es6 and typings

This release brings es6 imports and typings! Heavy changes that I hope will make the library more robust and user friendly. See milestone 0.32.0 for details.

:warning: the API has changed quite a bit: no more namespaces, not all functions are exported as before, if you are missing something please tell me.

Changelog

Sourced from dwv's changelog.

v0.32.0 - 02/06/2023

Added

  • Make dwv importable as an es6 module #399
  • typings #669
  • Follow DICOM json standard #1071

Fixed

  • Unknown VR breaks code #1325

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

... (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)