Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump dwv from 0.33.1 to 0.34.0 #594

Merged
merged 1 commit into from
Nov 15, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 15, 2024

Bumps dwv from 0.33.1 to 0.34.0.

Release notes

Sourced from dwv's releases.

Annotations as DICOM SR

This release changes drastically the way annotations are handled. They used to be tied to Konva from their handling to saving them. Their storage is now a DICOM SR, their internal representation are Annotation and AnnotationGroup. The DrawLayer is the one responsible for creating the Konva representation of the annotations. Previous versions would create a DrawLayer for each view, now the draw layer is only created when needed. This version supports the old state but this support will be removed in the next version.

See milestone 0.34.0 for details.

⚠️ Massive API change regarding now deprecated state and new annotation classes.

Changelog

Sourced from dwv's changelog.

v0.34.0 - 14/11/2024

Added

  • Add connector between shape and label #1795
  • Default draw auto shape color to false #1768
  • Export toolOptions to allow for custom tool options #1718
  • Allow to move roi label independently #1690
  • Add DICOM SR parsing #1689
  • Add missing position to draw display details #1521
  • Use DICOM to store annotations #1020

Fixed

  • Fixed label moves on drag out of bounds #1770
  • Wrong display if adding data after zoom #1606

Commits
  • c15351c Merge branch 'v0.34.0'
  • 4d6c7f0 Release v0.34.0
  • 166d5ed Update event doc
  • 38abbb0 Add doc for deprecated
  • c5f2c1e Rename classes to avoid duplicate
  • 57feb32 Restore get image and mark as deprecated
  • 2489777 Revert "Restore get image and mark as deprecated"
  • 7bc0bda Restore get image and mark as deprecated
  • 88316d3 Search user list before default
  • 1c6e2a2 Sunc package and lock for konva
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [dwv](https://github.com/ivmartel/dwv) from 0.33.1 to 0.34.0.
- [Release notes](https://github.com/ivmartel/dwv/releases)
- [Changelog](https://github.com/ivmartel/dwv/blob/develop/changelog.md)
- [Commits](ivmartel/dwv@v0.33.1...v0.34.0)

---
updated-dependencies:
- dependency-name: dwv
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 15, 2024
@ivmartel ivmartel added this to the 0.9.0 milestone Nov 15, 2024
@ivmartel ivmartel merged commit e18eb11 into main Nov 15, 2024
3 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dwv-0.34.0 branch November 15, 2024 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant