Releases: mohsinulhaq/react-popper-tooltip
Releases · mohsinulhaq/react-popper-tooltip
popper-js v2! 🎉
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 tocloseOnReferenceHidden
- Basic tooltip CSS is no longer shipped with the library
Add IE11 support
Updated browserslist to include IE11.
Ability to modify MutationObserver options used internally
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
Multi-Trigger Tooltips
Added support for multi-trigger tooltips! 🎉
trigger
prop now also accepts an array of triggers
Fix for #76
Fix #76: Clicking on trigger no longer stops event propagation
Focus Trigger!
Often requested, focus trigger is now natively supported!