reakit v1.0.0-alpha.2 Release Notes

Release Date: 2019-04-17 // about 5 years ago
  • ๐Ÿ› Bug Fixes

    • MenuDisclosure should close the submenu when in menubar (d481674)
    • ๐Ÿ”„ Change system's useProps order in built-in components (e679024)
    • ๐Ÿ›  Fix DialogDisclosure not closing Dialog on Safari when hideOnClickOutside is truthy (37865cf)
    • ๐Ÿ›  Fix MenuDisclosure race condition on focus/click (8a37d31)
    • ๐Ÿ’ป Make click/focus behavior cross-browser by automatically focusing Tabbable on mouse down (54b618c)
    • โช Restore hasShownOnFocus state in MenuDisclosure (63228fd)

    ๐Ÿ”‹ Features

    • โž• Add use prefix automatically in useProps/useOptions (167fda1)
    • ๐Ÿ”ฆ Expose unstable_useSealedState util (1540eab)
    • โœ‚ Remove unstable_ prefix from currentId prop (003d1ad)
    • โœ‚ Remove unstable_ prefix from focusable prop (965dcb7)
    • โœ‚ Remove unstable_ prefix from loop, move, next, previous, first, last props (501f822)
    • โœ‚ Remove unstable_ prefix from manual, selectedId, select props (c36413f)
    • โœ‚ Remove unstable_ prefix from stops, register and unregister props (061cc55)
    • โœ‚ Remove focus from MenuItem on mouse out (fdd1bb8)