You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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
Fix prepublishOnly task by changing from parallel jobs to sequential (#264)