Skip to content

v1.0.3 #12

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unpublished
## [1.0.3] - 2024-09-12

<small>[Compare to previous release][comp:1.0.3]</small>

### Fixed

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

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

## [1.0.2] - 2024-07-30

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

**This was the first release**

[comp:1.0.3]: https://github.com/TopMarksDevelopment/JavaScript.Position/compare/v1.0.2...v1.0.3
[1.0.3]: https://github.com/TopMarksDevelopment/JavaScript.Position/release/tag/v1.0.3
[comp:1.0.2]: https://github.com/TopMarksDevelopment/JavaScript.Position/compare/v1.0.1...v1.0.2
[1.0.2]: https://github.com/TopMarksDevelopment/JavaScript.Position/release/tag/v1.0.2
[comp:1.0.1]: https://github.com/TopMarksDevelopment/JavaScript.Position/compare/v1.0.0...v1.0.1
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Position (A JavaScript package)

[![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)
![NPM Version](https://img.shields.io/npm/v/%40topmarksdevelopment%2Fposition)

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.

Expand Down
Loading