Skip to content

Latest commit

 

History

History
230 lines (138 loc) · 12.7 KB

CHANGELOG.md

File metadata and controls

230 lines (138 loc) · 12.7 KB

Changelog

v0.6.5 (2024-11-16)

Fix

  • mtime: Prevent raise condition (68b7dcf)

v0.6.4 (2024-11-15)

Fix

  • osmesa: Allow server to use osmesa (cd77285)

Documentation

  • examples: Add VTK polydata file viewer (d8e18eb)
  • examples: Bump trame-vtklocal version to 0.6.3 (d342c3a)

v0.6.3 (2024-11-15)

Fix

  • jslib: Use default window size (d90a033)

Documentation

  • README: Update vtk version to use 9.4 (8a3fc72)
  • js-lib: Update version in dep (f9c8fb5)

v0.6.2 (2024-10-15)

Fix

  • update: Prevent intermixed render with wrong size (180e1e4)

Documentation

  • js-lib: Update example with new api (d0e638e)
  • offscreen: Update examples (0fbb786)
  • example: Update readme (491962f)
  • js-only: Add example js-only (dfe79eb)

v0.6.1 (2024-10-07)

Fix

  • wasm: Add support for many canvas (cba9985)

v0.6.0 (2024-09-23)

Feature

  • js: Enable generic JS library as core (22aabae)

v0.5.7 (2024-09-23)

Fix

  • threaded: Remove threaded option selection (f654055)

Documentation

  • example: Update streamline example (01625d1)
  • example: Update streamline widget example (acc568d)
  • issue: Add examples/issues/14.py (191227c)
  • example: Add more examples (c3bfb11)

v0.5.6 (2024-09-12)

Fix

  • listeners: Delay binding after update (a3b7e3e)

Documentation

  • widget: Update box example listener with corners property (4325647)

v0.5.5 (2024-08-28)

Fix

  • api: Render_throttle replaced by update_throttle (d70e1bc)

Documentation

v0.5.4 (2024-08-28)

Fix

Documentation

  • widget: Update box example (30215ea)
  • readme: Update shared array buffer section (07220e4)

v0.5.3 (2024-08-27)

Fix

  • client: Remove unnecessary calls to unregister state (e33f958)

Documentation

  • widget: Update example to be less annoying (fcf8a4a)

v0.5.2 (2024-08-27)

Fix

  • api: Update listeners structure (f2a89c9)

v0.5.1 (2024-08-26)

Fix

  • listeners: Allow dynamic update (ab3b640)

v0.5.0 (2024-08-26)

Feature

  • listeners: Initial support with static definition (7e0da92)

Documentation

  • example: Fix plane and box (0d0cd02)

v0.4.0 (2024-08-23)

Feature

  • camera: Allow to push camera from server (e95249b)

Fix

  • SharedArrayBuffer: Automatically swicth based on server flag (521024e)
  • example: Enable http headers (78d2c63)
  • camera: Sync only camera state (b03dbcf)
  • examples: Examples reviewed (9df7733)
  • example: Sync client camera on server (931ce43)
  • widgets: Update state after widget is registered (5a9f677)
  • camera: Camera event working now (6807b54)
  • camera: Try to send camera update (7238b25)
  • widgets: Handle registration and state delivery (f4f878d)

Documentation

  • glyph: Update to add reset camera buttons (d9cb473)

v0.3.3 (2024-05-27)

Fix

  • reset_camera: Connect reset_camera call (010d396)

v0.3.2 (2024-05-05)

Fix

  • wasm: Use env var to copy vtk wasm binaries for development (2a36678)

v0.3.1 (2024-05-05)

Fix

  • wasm: Do not throw exception when get request succeeds (3f4c02f)

v0.3.0 (2024-05-05)

Feature

  • wasm: Allow loading custom vtk-wasm tarball (9cc5ca1)

v0.2.0 (2024-05-02)

Feature

  • export: Add export capability from widget (86857d2)

Documentation

  • examples: Add missing dep in requirements.txt (f1a2055)
  • examples: More pyvista examples (a6f93a8)
  • examples: Make the WASM switch from os.env (0d75b08)

v0.1.0 (2024-04-19)

Feature

  • wasm: Auto download compatible wasm bundle (7c72650)
  • eager-sync: Allow server push for scene sync (03c481a)
  • vtk-wasm: Rely on vtk-wasm wheel (3728849)
  • wasm: Update wasm file (fc63f26)
  • wasm: Use vtkSceneManager (d970298)
  • memory: Free memory automatically (1efa6b4)
  • camera: Ignore camera state during deserialization (27c80e1)
  • resize: Correctly set canvas width and height (4b9ec9e)
  • wasm: Do not keep track of active ids. (37d00dd)
  • resize: Fix size conflict by forwarding canvas size to wasm vtk render window. (7281930)
  • wasm: Use string identifiers with object manager (86c5789)
  • wasm: Externalize it better (41ff3a2)
  • Vtk-wasm component for mirroring server rendering (0dd567a)

Fix

  • api: Return true/false for event loop functions (db8f1fe)
  • Code cleanup and fix resize (e00a44d)
  • api: Use explicit UpdateStatesFromObjects instead of Update (b50eeaa)
  • api: Use startEventLoop method to begin event processing (55470b8)
  • examples: Update some examples (1878952)
  • Prevent concurrent update (67cd840)
  • resize: Allow initial size (a8ffd63)
  • client: Force id on canvas (fe7dc25)
  • client: Client starting to work (1dba35c)

Documentation

  • pv: Add paraview example (4fc7545)
  • readme: Add --extra-index-url so vtk-wasm can be found (e53ba33)
  • example: More examples (6243b23)
  • examples: Add more widgets examples (5ace5a7)
  • examples: Add more widgets examples (bb81cef)
  • example: More testing examples (8c43421)