Skip to content
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.

Release 0.32

Compare
Choose a tag to compare
@ueokande ueokande released this 28 Dec 00:21
· 431 commits to master since this release

πŸ“ˆ Enhancement Notes

Check scrollability by actually scrolling elements (#854 by @femnad)

When findScrollable yields no results, check if we can return the current
scrollingElement instead, ignoring doneScrolling check this time. This
fixes the behaviour when it's not possible to scroll up from the bottom of a
page.

Fix "loaded settings are invalid" #919

This addresses an issue the dialog with a message "Loaded settings is invalid"
appeared after Vim-Vixen is installed or restart Firefox. The issue is caused
by injecting an incorrect class to load settings from local.

πŸ“” Other Notes

Update copyright time frame (#909 by @hyiltiz)

Update ScrollPresenter.ts (#913 by @TeepaBlue)

refactor: Make each operation as an operator (#917)

Stabilize NavigationPresenterImpl test (#945)