Skip to content

Releases: floating-ui/floating-ui

v0.4.2

21 May 12:43
Compare
Choose a tag to compare
  • 566d4e6: Forgot to update the build, sorry

v0.4.1

21 May 11:01
Compare
Choose a tag to compare

v0.4.0

01 May 09:39
Compare
Choose a tag to compare
  • 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

v0.3.8

30 Apr 19:39
Compare
Choose a tag to compare

fixed problem with NPM release

v0.3.7

30 Apr 16:24
Compare
Choose a tag to compare

v0.3.6

20 Apr 16:39
Compare
Choose a tag to compare

v0.3.5

18 Apr 10:56
Compare
Choose a tag to compare
  • c1c4168: fixed #33, error when trying to create a popper inside a form element.

v0.3.4

14 Apr 13:35
Compare
Choose a tag to compare
  • 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.

v0.3.3

12 Apr 15:59
Compare
Choose a tag to compare
  • 1782c39: fixed #21, problem with position of poppers when inside fixed parent.

v0.3.2

12 Apr 14:53
Compare
Choose a tag to compare
  • 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.