# Changelog All notable changes to this project will be documented in this file. ## [1.0.0] - 2026-02-08 ### Added - Sidebar widget area (`primary-sidebar`) registered via `register_sidebar()` — manageable in Appearance > Widgets - Widget area rendering in Twig sidebar with fallback to built-in content (recent posts, search, tags) when no widgets assigned - Widget area description strings added to all translation files (en_US, de_CH, fr_FR) ### Changed - Updated README.md with accurate feature counts (15 style variations, 41 patterns, 3 translations) - Added documentation for style variation bridge, widget areas, RTL support, and accessibility features ## [0.3.3] - 2026-02-08 ### Fixed - Style variation colors not applied to Bootstrap frontend — bridge function checked wrong palette origin (`custom` instead of `theme`) - Variation detection now compares `theme` origin against base theme.json defaults instead of looking for slugs in `custom` origin ## [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 (`