Skip to content

Releases: mohsinulhaq/react-popper-tooltip

popper-js v2! 🎉

01 Jul 21:38
Compare
Choose a tag to compare

We finally upgraded popper-js to v2 while trying to keep the breaking changes in our library to a minimum.
Here's a list of breaking changes in this release:

  • Modifiers prop is now an array
  • closeOnOutOfBoundaries has been renamed to closeOnReferenceHidden
  • Basic tooltip CSS is no longer shipped with the library

Add IE11 support

01 Apr 22:19
Compare
Choose a tag to compare

Updated browserslist to include IE11.

Ability to modify MutationObserver options used internally

27 Mar 16:59
Compare
Choose a tag to compare

Added a new prop mutationObserverOptions, for sending options to MutationObserver, used internally for updating tooltip position based on trigger DOM changes. For more information, refer to MutationObserver docs.

Fixes #82

28 Nov 17:13
Compare
Choose a tag to compare
  • Hover trigger will now work as expected when used in multi-trigger mode (#82)

Multi-Trigger Tooltips

26 Oct 13:52
Compare
Choose a tag to compare

Added support for multi-trigger tooltips! 🎉
trigger prop now also accepts an array of triggers

Fix for #76

11 Oct 18:52
Compare
Choose a tag to compare

Fix #76: Clicking on trigger no longer stops event propagation

Focus Trigger!

07 Oct 21:27
Compare
Choose a tag to compare

Often requested, focus trigger is now natively supported!

Fixes #72

24 May 14:08
Compare
Choose a tag to compare

(#72) Removed findDOMNode usage for StrictMode compatibility

Fixes #58 & #60

23 Apr 07:45
Compare
Choose a tag to compare

Contains fixes for following issues:
#58
#60

Couple of bug fixes 🚀

04 Mar 16:42
Compare
Choose a tag to compare
  • Fixes exception on unmount during route change in Edge and Internet Explorer (#40)
  • Fixes click trigger not working for hybrid devices with both touch and click support (#56)