Skip to content

Auspice 2.61.0

Compare
Choose a tag to compare
@jameshadfield jameshadfield released this 13 Nov 20:55
· 56 commits to master since this release
  • Error boundaries added for all panels (tree, map etc) so that in the case of uncaught errors we'll now show an error message rather than crashing Auspice. Hopefully these are never observed in production! (#1897)
  • Bugfix: Auspice would crash in some situations when the entropy panel was scrolled back into view (bug introduced in v2.60.0). (#1898)

Internal / development changes

  • Convert the tree component (and related tree-parsing functions) to TypeScript (#1864)