Releases: StarCitizenTools/mediawiki-extensions-FloatingUI
Releases · StarCitizenTools/mediawiki-extensions-FloatingUI
v1.0.1
07 Apr 19:25
Compare
Sorry, something went wrong.
No results found
1.0.1 (2025-04-07)
Bug Fixes
remove conflicting CSS with teleportTarget (112c973 )
v1.0.0
07 Apr 18:08
Compare
Sorry, something went wrong.
No results found
1.0.0 (2025-04-07)
⚠ BREAKING CHANGES
update MediaWiki requirement to 1.43.0
update imports to use MediaWiki namespace
Features
increase floating content padding (f77590f )
use Codex tokens (057d4a0 )
use MW teleportTarget to position floating elements (65754ac )
Miscellaneous Chores
update @floating-ui/dom to 1.6.13 (4599502 )
Code Refactoring
update imports to use MediaWiki namespace (0b7c67a )
Build System
update MediaWiki requirement to 1.43.0 (f6990e4 )
v0.3.1
30 Nov 03:36
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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 )