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.29.1 to 0.30.3 #64

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps dwv from 0.29.1 to 0.30.3.

Release notes

Sourced from dwv's releases.

Third patch for v0.30.0

Ok, I hope this one is the good one, fixes #1055. See milestone 0.30.3 for details.

Second patch for v0.30.0

This release fixes the dwv include in a node script. See milestone 0.30.2 for details.

First patch for v0.30.0

This release fixes the access to the Konva library. See milestone 0.30.1 for details.

Massive!

This release is massive, it includes a lot of changes! Two grumpy old issues finally got fixed: #133 Multi slice view (with PR #989) and #4 Add MPR (with PR #982). Please check the description of the PRs, they explain all the changes. Multi view add the stage class and MPR forced the code to switch from 2D to 3D. The doc includes an architecture page that explains the logic. Multi frame is now a reality (with #1034), multi resolution and anisotropic pixels are better handled. See milestone 0.30.0 for details.

Side note: the state file got updated but only to support the same functionality as before, this needs a big change to support 3D and I am thinking of switching to use presentation states...

Changelog

Sourced from dwv's changelog.

v0.30.3 - 09/12/2021

Fixed

  • y.Group is not a constructor #1055

v0.30.2 - 07/12/2021

Added

  • Add browserlist to package.json #1052
  • Add engines to package.json #1050

Fixed

  • require() of ES modules is not supported #1045

v0.30.1 - 03/12/2021

Fixed

  • Missing class for Konva #1044

v0.30.0 - 02/12/2021

Added

  • Allow for manual frame add #1034
  • Add support for multi-resolution data #1003
  • Remove coveralls and use karma coverage check #1002
  • Use the same (web) worker for multiple data decode #993
  • Add text encoding in data writer #963
  • Support anisotropic pixels #952
  • Check data allocation size to avoid error #951
  • Allow to load files based on UID #949
  • Simplify image class data storage #905
  • Multi-slice view #133
  • Add MPR #4

Fixed

  • Check var length before accessing it #1017
  • Drag&drop of the ruler label causes console errors #994

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