This repository has been archived by the owner on Nov 9, 2024. It is now read-only.
Releases: atomiks/tippyjs-react
Releases · atomiks/tippyjs-react
v2.2.3
v2.2.2
v2.2.1
v2.2.0
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 tovisible
/enabled
for consistency with nativetippy.js
props since they don't use that convention + consistent with boolean HTML attributes
v2.1.2
v2.1.1
v2.1.0
v2.0.0
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