reakit v1.0.0-beta.16 Release Notes

Release Date: 2020-02-10 // about 4 years ago
  • ๐Ÿ› Bug Fixes

    • Check for classList existence before use (#540) (92a5fa1), closes #537
    • ๐Ÿ›  Fix transitionEnd capturing children transitions (#548) (4cf1eaa), closes #531
    • ๐Ÿ›  Fix inconsistent Tooltip behavior on disabled Tabbable (#552) (d507772), closes #471
    • ๐Ÿ›  Fix portaled components without dimensions in the first render (#547) (8783aec), closes #532
    • โœ‚ Remove confusing rover.unregister() warning (#549) (2a72e35), closes #488

    ๐Ÿ”‹ Features

    • โž• Add Disclosure module and deprecate Hidden (#541) (4397ab0)
    • โž• Add MenuButton and deprecate MenuDisclosure (#544) (f5fa914)
    • โฌ†๏ธ Upgrade to popper.js v2 (#545) (55f7c21)

    ๐Ÿ’ฅ BREAKING CHANGES

    • โฌ†๏ธ The internal popper.js dependency has been upgraded to v2. The stable Popover API remains the same. But, while this change has been tested with the most common use cases, there may be some edge cases where Popover and Menu (which uses Popover underneath) may behave differently.