You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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](#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](TopMarksDevelopment/JavaScript.HoverPosition#4)
- Other changes (nothing user facing)
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-1
Original file line number
Diff line number
Diff line change
@@ -26,9 +26,19 @@ All notable changes to this project will be documented in this file.
26
26
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
27
27
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
28
28
29
+
## [1.0.1] - 2022-05-19
30
+
31
+
### Fixed
32
+
- 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](https://github.com/TopMarksDevelopment/JavaScript.HoverBox/pull/4)
33
+
34
+
### Updated
35
+
-`@topmarksdevelopment/hover-position` from `1.0.0` to `1.0.1`
36
+
- Fixed position when the anchor is inside a scrollable element [hover-position#4](https://github.com/TopMarksDevelopment/JavaScript.HoverPosition/pull/4)
0 commit comments