Skip to content

Latest commit

 

History

History
59 lines (34 loc) · 4.28 KB

CHANGELOG.md

File metadata and controls

59 lines (34 loc) · 4.28 KB

Changelog

0.3.1 (2024-11-30)

Bug Fixes

  • match all sibling elements instead of the next one (5f36d05)
  • mw-parser-output should apply to inner element (3041a91)

0.3.0 (2024-11-30)

Features

  • add mw-parser-output to floating-content so tooltip content can be styled by TemplateStyles (512cb20)
  • use aria-details for reference element (4ba15fe)

Miscellaneous Chores

  • set installer-name for composer (2aa7a2b)

0.2.0 (2024-09-07)

Features

  • add animation to floating elements (44c6751)
  • constrain to top and bottom alignment only (0fb2c11)
  • separate floating positioning from content (47de78b)
  • use autoUpdate by default (75e3930)

Bug Fixes

  • prevent floating element from breaking viewport (43f8870)
  • remove elements after transition (3f34b71)

0.1.0 (2024-09-05)

Features

  • add basic tooltip logic (e72ecf8)
  • add shift (b11c043)
  • allow floating target to be focusable (360991e)
  • allow the floating element to stay visible when it is interacted (1bcec58)
  • content must be directly inside the reference element (106844e)
  • initial commit (41bae67)
  • set aria-hidden to floating element (e6a5eec)
  • set up arrow and basic styles (ff0077f)
  • support wikitext parser function (542b585)
  • tweak floating styles (5602449)

Performance Improvements

  • use transform instead of position to position floating element (8e174dc)