reakit v1.0.0-beta.15 Release Notes

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

    • ๐Ÿ›  Fix parent Dialog closing when clicking on nested DialogBackdrop (#530) (e8bc3be), closes #529
    • ๐Ÿ›  Fix warning on deprecated Provider import (1cd9421)
    • Prevent clicks when pressing Enter/Space with meta key on non-native Tabbable (#534) (7f0c8cf)
    • Stop converting File objects into plain objects when submitting Form (5899d8d), closes #415

    ๐Ÿ”‹ Features

    • โž• Add modal state to useDialogState (#535) (f3953ad), closes #404
    • โž• Add unstable_offset option to usePopoverState (#527) (301fbca), closes #511
    • Render nested Dialog on a portal outside of its parent Dialog (#533) (9f0a5cc)
    • Replace unstable_wrap by wrapElement (#538) (17a12fb)
    • reakit-utils: Add getActiveElement method (a252fcd)

    ๐Ÿ’ฅ BREAKING CHANGES

    • ๐Ÿ”Š This should affect a very small number of people: the way nested modal Dialogs are rendered has been changed. To avoid styling issues, nested dialogs are rendered outside of the parent Dialog (but still inside the parent Portal).