All Versions
61
Latest Version
Avg Release Cycle
57 days
Latest Release
581 days ago

Changelog History
Page 1

  • v5.2.1 Changes

    September 16, 2022

    ๐Ÿ› Bug Fixes

    • ๐Ÿ‘‰ usePopper: fix exported Modifier type (#1013) (96b3425)
  • v5.2.0 Changes

    June 02, 2022

    ๐Ÿ”‹ Features

    • ๐Ÿ‘‰ useRootClose: add support for open shadow roots (#1004) (3b7fb53)
  • v5.1.2 Changes

    May 10, 2022

    ๐Ÿ› Bug Fixes

    • โšก๏ธ update @restart/hooks to 0.4.7 (#999) (82d9bf9)
  • v5.1.1 Changes

    July 11, 2021

    ๐Ÿ› Bug Fixes

    • types: fixed TransitionCallbacks interface to reflect react-transition-group args (#962) (282161c)
  • v5.1.0 Changes

    June 25, 2021

    ๐Ÿ› Bug Fixes

    • โฌ‡๏ธ Dropdown: add checking if ref exists on dropdown (#958) (b0363c0)
    • โฌ‡๏ธ Dropdown: avoid calling onToggle when tabbing if menu ref not set (#959) (1c23c7d)
    • ๐Ÿ‘ allow internal tabbing in dropdown menu (#939) (30fb517)

    ๐Ÿ”‹ Features

    • Modal: split modal types for ease of export (#956) (849ab56)
  • v5.0.1 Changes

    April 21, 2021

    ๐Ÿ› Bug Fixes

    • ๐Ÿ‘ allow internal tabbing in dropdown menu (#939) (30fb517)
  • v5.0.0 Changes

    March 01, 2021
    • feat!: Make DropdownAPI consistent and fix keyboard handling (#843) (3ed2d85), closes #843

    ๐Ÿ’ฅ BREAKING CHANGES

    • โฌ‡๏ธ Dropdown does not inject props or accept a children render function (it just works)
  • v4.1.1 Changes

    October 29, 2020

    ๐Ÿ› Bug Fixes

    • Popper: Prevent duplicate ids in aria-describedby (#883) (48bb128)
    • root-close firing immediately in react 17 (#880) (fa8c878)
  • v4.1.0 Changes

    July 20, 2020

    ๐Ÿ› Bug Fixes

    • deps: bump lodash from 4.17.15 to 4.17.19 (#840) (e718175)

    ๐Ÿ”‹ Features

    • โž• add aria-describedby modifier for tooltips (#842) (941a5dc)
  • v4.0.0 Changes

    July 10, 2020

    ๐Ÿ”‹ Features

    • ๐Ÿ‘Œ improve popper integration (#837) (362128f)

    ๐Ÿ’ฅ BREAKING CHANGES

    • popperConfig longer accept object forms of modifiers, pass an array instead
    • overlay and dropdown menu injected values are different
    • โšก๏ธ overlay no longer triggers an update when placement change due to auto or flip placements

    • โž• address feedback