This repository was archived by the owner on Nov 9, 2024. It is now read-only.
v2.0.0
Install
npm i @tippy.js/react@latestFeatures
- 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@4has 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