Skip to content

Commit ba96d46

Browse files
committed
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](#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)
1 parent 6fe0b13 commit ba96d46

File tree

3 files changed

+26
-16
lines changed

3 files changed

+26
-16
lines changed

CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,19 @@ All notable changes to this project will be documented in this file.
2626
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
2727
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
2828

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)
37+
- Other changes (nothing user facing)
38+
2939
## [1.0.0] - 2022-05-12
3040

3141
**This was the first release**
3242

33-
[unreleased]: https://github.com/TopMarksDevelopment/JavaScript.HoverBox/compare/v1.0.0...main
43+
[1.0.1]: https://github.com/TopMarksDevelopment/JavaScript.HoverBox/compare/v1.0.0...v1.0.1
3444
[1.0.0]: https://github.com/TopMarksDevelopment/JavaScript.HoverBox/release/tag/v1.0.0

package-lock.json

+11-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@topmarksdevelopment/hover-box",
33
"description": "A compact tool to reveal information on hover",
44
"author": "TopMarksDevelopment",
5-
"version": "1.0.0",
5+
"version": "1.0.1",
66
"license": "MIT",
77
"main": "lib/index.js",
88
"types": "lib/index.d.ts",
@@ -33,13 +33,13 @@
3333
"prepublishOnly": "npm run lint"
3434
},
3535
"devDependencies": {
36-
"@typescript-eslint/eslint-plugin": "^5.23.0",
37-
"@typescript-eslint/parser": "^5.23.0",
36+
"@typescript-eslint/eslint-plugin": "^5.25.0",
37+
"@typescript-eslint/parser": "^5.25.0",
3838
"eslint": "^8.15.0",
3939
"prettier": "^2.6.2",
4040
"typescript": "^4.6.4"
4141
},
4242
"dependencies": {
43-
"@topmarksdevelopment/hover-position": "1.0.0"
43+
"@topmarksdevelopment/hover-position": "1.0.1"
4444
}
4545
}

0 commit comments

Comments
 (0)