Releases: TopMarksDevelopment/JavaScript.HoverBox
Releases · TopMarksDevelopment/JavaScript.HoverBox
v2.0.1
2.0.1 - 2023-11-14
Fixed
- Element is now correctly positioned when the window has scrolled
Updated
@topmarksdevelopment/position
to1.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
- Fixed scroll, dependency bumps and work on tests by @glenn2223 in #5
- v2.0.1 by @glenn2223 in #6
Full Changelog: v2.0.0...v2.0.1
v2.0.0
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
andES
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
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
from1.0.0
to1.0.1
- Fixed position when the anchor is inside a scrollable element hover-position#4
- Other changes (nothing user facing)
Commits
- Box hiding fix by @glenn2223 in #4
Full Changelog: v1.0.0...v1.0.1