Releases: Kitware/vtk-js
Releases Β· Kitware/vtk-js
v29.7.0
v29.6.0
v29.5.1
v29.5.0
29.5.0 (2024-02-06)
Bug Fixes
- Added emergency test end (92f4e6d)
- Added limit to array cache (1a8479a)
- Added limits to test durations (0994cce)
- Added type defs to PixelSpaceCallbackMapper (86d5315)
- Fix wrong type defs of PixelSpaceCallbackMapper (d14354b)
- Implemented requested changes from code review (bafb4b2)
- Infinite cache for all negative maxCacheSize choices (cd845e0)
- Move mock data access helper to test folder (c63e700)
- New implementation with combined promise/array cache (3a14a67)
- Reduced test data size (9d28378)
- renderwindow: add guards to Renderwindow.getStatistics (174cff6), closes #2942
- Reverted change in karma.conf.js (b5703a8)
- ts: Add typescript specific to widget behavior (50b08a9)
- webgpu: add floating point to all floats in WGSL shaders to prevent compilation errors" (f5941d9)
Features
v29.4.6
29.4.6 (2024-01-30)
Bug Fixes
- cropper handle manipulation (fe4a904)
- PaintWidget: don't block events if mousedown position has null worldCoords (c791c15)
- PaintWidget: set painting to false if manipulator, activeState, or getActive are not truthy (c03fd28)
- PickerManipulator: allow storing null position when no actor is picked (e85302b)
- SeedWidget: protect against null worldCoords (7264706)