Skip to content

Commit 0bd352c

Browse files
authored
v1.0.3 - PR#12 from glenn2223
# 1.0.3 - 2024-09-12 <small>[Compare to previous release][comp:1.0.3]</small> ### Fixed - Position is once again changed if there's overflow (settings permitted) ### Changed - Added new overflow test and tweaked other tests - Developer dependency bumps (no user-facing changes) [comp:1.0.3]: v1.0.2...v1.0.3
2 parents df138a8 + 0636d93 commit 0bd352c

File tree

4 files changed

+473
-466
lines changed

4 files changed

+473
-466
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ 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-
## Unpublished
29+
## [1.0.3] - 2024-09-12
30+
31+
<small>[Compare to previous release][comp:1.0.3]</small>
3032

3133
### Fixed
3234

@@ -35,6 +37,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3537
### Changed
3638

3739
- Added new overflow test and tweaked other tests
40+
- Developer dependency bumps (no user-facing changes)
3841

3942
## [1.0.2] - 2024-07-30
4043

@@ -62,6 +65,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6265

6366
**This was the first release**
6467

68+
[comp:1.0.3]: https://github.com/TopMarksDevelopment/JavaScript.Position/compare/v1.0.2...v1.0.3
69+
[1.0.3]: https://github.com/TopMarksDevelopment/JavaScript.Position/release/tag/v1.0.3
6570
[comp:1.0.2]: https://github.com/TopMarksDevelopment/JavaScript.Position/compare/v1.0.1...v1.0.2
6671
[1.0.2]: https://github.com/TopMarksDevelopment/JavaScript.Position/release/tag/v1.0.2
6772
[comp:1.0.1]: https://github.com/TopMarksDevelopment/JavaScript.Position/compare/v1.0.0...v1.0.1

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Position (A JavaScript package)
22

33
[![The result of the latest test run](https://github.com/TopMarksDevelopment/JavaScript.Position/actions/workflows/tests.yml/badge.svg)](https://github.com/TopMarksDevelopment/JavaScript.Position/actions/workflows/tests.yml)
4+
![NPM Version](https://img.shields.io/npm/v/%40topmarksdevelopment%2Fposition)
45

56
A small package to help position a floating element. This can be positioned relative to another elements' current screen position, or to a mouse event.
67

0 commit comments

Comments
 (0)