Skip to content
This repository was archived by the owner on Nov 9, 2024. It is now read-only.

v2.2.0

Choose a tag to compare

@atomiks atomiks released this 08 May 19:43
· 202 commits to master since this release

Features

  • Export underlying native tippy function from this package (so you don't need to reference the implicit dependency path)

Fixes

  • Make <TippyGroup /> updateable (#78)

Deprecations

  • isVisible / isEnabled renamed to visible / enabled for consistency with native tippy.js props since they don't use that convention + consistent with boolean HTML attributes