Version v0.1.95¶
This release focuses on improving viewport focus behavior after adding nodes, enhancing plugin consistency, and adding related documentation. It also includes new tests for viewport focus and updates dependencies for security and stability.
New Features¶
- Ensure consistent viewport focus and animated panning after adding nodes in various plugins, including YouTube, URL fetch, note, research, matrix, image generation, and code. Added detailed documentation explaining viewport focus behavior and rationale. (6dc4e5) (Eric Ma)
- Add a Cypress test to verify viewport focus behavior during note creation. (112b22) (Eric Ma)
Bug Fixes¶
- Refactor viewport focus logic to remove redundant zoom on node addition and eliminate the internal _userNodeCreation flag. Plugins now explicitly call zoom or pan functions to control focus. Updated tests and documentation accordingly. (e15ec4) (Eric Ma)
Deprecations¶
- Removed the plugin graph.addNode wrapper that set the _userNodeCreation flag, streamlining node addition and focus control. (e15ec4) (Eric Ma)
Dependency Updates¶
- Bump pillow from 12.1.0 to 12.1.1 for minor fixes and improvements. (dff45f) (dependabot[bot])
- Bump cryptography from 46.0.3 to 46.0.5 to address security and stability updates. (7f7918) (dependabot[bot])