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

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps dwv from 0.28.2 to 0.29.1.

Release notes

Sourced from dwv's releases.

First patch for v0.29.0

This release delays the first DOM access and uses lower z-index numbers for layers. See milestone 0.29.1 for details.

:blue_book: doc can be found at doc/0.29.1

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

Added

  • Reduce z-index of draw layers #945
  • Postpone DOM first access #944

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
  • 4e5cfa3 Move var declaration out of if
  • e1243d2 Bumped version number to v0.30.0-beta
  • acd082c Merge branch 'v0.29.1' into develop
  • 75397bd Release v0.29.1
  • b1fe737 Add input step to scripts, exit on error, add color
  • bcf973f Merge pull request #946 from ivmartel/dependabot/npm_and_yarn/y18n-3.2.2
  • bd308f8 Merge pull request #943 from ivmartel/dependabot/npm_and_yarn/glob-parent-5.1.2
  • 03846e1 Bump y18n from 3.2.1 to 3.2.2
  • 235593c Merge pull request #941 from ivmartel/dependabot/npm_and_yarn/grunt-1.4.1
  • 710178d Change z-index offset from 50 to 10, fixes #945
  • 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)