Skip to content

Releases: floating-ui/floating-ui

v1.0.0-beta.1

28 Dec 16:47
Compare
Choose a tag to compare
v1.0.0-beta.1 Pre-release
Pre-release

We are almost there!

All the tests are green and there is only a remaining bug that is going to be fixed in the next beta.
The passage to beta means that I'm not going to change the API anymore and it is to be considered stable.

Please refer to CHANGELOG.md to the full list of breaking changes between v0 and v1.

v1.0.0-beta.2

28 Dec 17:30
Compare
Choose a tag to compare
v1.0.0-beta.2 Pre-release
Pre-release

This second beta fixes the problems with the positioning on inline elements.

I've not remaining bugs related to v1 on the issues tracker, I ask you guys to give this beta a try and report any problems you may find.

If nothing raises until next week, I'm going to promote this to RC and I'll finally publish v1, deprecating v0.

v1.0.0-alpha.8

17 Dec 07:30
Compare
Choose a tag to compare
v1.0.0-alpha.8 Pre-release
Pre-release

Fixed various minor bugs.

v1.0.0-alpha.7

08 Dec 18:16
Compare
Choose a tag to compare
v1.0.0-alpha.7 Pre-release
Pre-release
  • fixed bug with computation of boundaries when popper and reference were in two different contexts

v1.0.0-alpha.6

02 Dec 13:34
Compare
Choose a tag to compare
v1.0.0-alpha.6 Pre-release
Pre-release

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.

v1.0.0-alpha.3

29 Sep 08:25
Compare
Choose a tag to compare
v1.0.0-alpha.3 Pre-release
Pre-release
  • Full support for HTML5 shadow root and HTML5 components (#88) (thanks @nadiam84)
  • Improved flip detection strategy (#82) (thanks @nadiam84)

Install with npm install popper.js@1.0.0-alpha.3

v0.6.4

26 Aug 14:58
Compare
Choose a tag to compare
  • 30a781e: Remove necessity of remove polyfill on IE

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