Skip to content

Releases: simularium/simularium-viewer

v3.8.0

23 May 17:34

Choose a tag to compare

What's Changed

🎉 New features

  • You can now turn off the cache with a disableCache prop

🐞 Bug Fixes

  • getPlotData consistently returns the same data in both interfaces and matches the return type (breaking change)

Pull requests included in this release

Full Changelog: v3.7.4...v3.8.0

v3.7.4

21 May 18:12

Choose a tag to compare

What's Changed

🎉 New features

  • Add cancel autoconverion message type, which had been newly released in Octopus. Calling SimulariumController.cancelConversion() will trigger this message to be sent for remote simulator connections

Pull requests included in this release

  • add cancel autoconversion action to viewer by @ascibisz in #385

Full Changelog: v3.7.3...v3.7.4

v3.7.3

16 May 21:29

Choose a tag to compare

What's Changed

🐞 Bug Fixes

  • Send file name along with auto-conversion data
  • Keep using existing WebSocket connection during auto-conversion process

⛏ Maintenance

  • Stop storing unused first frame time in VisData

Pull requests included in this release

v3.7.1

11 Apr 19:54

Choose a tag to compare

What's Changed

🎉 New features

  • The ability to download screen captures
  • Ability to freeze the camera

🐞 Bug Fixes

  • Keep colors from being overwritten

⛏ Maintenance

  • Remove webpack and create package.json for the example app

Pull requests included in this release

Full Changelog: v3.7.0...v3.7.1

v3.7.0

13 Feb 18:11

Choose a tag to compare

What's Changed

🎉 New features

  • Updated net connection settings to use secure wss with Octopus server
  • Bump react to version 18
  • Added ability to check server health during auto-conversion of non-Simularium files using Octopus.
  • Added function to disable panning in orbit controls.

⛏ Maintenance

  • update from dependabot
  • Exporting more types that are in use by front end implementations of viewer.
  • Viewer now installable by applications that don't use Babel
  • Test-bed viewer now in separate src folder, and simulation examples are re-organized

Pull requests included in this release

Full Changelog: v3.6.4...v3.7.0

v3.6.4

05 Dec 20:12

Choose a tag to compare

What's Changed

🐞 Bug Fixes

  • Shading is now working in orthographic camera mode
  • The test bed viewer got a number of fixes, including the drag and drop and loading trajectories the way the website does
  • Updated type exports

⛏ Maintenance

  • Updated babel
  • Updated README to make doing this easier
  • Moved code for color handling into it's own file
  • Updates to the nightly build

Pull requests included in this release

Full Changelog: v3.6.3...v3.6.4

v3.6.3

17 Oct 22:11

Choose a tag to compare

✨ New Features

  • Support for fiber agents to use translation and rotation settings (same as other agent types)
  • Ability to change the color of an agent type

🐛 Bug Fixes and Improvements

  • Fixed a CORS issue with dropbox links

Pull requests included in this release

Full Changelog: v3.6.2...v3.6.3

v3.6.2

25 Aug 23:30

Choose a tag to compare

✨ New Features

  • Orthographic camera 🎥

🐛 Bug Fixes and Improvements

  • Ambient occlusion behaves better on zoom
  • Fix a few initiation bugs

Pull requests included in this release

New Contributors

Full Changelog: v3.6.1...v3.6.2

v3.6.1

02 Jun 01:23

Choose a tag to compare

What's Changed

  • Bug fix: Default to secureConnection = true if it not defined by @ascibisz in #316
  • make all json message handlers into arrow functions by @meganrm in #318

Full Changelog: v3.6.0...v3.6.1

v3.6.0

30 May 20:39

Choose a tag to compare

✨ New Features

  • Basic call for metrics calculation
  • Smoldyn data communication

🐛 Bug Fixes and Improvements

  • Changed how the canvas size is set for better integration in outside apps
  • Update ThreeJS

Pull requests included in this release

Full Changelog: v3.5.1...v3.6.0