reakit v1.0.0-beta.3 Release Notes

Release Date: 2019-06-23 // almost 5 years ago
  • 🐛 Bug Fixes

    • ➕ Add missing deps to usePopoverState effect (d44df81)
    • 👉 Make Menu work properly with unstable_animated (#386) (b96c466)
    • ✂ Remove false positive warning from Dialog (#385) (5334bd4)

    🔋 Features

    • 📦 Move helpers to separate package (reakit-utils, reakit-system) (#380) (354b874)

    💥 BREAKING CHANGES

    • 📦 Utils aren't exported by reakit or reakit/utils anymore. Import them from the reakit-utils package instead.
    • 📦 System utils aren't exported by reakit or reakit/system anymore. Import them from the reakit-system package instead.
    • Provider isn't exported by reakit/utils or reakit/utils/Provider anymore. Import it from reakit or reakit/Provider instead.