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

v2.1.0

Choose a tag to compare

@atomiks atomiks released this 23 Feb 05:42
· 230 commits to master since this release

Features

  • Added className prop as an alternative to theme (#56)

Fixes

  • Switch from useEffect to useLayoutEffect, so that mutations done to the tippy element are done before first paint. There were sometimes flickers when updating content and other props.