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

v2.0.0

Choose a tag to compare

@atomiks atomiks released this 09 Feb 10:55
· 242 commits to master since this release
e261410

Install

npm i @tippy.js/react@latest

Features

  • Upgraded to tippy.js@4, see notes here: https://github.com/atomiks/tippyjs/releases/tag/v4.0.0
  • Ability to nest the components to add multiple tippys to a single reference element
  • <TippyGroup /> wrapper
  • Fixes findDOMNode() deprecation warning in Strict Mode
  • No need to import CSS now, it's automatic

Breaking changes

  • React 16.8 peer dependency
  • Component children must use forwardRef()
  • Remove your CSS import import 'tippy.js/dist/tippy.css'; - it's done automatically now
  • tippy.js@4 has its own breaking changes, such as import paths for themes. Make sure to read its changelog too.

Note: this release is v2.0.2 on npm