Skip to content

Commit b425c99

Browse files
authored
Fixed position on scrolled window - PR#5 by glenn2223
- Element is now correctly positioned when the window has scrolled - Updated `@topmarksdevelopment/position` to `1.0.1` - Added a test for window scrolling (nothing user-facing) - Fixed a test name (nothing user-facing) - Developer dependency bumps (nothing user-facing)
2 parents 7445f0a + 6f6d9b8 commit b425c99

File tree

5 files changed

+2802
-2296
lines changed

5 files changed

+2802
-2296
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,24 @@ 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+
## [2.0.1] - 2023-11-14
30+
31+
<small>[Compare to previous release][comp:2.0.1]</small>
32+
33+
### Fixed
34+
35+
- Element is now correctly positioned when the window has scrolled
36+
37+
### Updated
38+
39+
- `@topmarksdevelopment/position` to `1.0.1` [Changelog][cl:tp]
40+
41+
### Other
42+
43+
- Added a test for window scrolling (nothing user-facing)
44+
- Fixed a test name (nothing user-facing)
45+
- Developer dependency bumps (nothing user-facing)
46+
2947
## [2.0.0] - 2022-12-22
3048

3149
<small>[Compare to previous release][comp:2.0.0]</small>
@@ -65,8 +83,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6583

6684
**This was the first release**
6785

86+
[2.0.1]: https://github.com/TopMarksDevelopment/JavaScript.HoverBox/release/tag/v2.0.1
87+
[comp:2.0.1]: https://github.com/TopMarksDevelopment/JavaScript.HoverBox/compare/v2.0.0...v2.0.1
6888
[2.0.0]: https://github.com/TopMarksDevelopment/JavaScript.HoverBox/release/tag/v2.0.0
6989
[comp:2.0.0]: https://github.com/TopMarksDevelopment/JavaScript.HoverBox/compare/v1.0.1...v2.0.0
7090
[1.0.1]: https://github.com/TopMarksDevelopment/JavaScript.HoverBox/release/tag/v1.0.1
7191
[comp:1.0.1]: https://github.com/TopMarksDevelopment/JavaScript.HoverBox/compare/v1.0.0...v1.0.1
7292
[1.0.0]: https://github.com/TopMarksDevelopment/JavaScript.HoverBox/release/tag/v1.0.0
93+
[cl:tp]: https://github.com/TopMarksDevelopment/JavaScript.Position/blob/main/CHANGELOG.md

0 commit comments

Comments
 (0)