reakit v1.0.0-rc.1 Release Notes

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

    • โž• Add missing setVirtual action to CompositeState reducer (965704c)
    • ๐Ÿ›  Fix <Tabbable disabled focusable /> not focusing closest parent (b3dfb96)
    • ๐Ÿ›  Fix Checkbox activating twice on space key on Firefox (#625) (c4d5961), closes #368
    • ๐Ÿ›  Fix Composite on IE11 (#609) (555b931)
    • ๐Ÿ›  Fix CompositeItem not receiving focus when clicking with Safari/VoiceOver (d3ba001)
    • ๐Ÿ›  Fix Dialog closing on Firefox when the window loses focus and get focused again (#620) (7c3119d), closes #619
    • ๐Ÿ›  Fix Menu -> Dialog -> Menu behaving as a sub menu (#621) (9feb9c1)
    • ๐Ÿ›  Fix Tooltip when used with Composite components (#623) (0b70f43)
    • ๐Ÿ›  Fix animated Dialog not being correctly focused with VoiceOver (#618) (db71535)
    • ๐Ÿ›  Fix click outside not closing all Menu (341a250)
    • ๐Ÿ›  Fix disabled MenuButton being activated when used as a menu item (6c31dab)
    • ๐Ÿ›  Fix falsy values on Radio not working (387e8d3), closes #607
    • ๐Ÿ›  Fix nested Dialog not rendering correctly when the parent has a backdrop (ce766d5)
    • ๐Ÿ›  Fix nested modals when using VoiceOver/Safari (#608) (417b3b3)
    • ๐Ÿ›  Fix submenu closing when trying to move into it (38f0c0b)

    ๐Ÿ”‹ Features

    • โž• Add experimental unstable_timeout option to useTooltipState (#622) (5fe208f)
    • Hide Tooltip when pressing Escape (#629) (d7f5e8c)
    • โœ‚ Remove experimental IdGroup component (1c73f02)
    • Replace unstable_animated by animated with improvements on the API (#616) (16f843f), closes #528

    ๐Ÿ’ฅ BREAKING CHANGES

    • This should affect only people who were using the unstable_animated API: DisclosureContent and its derivative components don't add hidden class anymore. You should now use [data-enter] and [data-leave] selectors. For more details, see Animating.