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

v4.0.0

Choose a tag to compare

@atomiks atomiks released this 13 Apr 10:06
· 56 commits to master since this release

Tippy 6 + Popper 2 + Headless rendering support πŸŽ‰

NOTE: I have removed the . from the scoped organization due to issues with some shells, please remove @tippy.js/react and install the latest version:

npm i @tippyjs/react

yarn add @tippyjs/react

Breaking

  • πŸ”΄ Deleted <TippySingleton />
  • πŸ”΄useSingleton API changed (see docs)
  • πŸ”΄enabled is now disabled (inverted logic)
  • πŸ”΄ tippy.js@6 upgrade (see migration guide)
  • πŸ”΄ props.hideOnClick is always false if visible is specified