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.28.2 to 0.29.0 #58

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps dwv from 0.28.2 to 0.29.0.

Release notes

Sourced from dwv's releases.

Layers!!

This release brings layers! See the new architecture doc page for its implementation. It also brings new roi meta data (for more flexibility), better roi labels, better meta data extraction. See milestone 0.29.0 for details.

:blue_book: doc can be found at doc/0.29.0

Changelog

Sourced from dwv's changelog.

v0.29.0 - 03/06/2021

Breaking

  • Allow for multiple image layers #893
  • Move roi meta data to meta object #883

Added

  • Add utilities for CIE lab colour conversion #940
  • Send draw creation events at state load #939
  • Recurse in sequences when extracting meta data #921
  • Add support for binary data #919
  • Use the wheel event #917
  • Remove bower configuration #913
  • Move to Github actions #912
  • Mouse drag: Lowering WW below 0 Exception #903
  • Add shadow to text and background to label #889
  • Fix label text size #887
  • Allow to change the image layer opacity #886
  • Add circle draw shape #885
  • Add median, 25% and 75% percentiles to shape quantification #877
  • Add pixel quantification for ellipse #871
  • Out of view text #151

Commits
  • 42b016b Bumped version number to v0.30.0-beta
  • 12c6931 Merge branch 'v0.29.0' into develop
  • 511f0c1 Release v0.29.0
  • fa6c288 Add month to format date
  • 570af12 Bump jsdoc from 3.6.6 to 3.6.7
  • e169bcf Make label visibility depend on text length.
  • eefb4d7 Do not silence draw events in setDrawings, fixes #939
  • 5fb0850 Fix function input check.
  • 20924fb Check if meta is present before copy
  • 1a8ab2d Revise default logger strategy, create it in logger.js file
  • 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 #59.