Skip to content

Releases: floating-ui/floating-ui

v0.6.3

21 Aug 13:43
Compare
Choose a tag to compare
  • 2e96b0e: removed arrow modifier dependency from applyStyle modifier

v0.6.2

18 Aug 13:06
Compare
Choose a tag to compare
  • 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

v0.6.1

18 Aug 12:54
Compare
Choose a tag to compare

DO NOT USE, THIS VERSION IS BUGGED!

  • Fixed positioning issue with fixed parents

v1.0.0-alpha.2

11 Aug 13:24
Compare
Choose a tag to compare
v1.0.0-alpha.2 Pre-release
Pre-release
  • Fixed several bugs
  • Improved performances
  • Improved offset modifier

v1.0.0-alpha.1

09 Aug 10:35
Compare
Choose a tag to compare
v1.0.0-alpha.1 Pre-release
Pre-release
  • 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

v0.6.0

08 Aug 11:47
Compare
Choose a tag to compare
  • 0bd967e: big performance improvements (more info at #17)

v0.5.3

06 Aug 22:02
Compare
Choose a tag to compare
  • 3924aa4: fixed scroll detection on Internet Explorer 11 (and probably below)

v0.5.2

15 Jul 14:10
Compare
Choose a tag to compare
  • 6691354: fixed arrow position in particular cases

v0.5.1

07 Jul 11:03
Compare
Choose a tag to compare
  • 0a79027: Added support for a reference el that is both fixed and transformed. (thanks @hgascoigne)

v0.5.0

14 Jun 10:32
Compare
Choose a tag to compare
  • f4e3659: 3rd party modifiers now can set custom styling to poppers (prep for #52)