Skip to content
This repository was archived by the owner on Dec 12, 2022. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 162e0a8

Browse files
committedMay 19, 2022
v1.0.1
# 1.0.1 - 2022-05-19 ## Fixed - Fixed position when the anchor is inside a scrollable element ## Other - Tidied "ReadMe" - Bumped dev dependencies (_no user changes_)
1 parent 95536b4 commit 162e0a8

File tree

3 files changed

+1565
-71
lines changed

3 files changed

+1565
-71
lines changed
 

‎CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,18 @@ 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 position when the anchor is inside a scrollable element
33+
34+
### Other
35+
- Tidied "ReadMe"
36+
- Bumped dev dependencies (_no user changes_)
37+
2938
## [1.0.0] - 2022-05-12
3039

3140
**This was the first release**
3241

33-
[unreleased]: https://github.com/TopMarksDevelopment/JavaScript.HoverPosition/compare/v1.0.0...development
42+
[1.0.1]: https://github.com/TopMarksDevelopment/JavaScript.HoverPosition/release/tag/v1.0.1
3443
[1.0.0]: https://github.com/TopMarksDevelopment/JavaScript.HoverPosition/release/tag/v1.0.0

‎package-lock.json

Lines changed: 1552 additions & 67 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@topmarksdevelopment/hover-position",
33
"description": "A compact tool to help position an element against another. Similar to JQuery `.position()`",
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",
@@ -32,8 +32,8 @@
3232
"prepublishOnly": "npm run lint"
3333
},
3434
"devDependencies": {
35-
"@typescript-eslint/eslint-plugin": "^5.23.0",
36-
"@typescript-eslint/parser": "^5.23.0",
35+
"@typescript-eslint/eslint-plugin": "^5.25.0",
36+
"@typescript-eslint/parser": "^5.25.0",
3737
"eslint": "^8.15.0",
3838
"prettier": "^2.6.2",
3939
"typescript": "^4.6.4"

0 commit comments

Comments
 (0)
This repository has been archived.