v9.2.0
v9.2.0 — 2026-07-02
Small release — fixed invisible select text (my own v9.1 regression) + stronger mobile category contrast + tighter dropdown position
Bug: "Show 10/20/40/50" text disappeared entirely
This was a regression I introduced in v9.1 while trying to fix the vertical-centering issue — combining appearance: none with a hand-written data-URI SVG background arrow is fragile and doesn't render consistently across browsers/environments. Reverted to the simple, proven approach: no fixed height, no appearance override, just symmetric padding: 13px 14px, which naturally centres the text and is far more reliable across browsers. Removed the custom arrow entirely — the browser's native dropdown arrow is back.
Mobile category dropdown — selected state now unmistakable
Went further than a subtle tint: selected categories on mobile now show a solid red background with white text (identical styling to the desktop pill's active state) plus a ✓ checkmark, so there's no ambiguity about which categories are selected, even at a glance.
Positioning tightened
Reduced the gap between the "Categories ▾" toggle button and the dropdown panel beneath it (moved up a few pixels, per your request) — the panel now sits closer/more attached to its toggle button.