- 83a990b: fixed #34
- c1c4168: fixed #33, error when trying to create a popper inside a
form
element.
- 7e98c14: fixed destroy method
- d811684: BREAKING CHANGE, renamed
trigger
toreference
, you can now accessdata.offsets.reference
instead ofdata.offsets.trigger
, andthis._reference
instead ofthis._trigger
.
- 1782c39: fixed #21, problem with position of poppers when inside
fixed
parent.
- 592f4c7: revert iOS fix (it wasn't effective) - it should have fixed the repaint problems of fixed poppers during scroll
I'm still looking for a working fix.
- b0d77ff: don't apply x-placement attr if applyStyles modifier is disabled
- 5521b0d: added support for integration with React.js and Ember.js.
Now popper.js will allow you to disable DOM modifications and exposes anonUpdate
callback you can use to export the popper coordinates in your framework.
- 6732353: removed shared state;
- 77677f0: round top and left coordinates to prevent blur effect;
- 35bbbc6: fixed position on scroll of
fixed
poppers on Safari Mobile;
- 7a0ae40: Fixed Git URL of NPM package;
- 2a9b804: Fixed troubles with positioning when the reference element is placed inside a relative parent and the popper is placed inside the body;