Skip to content

Latest commit

 

History

History
93 lines (64 loc) · 3.24 KB

CHANGELOG.md

File metadata and controls

93 lines (64 loc) · 3.24 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

2.0.1 - 2023-11-14

Compare to previous release

Fixed

  • Element is now correctly positioned when the window has scrolled

Updated

  • @topmarksdevelopment/position to 1.0.1 Changelog

Other

  • Added a test for window scrolling (nothing user-facing)
  • Fixed a test name (nothing user-facing)
  • Developer dependency bumps (nothing user-facing)

2.0.0 - 2022-12-22

Compare to previous release

Breaking changes

  • Migrated to the generic @topmarksdevelopment/position. Breaking as underlying types have changed:
    • PositionAlignment => Alignment
    • PositionCollision => CollisionHandler

Changed

  • Now released as a UMD, CJS and ES module packages, for better support

Other

  • Added tests to check basic functionality (plan to extend in the future)
  • Added workflows for auto releases to NPM and GitHub pages
  • Tidied readme
  • Other changes (nothing user facing)

1.0.1 - 2022-05-19

Compare to previous release

Fixed

  • Fixed an issue where dragging back onto an element before its timeout fired would cancel the old hide queue but not re-queue it #4

Updated

  • @topmarksdevelopment/hover-position from 1.0.0 to 1.0.1
    • Fixed position when the anchor is inside a scrollable element hover-position#4
    • Other changes (nothing user facing)

1.0.0 - 2022-05-12

This was the first release