Version v0.1.101
This release introduces a redesigned Marimo-style settings modal with a sidebar and tabbed content for easier navigation and better organization. It also improves the persistence of the base URL setting in the Proxy panel and fixes Cypress test issues related to hidden UI elements. Additionally, a development dependency has been updated to enhance security and stability.
New Features
- Redesigned settings modal with sidebar categories and tabbed content, including deep-link support and improved admin mode visibility (64c630) (Eric Ma)
- Persist base URL setting from the Proxy panel across sessions, with end-to-end tests verifying save and reopen behavior (b264a6) (Eric Ma)
Bug Fixes
- Fixed Cypress tests by ensuring the Proxy panel is opened before setting the base URL, allowing interaction with previously hidden elements (1037d0) (Eric Ma)
- Fixed Cypress test timing by waiting for the empty-state overlay to disappear in canvas interactions (e7c2a5) (Eric Ma)
Deprecations
- Removed duplicate and empty JSDoc comments in modal-manager for cleaner code documentation (b264a6) (Eric Ma)
- Updated minimatch dependency from 3.1.2 to 3.1.5 to address indirect dependency issues (0d3337) (dependabot[bot])