reakit v1.0.0-beta.6 Release Notes

Release Date: 2019-08-25 // over 4 years ago
  • ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix Checkbox event.target.checked value inside onChange event (#419) (75063fc), closes #393
    • ๐Ÿ›  Fix FormInput as textarea caret position when focusing (#420) (d8e7af3), closes #418
    • ๐Ÿ›  Fix useRoverState and its derivatives including all props in the return object (987d16e)
    • โœ‚ Remove erroneous React.LiHTMLAttributes type from ToolbarItemHTMLProps (0cb6e66)

    ๐Ÿ”‹ Features

    • reakit-utils: Move tabbable internal module to reakit-utils package (b84acce)
    • โž• Add new MenuArrow component (#422) (731a376)
    • โž• Add support for HiddenDisclosure to control multiple Hidden components (#423) (bdfbd74)
    • ๐Ÿ‘Œ Support nested Tabbable and Rover components (#417) (ee9623e), closes #376