Skip to content

Commit 65d2368

Browse files
Martin Mahnerclaude
authored andcommitted
Release version 1.2.1
- Fix Alpine.js syntax error in mobile navigation - Add comprehensive Playwright tests for burger menu functionality 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 4542a98 commit 65d2368

File tree

3 files changed

+22
-4
lines changed

3 files changed

+22
-4
lines changed

CHANGELOG.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,33 @@
11
# Changelog
22

3-
## Unreleased
3+
## Version 1.2.1 (2025-11-23)
44

55
### Fixed
66

77
- **Alpine.js syntax error in mobile navigation** - Fixed malformed `:class` binding
88
- Corrected invalid syntax to proper ternary operator: `mobileMenuOpen ? 'flex' : 'hidden sm:flex'`
99
- Added tailwhip `skip_expressions` configuration to prevent formatting ternary operators
10-
- Added Playwright tests for burger menu toggle and auto-close functionality
1110
- Changed Playwright reporter to 'list' to prevent background server processes
1211

12+
### Added
13+
14+
- **Comprehensive Playwright tests for burger menu** - Added 4 new tests for mobile navigation
15+
- Desktop: burger hidden, navigation visible by default
16+
- Mobile: burger button visible
17+
- Mobile: menu toggles on/off with burger clicks
18+
- Mobile: menu closes after section selection, active state persists
19+
- All tests verify correct element visibility and state management across viewport sizes
20+
21+
### Deployment
22+
23+
```bash
24+
# Using uv (recommended)
25+
uvx microdocs@1.2.1 README.md CHANGELOG.md
26+
27+
# Using pip
28+
pip install --upgrade microdocs
29+
```
30+
1331
## Version 1.2.0 (2025-11-23)
1432

1533
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "microdocs"
7-
version = "1.2.0"
7+
version = "1.2.1"
88
description = "Transform your Markdown files into a self-contained HTML documentation site."
99
readme = "README.md"
1010
authors = [

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)