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 - v1.14.3

Published by FezVrasta over 6 years ago

fix: Regression introduced by #596 (#599)

floating-ui - v1.14.2

Published by FezVrasta over 6 years ago

  • perf: Reduce size of isIE helper (#594)
  • fix: offset rounding (#595)
  • fix: Fixed #251 (finally) (#596)
floating-ui - v1.14.1

Published by FezVrasta over 6 years ago

fix: regression in Popper namespace TS typings (#584)

floating-ui - v1.14.0

Published by FezVrasta over 6 years ago

Popper.js

  • fix: Find parents with CSS property overflow: overlay; (#540)
  • feat(popper): add positionFixed option (#487)
  • fix: Add missing cleanup for the Destroy method (#542) (#544)
  • fix: offset parent calculation for hidden elements (#545)
  • fix: Fixed the statement 2 of the loop to run through all autoprefixer (#570)
  • fix: Fixed d.ts to make positionFixed optional
  • fix: Extract Behavior type

Tooltip.js (1.2.0)

  • feat(tooltip): Added function to update the tooltip's content
  • fix: Trigger a popper update when changing tooltip title
floating-ui - v1.12.9

Published by FezVrasta almost 7 years ago

build: Fixed Bower releases

floating-ui - v1.12.8

Published by FezVrasta almost 7 years ago

  • fix(popper): Address for border width during arrow computation (fix #417 )
  • build: Update Rollup and add watch mode
floating-ui - v1.12.7

Published by FezVrasta almost 7 years ago

The size of the final minified bundle has been reduced by ~18%, or ~10% when gzipped.

The brotli minified size instead has reduced by ~6%, making the library go below the 6KB size again after several months! (5.97KB!)

floating-ui - v1.12.6

Published by FezVrasta about 7 years ago

Popper.js v1.12.6:

  • fix: Improve error when invalid element is passed (04337931428351d9346d4a8963e28d7fed3a33b6)
  • fix: #437 by not using the reserved keyword function as property (#445)
  • fix: Rely on ownerDocument references for both poppers and reference elements (#425)
  • fix: Don't rely only on a defined window to determine if we have a DOM (#462)
  • fix: Use Promises to debounce instead of MutationObserver. (#461)

Tooltip.js:

  • Fix bug with dispose(). (42159740c73ecbf4e0aed5b6b81b13f2d6fbf8ad)
  • fix(tooltip): Resolve conflict in tooltip.dispose() (#463)
floating-ui - v1.12.5

Published by FezVrasta about 7 years ago

  • Revert "fix(popper): Fixed regression #401 (#402)"
    This is needed to fix #302 again, but reintroduces #401. A fix for #402 is still under development.
floating-ui - v1.12.4

Published by FezVrasta about 7 years ago

  • fix(popper): Fixed regression #401 (#402)
floating-ui - v1.12.3

Published by FezVrasta about 7 years ago

  • fix(popper): Fixed #302
floating-ui - v1.12.2

Published by FezVrasta about 7 years ago

  • fix(popper): Properly generate NuGet package
floating-ui - v1.12.1

Published by FezVrasta about 7 years ago

  • fix(popper): address variations in inner modifier
  • docs(popper): Warning about flip modifier
floating-ui - v1.12.0

Published by FezVrasta about 7 years ago

  • feat(popper): Add data.arrowStyles property

Starting from this version, you should be able to install Popper.js from Bower with:

bower install popper.js

Note that only popper.js is available through Bower because of the limitations of the system explained in issue https://github.com/FezVrasta/popper.js/issues/390.

floating-ui - v1.11.1

Published by FezVrasta about 7 years ago

  • fix(popper): Fixed TS type definitions (#367)
floating-ui - v1.11.0

Published by FezVrasta over 7 years ago

  • [update] Updated Dependencies (#349)
  • [feat] add typescript definitions (#351)
  • [fix] Use correct casing for JavaScript vendor-prefixes (#356)
  • [fix] Fixed #276 (#363)
floating-ui - v1.10.8

Published by FezVrasta over 7 years ago

Fixed Popper.js UMD bundle that was broken with 1.10.7

floating-ui - v1.10.7

Published by FezVrasta over 7 years ago

  • [fix] Fixed #338
floating-ui - v1.10.5

Published by FezVrasta over 7 years ago

  • [fix] Previous versions introduced a bug with non umd bundles where PopperUtils weren't imported.
  • [fix] #277 (#319)
  • [fix] #309 (#320)
  • [fix] #305 (#321)
  • [fix] #303 (#322)
floating-ui - v1.10.2

Published by FezVrasta over 7 years ago

  • [fix] Fixed #310