Skip to content

v1.2.1 - Bug Fixes and Enhanced Testing

Latest

Choose a tag to compare

@bartTC bartTC released this 23 Nov 19:08
· 3 commits to main since this release

Fixed

  • Alpine.js syntax error in mobile navigation - Fixed malformed :class binding
    • Corrected invalid syntax to proper ternary operator: mobileMenuOpen ? 'flex' : 'hidden sm:flex'
    • Added tailwhip skip_expressions configuration to prevent formatting ternary operators
    • Changed Playwright reporter to 'list' to prevent background server processes

Added

  • Comprehensive Playwright tests for burger menu - Added 4 new tests for mobile navigation
    • Desktop: burger hidden, navigation visible by default
    • Mobile: burger button visible
    • Mobile: menu toggles on/off with burger clicks
    • Mobile: menu closes after section selection, active state persists
    • All tests verify correct element visibility and state management across viewport sizes

Installation

# Using uv (recommended)
uvx microdocs@1.2.1 README.md CHANGELOG.md

# Using pip
pip install --upgrade microdocs