Skip to content
This repository was archived by the owner on Nov 19, 2021. It is now read-only.

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 16, 2021

Bumps @kitware/vtk.js from 17.11.0 to 21.1.1.

Release notes

Sourced from @​kitware/vtk.js's releases.

v21.1.1

21.1.1 (2021-11-15)

Bug Fixes

  • export vtkForwardPass in UMD build (28eea59), closes #2139

v21.1.0

21.1.0 (2021-11-15)

Bug Fixes

  • vtkimagedata.computehistogram: incorrect value of variance/sigma (ed07178)

Features

  • vtkimagedata.computehistogram: add numOfPixels to return value (6b4d702)

v21.0.0

21.0.0 (2021-11-11)

Bug Fixes

  • svglandmarkrepresentation: apply default fontSize when no fontProperties are given (8313da1)
  • widgets: fix behavior of EndInteractionEvent (e89af2c)
  • widgets: fix paintWidget example and small bugs (b7e6b0d)

Features

  • setarray: allow initializing new array property to 'null' (974d8ca), closes #2026

BREAKING CHANGES

  • widgets: SplineWidget's handles now scale up automatically.

v20.4.1

20.4.1 (2021-11-05)

Bug Fixes

  • renderwindow: fix inconsistent depth mask value (ea7bc2f)

v20.4.0

... (truncated)

Changelog

Sourced from @​kitware/vtk.js's changelog.

From 19.x to 20

In ShapeWidget:

  • setLabelTextCallback is replaced by text substate.
  • setPixelScale has been removed. It should be replaced by point handle scale1 mixin and scaleInPixels.
  • useHandles has been removed. It should be replaced by setHandleVisibility.
  • resetAfterPointPlacement is now false by default.

RectangleWidget and EllipseWidget handles now scale up automatically.

From 18.x to 19

vtkWidgetRepresentation.updateActorVisibility(...) lost the widgetVisibility parameter. Overrides should no longer define that parameter.

From 17.x to 18

Explicit import needs to be performed to enable rendering implementation. Profiles have been created to simplify that task. See vtk.js/Sources/Rendering/OpenGL|WebGPU/Profiles/*.

From 16.x to 17

vtkBoundingBox has been redesigned to be more light weight with static methods. A simple class has been created for backward compatibility.

From 15.x to 16

Deprecation of kw-web-suite and using a newer version of webpack for building vtk.js.

From 14.x to 15

Semantic release messed up?

From 13.x to 14

css-loader update means we need to change how css modules are configured.

From 12.x to 13

manipulators: No breaking changes internally. But the CompositeMouseManipulator no longer receives key down and key up events. I don't know of anything that this could break, but it might.

From 11.x to 12

Manipulators: manipulator lists are now actually modified by removing the manipulator from the list of manipulators, and not just replacing them by null value for a certain index. This affects the resulting size of the manipulator list, and users should not rely on an index that needed to remain constant. Getters were also removed.

... (truncated)

Commits
  • 129f4bf Merge pull request #2163 from Kitware/floryst-patch-1
  • b51297e Merge pull request #2161 from floryst/image-tests
  • 28eea59 fix: export vtkForwardPass in UMD build
  • 13b9be1 test: skip bad image tests
  • ee3e35d docs(develop_test): update testing docs
  • 831a43f chore(tests): use glob to find tests
  • 53170d2 chore: add regenerator-runtime
  • 1559fba chore(packages): remove tap adapter + reporter
  • 5ab4f9a chore: generate HTML test reports
  • 92a23e3 test: adjust image test thresholds
  • 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)

Bumps [@kitware/vtk.js](https://github.com/kitware/vtk-js) from 17.11.0 to 21.1.1.
- [Release notes](https://github.com/kitware/vtk-js/releases)
- [Changelog](https://github.com/Kitware/vtk-js/blob/master/BREAKING_CHANGES.md)
- [Commits](Kitware/vtk-js@v17.11.0...v21.1.1)

---
updated-dependencies:
- dependency-name: "@kitware/vtk.js"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 16, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant