Skip to content

Commit 16dfd8f

Browse files
committed
Fixed scroll, dependency bumps and work on tests
- Element is now correctly aligned when a user scrolls - Updated position package - Added a test for window scrolling (nothing user-facing) - Fixed a test name (nothing user-facing) - Developer dependency bumps (nothing user-facing)
1 parent 7445f0a commit 16dfd8f

File tree

5 files changed

+2800
-2296
lines changed

5 files changed

+2800
-2296
lines changed

CHANGELOG.md

Lines changed: 19 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 aligned when a user scrolls
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>
@@ -70,3 +88,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7088
[1.0.1]: https://github.com/TopMarksDevelopment/JavaScript.HoverBox/release/tag/v1.0.1
7189
[comp:1.0.1]: https://github.com/TopMarksDevelopment/JavaScript.HoverBox/compare/v1.0.0...v1.0.1
7290
[1.0.0]: https://github.com/TopMarksDevelopment/JavaScript.HoverBox/release/tag/v1.0.0
91+
[cl:tp]: https://github.com/TopMarksDevelopment/JavaScript.Position/blob/main/CHANGELOG.md

0 commit comments

Comments
 (0)