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 visible (Hide)

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.