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 - v1.0.0-alpha.8

Published by FezVrasta almost 8 years ago

Fixed various minor bugs.

floating-ui - v1.0.0-alpha.7

Published by FezVrasta almost 8 years ago

  • fixed bug with computation of boundaries when popper and reference were in two different contexts
floating-ui - v1.0.0-alpha.6

Published by FezVrasta almost 8 years ago

All the tests have been fixed (except for one on IE10 which has been skipped temporarily).

There could be little changes in the way Popper.js calculates the margins from the edges of body since now it excludes the margins (it means that a body with 8px margin will be 13px shifted from the edge of the window.

Please report any problems you find using the bug tracker of GitHub and filling out the issues template.

floating-ui - v1.0.0-alpha.3

Published by FezVrasta about 8 years ago

  • Full support for HTML5 shadow root and HTML5 components (#88) (thanks @nadiam84)
  • Improved flip detection strategy (#82) (thanks @nadiam84)

Install with npm install [email protected]

floating-ui - v0.6.4

Published by FezVrasta about 8 years ago

  • 30a781e: Remove necessity of remove polyfill on IE
floating-ui - v0.6.3

Published by FezVrasta about 8 years ago

  • 2e96b0e: removed arrow modifier dependency from applyStyle modifier
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)