What's New in v1.2.0
Added
- Auto-numbered captions: Poster compiler automatically prepends bold "Figure X." and "Table X." labels to caption elements
- Hardcoded color palettes: viridis, plasma, inferno, magma, cividis palettes work in CI environments without matplotlib installed
Fixed
- Viridis palette lookup for matplotlib 3.9+ (use dict access instead of deprecated
.get()) - CI cross-platform failures across macOS, Linux, and Windows
- Caption label isolation: flex layout no longer forces "Figure X." onto its own line when caption is the last child of a poster section
Changed
- Poster layout refinements: chart-row layout, vertical centering, Figure 2 clipping fix
- Extended Figure 2 caption to multi-line with descriptive text
- Trimmed Limitations box to prevent text overflow
Full Changelog: v1.1.1...v1.2.0