Skip to content

Releases: mohsinulhaq/react-popper-tooltip

Switch to TypeScript 🎉

12 Jan 14:44
Compare
Choose a tag to compare

Jumping into the hype train 🚂, we have rewritten the whole codebase with TypeScript! This brings better tooling support 🛠 and bug visibility 🐛. High quality typings are shipped along with the library. Do check that autocomplete out in your favorite editor! ✌️

Fix erratic behaviour on iOS

11 Jan 18:03
Compare
Choose a tag to compare

Touch handling should be seamless on Safari and Chrome on iOS

Added getTriggerRef prop

13 Dec 21:46
Compare
Choose a tag to compare

Added follow cursor feature

28 Oct 13:01
Compare
Choose a tag to compare

Using the followCursor prop, usually used along with hover trigger and no arrow element, you can spawn the tooltip at the location of your cursor over the trigger.

PS: The package will require React v16.6.0 in order for continuation feature to work.

Facilitate server side rendering

19 Oct 10:02
Compare
Choose a tag to compare

Make React.createPortal usage optional

11 Oct 19:50
Compare
Choose a tag to compare

Decreased library size by more than 20%

25 Sep 19:49
Compare
Choose a tag to compare

Used rollup to create smaller and efficient builds

Added docs page and moved to yarn

22 Sep 15:59
Compare
Choose a tag to compare
  • Added onVisibleChange callback

Added esm and cjs builds

18 Sep 23:03
Compare
Choose a tag to compare
  • added separate esm (ECMAScript Module) and cjs (CommonJS) build folders
    • esm build is useful for harnessing tree shaking
  • remove some useless dependencies
  • upgrade babel packages

Added support for older browsers

17 Sep 19:54
Compare
Choose a tag to compare

resolves #6

BREAKING CHANGES

  • arrowPlacement renamed to placement
  • arrowStyle removed, getArrowProps() added instead