Skip to content

Releases: StarCitizenTools/mediawiki-extensions-FloatingUI

v0.3.1

30 Nov 03:36
f7035a6
Compare
Choose a tag to compare

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)

v0.3.0

30 Nov 01:03
407dec3
Compare
Choose a tag to compare

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)

v0.2.0

07 Sep 04:10
7fb0fcb
Compare
Choose a tag to compare

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)

v0.1.0

05 Sep 22:23
5615e40
Compare
Choose a tag to compare

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)