# Changelog All notable changes to this project will be documented in this file. ## [0.3.2] - 2026-02-08 ### Fixed - Dark mode body colors overridden by WordPress global styles (`styles.color` in `theme.json` generated conflicting `body` CSS) - Dark mode styling for plugin-generated form elements (`select`, `input`, `textarea`) that lack Bootstrap classes - Footer columns template used hardcoded `bg-dark text-light` instead of semantic `bg-body-tertiary` - Style variation bridge function ran with default palette when no variation was active, causing unnecessary CSS overrides ### Changed - Removed `styles.color` from `theme.json` to prevent WordPress from generating body background/text CSS that conflicts with Bootstrap dark mode - Added `!important` override in `_custom.scss` for `html[data-bs-theme="dark"] body` to ensure Bootstrap dark mode takes precedence - Added broad dark mode rules for native form elements in `_custom.scss` ## [0.3.1] - 2026-02-08 ### Added - 4 new light style variations: Rose, Sand, Lavender, Mint - 4 new dark style variations: Slate, Mocha, Nebula, Obsidian - Total of 15 color palettes available in the Design Editor (7 light, 7 dark, plus default) ## [0.3.0] - 2026-02-08 ### Added - Skip-to-content link for keyboard navigation accessibility - ARIA labels on all navigation landmarks (`