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.27.1 to 0.28.0 #45

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps dwv from 0.27.1 to 0.28.0.

Release notes

Sourced from dwv's releases.

Hello Karma!

The initial goal was to get rid of phantom, the repo now uses karma! The test page got unified and all launch at yarn run test. I also added some benchmark tool.

:warning: Careful when updating, event names do not contain hyphen any more :warning:

Less dangerous: switch to using eslint, karma, move wiki pages to doc and the usual bugfixes. See the changelog file or milestone 0.28.0 for more details.

:blue_book: documentation can be found at doc/0.28.0

Changelog

Sourced from dwv's changelog.

v0.28.0 - 28/01/2021

Breaking

  • Remove hyphen from event types #808

Added

  • Do not use smoothing for image display #850
  • Add a shortcut to exit draw creation #849
  • Handle no root case in decodeKeyValueUri #843
  • Add load benchmark to tests #840
  • Relax checks for meta data merge #828
  • Make first render optional #826
  • Use event name in overlays.json files #824
  • Send event data in the 'value' property #813
  • Private sequences with undefined length and explicit VR=UN #799
  • Add pixel generator from file #795
  • Move wiki pages to doc #789
  • Enforce code styling #782
  • Use a logger class #781
  • Use image iterators to generate view #749
  • Stop using PhantomJS #719

Fixed

  • Wrong data size calculation for DicomWriter #809
  • Node deprecation #614
  • Cannot delete a draw when the cross overlaps with overlays #552

Dependencies

  • Update Konva to v7 #853
  • Update magic-wand #788
  • Update i18next to v19 #727

Commits
  • c4237b6 Update changelog for v0.28.0
  • 6b4e26a Merge branch 'v0.28.0'
  • 8527528 Bumped version number to v0.28.0
  • f571c49 Update release steps
  • 28ceea0 Revert to gren 0.17.2. Update gren config.
  • 7042755 Make changelog lower case
  • 3bccf85 Add breaking issue
  • c4e4eb3 Add tag link, move added on top of fixed.
  • 0b99273 Fix colour change event: no hyphen, en-uk spelling.
  • 4a00a2c Add tests for image data range.
  • Additional commits viewable in compare view


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)
dependabot[bot] commented 3 years ago

Superseded by #46.