0.3.1 (2024-11-30)
- 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)
- add mw-parser-output to floating-content so tooltip content can be styled by TemplateStyles (512cb20)
- use aria-details for reference element (4ba15fe)
- set installer-name for composer (2aa7a2b)
0.2.0 (2024-09-07)
- 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)
- prevent floating element from breaking viewport (43f8870)
- remove elements after transition (3f34b71)
0.1.0 (2024-09-05)
- 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)
- use transform instead of position to position floating element (8e174dc)