Skip to content

Commit 00deedc

Browse files
authored
Location now respects the window scroll position - PR#3 by glenn2223
- The position now respects the window scroll position - Updated `@topmarksdevelopment/position` to `1.0.1` [Changelog][cl:tp] - Developer dependency bumps (no user-facing changes)
2 parents 7bfeba9 + 6d6451d commit 00deedc

File tree

4 files changed

+2553
-2215
lines changed

4 files changed

+2553
-2215
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,27 @@ 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] - 2023-11-14
30+
31+
<small>[Compare to previous release][comp:1.0.1]</small>
32+
33+
### Fixed
34+
35+
- The position now respects the window scroll position
36+
37+
### Updated
38+
39+
- `@topmarksdevelopment/position` to `1.0.1` [Changelog][cl:tp]
40+
41+
### Changes
42+
43+
- Developer dependency bumps (no user-facing changes)
44+
2945
## [1.0.0] - 2022-12-13
3046

3147
**This was the first release**
3248

49+
[comp:1.0.1]: https://github.com/TopMarksDevelopment/JavaScript.Autocomplete/compare/v1.0.0...v1.0.1
50+
[1.0.1]: https://github.com/TopMarksDevelopment/JavaScript.Autocomplete/release/tag/v1.0.1
3351
[1.0.0]: https://github.com/TopMarksDevelopment/JavaScript.Autocomplete/release/tag/v1.0.0
52+
[cl:tp]: https://github.com/TopMarksDevelopment/JavaScript.Position/blob/main/CHANGELOG.md

0 commit comments

Comments
 (0)