This repository has been archived by the owner on Dec 17, 2024. It is now read-only.
New Features
- Enhanced interactivity and visibility control for the SectionBox component.
- Transition to pointer events for mouse interactions, improving user experience.
- Improved error handling and progress reporting during the loading of Vim files.
- New request handling mechanism for fetching Vim data.
- Introduction of the VimRequest class for managing asynchronous requests with progress tracking.
- Added DeferredPromise class for improved promise management and error handling.
- New SuccessResult and ErrorResult classes for clearer request outcome representation.
- Bug Fixes
Improved state management for mouse interactions, ensuring accurate event handling.
Documentation
Updated method signatures to reflect changes in event handling.
Introduced new types and classes for better request management.
Chores
Updated package version and dependencies for improved stability and performance.