changelogs.md


topmarksdevelopment/javascript.hoverbox

Repository  -  API  -  Source

2.0.0

December 22, 2022

[Compare to previous release][comp:2.0.0]

Breaking changes

  • Migrated to the generic @topmarksdevelopment/position. Breaking as underlying types have changed:
    • PositionAlignment => Alignment
    • PositionCollision => CollisionHandler

Changed

  • Now released as a UMD, CJS and ES module packages, for better support

Other

  • Added tests to check basic functionality (plan to extend in the future)
  • Added workflows for auto releases to NPM and GitHub pages
  • Tidied readme
  • Other changes (nothing user facing)

1.0.1

May 19, 2022

[Compare to previous release][comp:1.0.1]

Fixed

  • Fixed an issue where dragging back onto an element before its timeout fired would cancel the old hide queue but not re-queue it #4

Updated

  • @topmarksdevelopment/hover-position from 1.0.0 to 1.0.1
    • Fixed position when the anchor is inside a scrollable element hover-position#4
    • Other changes (nothing user facing)

1.0.0

May 12, 2022

This was the first release