floating-ui

A JavaScript library to position floating elements and create interactions for them.

MIT License

Downloads
202.3M
Stars
28.6K
Committers
104

Bot releases are hidden (Show)

floating-ui - v0.3.6

Published by FezVrasta over 8 years ago

  • 83a990b: fixed #34
floating-ui - v0.3.5

Published by FezVrasta over 8 years ago

  • c1c4168: fixed #33, error when trying to create a popper inside a form element.
floating-ui - v0.3.4

Published by FezVrasta over 8 years ago

  • 7e98c14: fixed destroy method
  • d811684: BREAKING CHANGE, renamed trigger to reference, you can now access data.offsets.reference instead of
    data.offsets.trigger, and this._reference instead of this._trigger.
floating-ui - v0.3.3

Published by FezVrasta over 8 years ago

  • 1782c39: fixed #21, problem with position of poppers when inside fixed parent.
floating-ui - v0.3.2

Published by FezVrasta over 8 years ago

  • 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.
floating-ui - v0.3.1

Published by FezVrasta over 8 years ago

  • b0d77ff: don't apply x-placement attr if applyStyles modifier is disabled
floating-ui - v0.3.0

Published by FezVrasta over 8 years ago

  • 5521b0d: added support for integration with React.js and Ember.js.
    Now popper.js will allow you to disable DOM modifications and exposes an onUpdate callback you can use to export the
    popper coordinates in your framework.
floating-ui - v0.2.6

Published by FezVrasta over 8 years ago

  • 6732353: removed shared state;
floating-ui - v0.2.5

Published by FezVrasta over 8 years ago

  • 77677f0: round top and left coordinates to prevent blur effect
floating-ui - v0.2.4

Published by FezVrasta over 8 years ago

  • 35bbbc6: fixed position on scroll of fixed poppers on Safari Mobile;
floating-ui - v0.2.3

Published by FezVrasta over 8 years ago

This release just fixes the URL of the NPM package, it was set to point to the private gitlab repo used to develop the project in early stage.

floating-ui - v0.2.2

Published by FezVrasta over 8 years ago

  • 2a9b804: Fixed troubles with positioning when the reference element is placed inside a relative parent and the popper is placed inside the body
floating-ui - v0.2.1

Published by FezVrasta over 8 years ago

I forgo to update the builds of the last release, I'm sorry for it!

floating-ui - v0.2.0

Published by FezVrasta over 8 years ago

  • Added feature to create new popper elements automatically
  • Unified Popper.js and Near.js into a single library
floating-ui - First stable release

Published by FezVrasta over 8 years ago

This is the first stable release of Popper.js, it includes Near.js.