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.1 #46

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps dwv from 0.27.1 to 0.28.1.

Release notes

Sourced from dwv's releases.

First patch for v0.28.0

Fix i18next import in some bundle cases. See milestone 0.28.1 for details.

:blue_book: doc can be found at doc/0.28.1

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.1 - 02/02/2021

Fixed

  • TypeError: i18next.t is not a function #862

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
  • d5c85a9 Merge branch 'v0.28'
  • f6d71dd Release v0.28.1
  • 32d43bc If t() is not on root, use i18next.default. Fixes #862.
  • 4999ce1 Add release scripts, update release steps doc.
  • 378c2be Update wiki/doc links
  • b1f8d88 Update changelog for v0.28.0
  • c4237b6 Update changelog for v0.28.0
  • 70cce24 Bumped version number to v0.29.0-beta
  • 643ecaa Merge branch 'v0.28.0' into develop
  • 6b4e26a Merge branch 'v0.28.0'
  • 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)