reakit v1.0.0-beta.5 Release Notes

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

    • ๐Ÿ›  Fix typings (29c4456)
    • ๐Ÿ›  Fix FormGroup and FormRadioGroup not receiving focus when Form has been submited with errors (59adc8b)
    • ๐Ÿ›  Fix FormSubmitButton not considering elements other than inputs as invalid fields (c4f688a)
    • ๐Ÿ›  Fix Hidden not setting unstable_animating to false while visible (#410) (6d5827c), closes #407
    • ๐Ÿ›  Fix Menu preventing default behavior when pressing ASCII keys on elements other than MenuItem (cacb978)
    • ๐Ÿ›  Fix Tooltip error when visible is initially set to true (#409) (c132e56), closes #408
    • ๐Ÿ›  Fix empty array values being filtered prematurely before useFormState's onValidate (6052829)

    ๐Ÿ”‹ Features

    • ๐Ÿ‘Œ Support onSubmit and onValidate functions to be updated between renders in useFormState (#411) (f576db1), closes #400