Skip to content

v3.5.0

Compare
Choose a tag to compare
@921kiyo 921kiyo released this 10 Sep 11:41
· 993 commits to main since this release
3b35012

Release 3.5.0

Major features and improvements

  • BREAKING CHANGE: Rename default endpoint from /api/nodes.json to /api/main. This should only affect local JS development. (#239, #259)
  • Add an interactive minimap to the toolbar (#203, #238, #247)
  • Add web worker to make the expensive graph layout calculation into an asynchronous action, to prevent it from blocking other tasks on the main thread. (#217)
  • Focus search bar with Cmd+F/Ctrl+F keyboard shortcuts (#261)
  • Allow an argument to be passed to loadJsonData, for external use if needed (#215)
  • Add support for multiple pipelines. This is a work-in-progress, and is currently disabled by default and hidden behind a flag. (#192, #215, #216, #221, #252, #254)
  • Save disabled state of individual nodes in localStorage (#220)
  • Add automated testing for npm package import (#222)
  • Rename master branch to main ✊🏿 and deprecate develop (#248)

Bug fixes and other changes