Dependency updates#895
Merged
Merged
Conversation
Per vtk.js BREAKING_CHANGES (33 -> 34), volume mapper setters moved onto the volume property. Route the relevant set* calls through the property in volumeProperties.ts and VtkBaseVolumeRepresentation.vue. vtk.js v36 emits ColorMaps.json.js with export default, so update the virtual-modules stub in vite.config.ts to match.
- vite 7.3.2 -> 7.3.5 - concurrently 9.2.1 -> 10.0.3 - js-yaml 4.1.1 -> 4.2.0 - form-data 4.0.5 -> 4.0.6 - shell-quote 1.8.3 -> 1.8.4 - undici 6.25.0 -> 6.27.0, 7.25.0 -> 7.28.0 - server: aiohttp 3.13.5 -> 3.14.1, idna 3.10 -> 3.18
✅ Deploy Preview for volview-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
The auto-fit-on-resize state was being disabled by non-user camera changes (clipping-range resets, slice changes, persisted-camera restores), so a later layout or resize would not refit and the slice kept a parallel scale computed at an earlier container size. The final zoom then depended on the order of metadata-ready, resetCamera and resize events. The camera onModified listener that disables auto-fit is meant to be paused except during a user pointer drag. withPaused unconditionally resumed on exit instead of restoring the previous paused state, so the first programmatic fit left the listener active and the next non-user camera change turned auto-fit off. Restore the prior paused state so only genuine user manipulation disables auto-fit.
…tforms
Visual-regression captures depended on the browser content area (window minus
chrome), which varies by Chrome version, so a CI Chrome update changed the
captured geometry and broke the checks. Pin the content viewport to a fixed
1280x720 via setViewport so geometry is deterministic and identical across
Chrome versions and OSes, and remove the now-unused setWindowSize/WINDOW_SIZE.
With geometry pinned, drop {platformName} and {width}x{height} from the baseline
filename format so one baseline is shared across platforms. Regenerate the four
baselines at the new viewport and remove the redundant per-OS macOS and Windows
baselines.
cc2df4b to
12eb406
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.