Please welcome our first Release Candidate for Popper 2!
With this release, the official website and documentation has been updated to point to the Popper 2 content.
Notable changes:
- Fixed various issues on Edge and Internet Explorer 11;
- Renamed
optionallyRequires
torequiresIfExists
; - Replaced
onCreate
andonDestroy
witheffect
- Account for scrollbar sizes when positioning poppers;
- Modifiers can now avoid to return
state
, ifundefined
is returned, the samestate
object will be used on the next modifier;