Skip to content

Releases: Vibeaxis/vax-micro-ux

Release list

v.1.0.4

Choose a tag to compare

@Vibeaxis Vibeaxis released this 23 Sep 02:52
930f2f7

• New: micro-interactions & admin polish
• No settings bloat — opt-in via filters/constants
• Auto-updates from GitHub (no wp.org)

v1.0.3

Choose a tag to compare

@Vibeaxis Vibeaxis released this 13 Sep 14:00
67fe1b7

What’s new

Arrow now inherits theme color via fill="currentColor" (visible on dark backgrounds)

Adds :focus-visible ring and gentle hover

Metadata: “Tested up to: 6.8” for wp.org compatibility

No JS, no options, no tracking — still boring on purpose

Install
Upload the ZIP → Activate → On long posts (≥900 words), a small Back-to-Top appears on mobile.

Customize (filters)

add_filter('vax_backtop_min_words', fn()=>1200);
add_filter('vax_backtop_mobile_breakpoint', fn()=>768);
add_filter('vax_backtop_bg', fn()=> '#ffd400');
add_filter('vax_backtop_fg', fn()=> '#000000');