Skip to content

Releases: TopMarksDevelopment/JavaScript.HoverBox

v2.0.1

14 Nov 13:29
8af5730
Compare
Choose a tag to compare

2.0.1 - 2023-11-14

Compare to previous release

Fixed

  • Element is now correctly positioned when the window has scrolled

Updated

  • @topmarksdevelopment/position to 1.0.1 Changelog

Other

  • Added a test for window scrolling (nothing user-facing)
  • Fixed a test name (nothing user-facing)
  • Developer dependency bumps (nothing user-facing)

What's Changed

Full Changelog: v2.0.0...v2.0.1

v2.0.0

22 Dec 13:41
Compare
Choose a tag to compare

2.0.0 - 2022-12-22

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)

Full Changelog: v1.0.1...v2.0.0

v1.0.1

19 May 16:30
Compare
Choose a tag to compare

1.0.1 - 2022-05-19

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)

Commits

Full Changelog: v1.0.0...v1.0.1

v1.0.0

12 May 14:12
4f906be
Compare
Choose a tag to compare

Initial release