Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

2.0.10

Latest
Compare
Choose a tag to compare
@vim-sroberge vim-sroberge released this 28 Oct 19:45
· 4 commits to main since this release
04e8f89

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.