Skip to content

Releases: simularium/simularium-viewer

v3.9.1

19 Dec 22:22
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.9.0...v3.9.1

v3.9.0

19 Dec 22:18
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.8.4...v3.9.0

v3.8.4

23 Aug 03:06
Compare
Choose a tag to compare

What's Changed

πŸŽ‰ New features

  • Color changing functions have been updated to receive groups of changes instead of one change at a time, and SelectionStateInfo now includes appliedColors which is a snapshot of the currently applied colors, instead of colorChange

🐞 Bug Fixes

  • AgentData is now exported at the correct level and as a type.

⛏ Maintenance

  • Removed use of vis-type in favor of camel case visType as simulariumio no longer sends any kebab-case key names

Pull requests included in this release

Full Changelog: v3.8.3...v3.8.4

v3.8.3

13 Jun 18:22
Compare
Choose a tag to compare

What's Changed

πŸŽ‰ New features

  • You can now provide a callback to the viewer, onFollowObjectChanged, to subscribe the front end to data about the followed agent.

🐞 Bug Fixes

  • New function to generate default/empty agent data objects with unique references

Pull requests included in this release

Full Changelog: v3.8.2...v3.8.3

v3.8.2

10 Jun 23:07
Compare
Choose a tag to compare

What's Changed

⛏ Maintenance

- Remove simularium-engine specific code

Pull requests included in this release

  • Fix/remove simularium engine specific code by @ascibisz in #391

Full Changelog: v3.8.1...v3.8.2

v3.8.1

03 Jun 22:29
Compare
Choose a tag to compare

What's Changed

⛏ Maintenance

- Add ability to toggle Cache
- Simplify logic for processing frame messages with octopus

Pull requests included in this release

Full Changelog: v3.8.0...v3.8.1

v3.8.0

23 May 17:34
Compare
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
Compare
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
Compare
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
Compare
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