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.6.2

Published by FezVrasta about 8 years ago

  • v0.6.1 was bugged, DO NOT use it
  • v0.6.2 fixed the previous version fixing the problem with the positioning inside fixed containers
floating-ui - v0.6.1

Published by FezVrasta about 8 years ago

DO NOT USE, THIS VERSION IS BUGGED!

  • Fixed positioning issue with fixed parents
floating-ui - v1.0.0-alpha.2

Published by FezVrasta about 8 years ago

  • Fixed several bugs
  • Improved performances
  • Improved offset modifier
floating-ui - v1.0.0-alpha.1

Published by FezVrasta about 8 years ago

  • BREAKING CHANGE: removed all the underscores _ prefixes from properties
  • converted source code to ES2015
  • build now uses Rollup
  • moved from JSHint to ESLint
  • updated npm dependencies
  • BREAKING CHANGE: removed parse method from core library, you can't automatically create popper's markup using Popper.js core
  • BREAKING CHANGE: simplified modifiers API, see #62 for migration instructions
  • BREAKING CHANGE: modifiers options are now stored inside the modifiers configurations, see #62
floating-ui - v0.6.0

Published by FezVrasta about 8 years ago

  • 0bd967e: big performance improvements (more info at #17)
floating-ui - v0.5.3

Published by FezVrasta about 8 years ago

  • 3924aa4: fixed scroll detection on Internet Explorer 11 (and probably below)
floating-ui - v0.5.2

Published by FezVrasta over 8 years ago

  • 6691354: fixed arrow position in particular cases
floating-ui - v0.5.1

Published by FezVrasta over 8 years ago

  • 0a79027: Added support for a reference el that is both fixed and transformed. (thanks @hgascoigne)
floating-ui - v0.5.0

Published by FezVrasta over 8 years ago

  • f4e3659: 3rd party modifiers now can set custom styling to poppers (prep for #52)
floating-ui - v0.4.2

Published by FezVrasta over 8 years ago

  • 566d4e6: Forgot to update the build, sorry
floating-ui - v0.4.1

Published by FezVrasta over 8 years ago

  • 660849a: Fix calculation of popper elements' outerSizes (thanks @rafaelverger)
floating-ui - v0.4.0

Published by FezVrasta over 8 years ago

  • 201636a: added feature to use HTML Node as popper content. Use it defining contentType: 'node' and content: yourHTMLNode (thanks @rosskevin)
  • 9503e09: make sure to not add ="undefined" when setting attributes (#39)
  • minor performance improvements
floating-ui - v0.3.8

Published by FezVrasta over 8 years ago

fixed problem with NPM release

floating-ui - v0.3.7

Published by FezVrasta over 8 years ago

  • 80aa0df: fixed #25 and #36
  • 70411fd: fix object check in ie (#35) (thanks @judge)
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