Skip to content
This repository was archived by the owner on Nov 3, 2025. It is now read-only.

0.10.0

Choose a tag to compare

@LukasHirt LukasHirt released this 05 Aug 10:00
· 430 commits to master since this release

Changes in 0.10.0

Summary

  • Enhancement - Focus last breadcrumb item: #79

Details

  • Enhancement - Focus last breadcrumb item: #79

    We've added focus management so that the last breadcrumb item will be focused after a folder has
    been loaded. By default, this focus management is disabled on the first load when opening the
    file picker. To enable it also during the first load, set prop isInitialFocusEnabled to
    true.

    #79