Version v0.1.83¶
This release improves the tag removal experience by fixing an issue where removing a tag required a double-click. It also enhances the undo/redo functionality related to tags and adds comprehensive end-to-end tests to ensure tag system reliability.
New Features¶
- Added comprehensive Cypress end-to-end tests covering tag creation, assignment to single and multiple nodes, tag highlighting, tag removal, and tag deletion (d7eef0) (Eric Ma)
Bug Fixes¶
- Fixed tag removal requiring double-click by removing redundant rendering and improving event handling (d7eef0) (Eric Ma)
- Corrected undo/redo behavior for tag changes by updating how snapshots are read and fixing undoManager API usage (d7eef0) (Eric Ma)
Deprecations¶
- None