github happytodev/blogr v0.15.7

latest releases: v0.16.0, v0.15.12, v0.15.11...
pre-release3 months ago

What's Changed

  • CMS Block Text Colors Fix Fixes #169:
    • Fixed CMS blocks not respecting custom text colors configured in the admin panel (Heading Color, Subtitle Color, Body Text Color)
    • Root Cause: Blocks used hardcoded Tailwind classes (e.g., text-gray-900 dark:text-white, text-gray-600 dark:text-gray-400) that override custom colors defined in background-wrapper
    • Solution: Removed hardcoded color classes from all text elements (titles, subtitles, paragraphs) and added subtitle class where appropriate to allow background-wrapper CSS to apply custom colors
    • Blocks Fixed (18 blocks covering all text elements):
      • features.blade.php: Title (h2), subtitle, item titles (h3), descriptions
      • hero.blade.php: Title (h1), subtitle
      • cta.blade.php: Heading (h2), subheading
      • testimonials.blade.php: Title (h2), names (h3), roles
      • newsletter.blade.php: Heading (h2), description
      • faq.blade.php: Title (h2), questions, answers
      • team.blade.php: Heading (h2), description, member names (h3), bios
      • gallery.blade.php: Heading (h2), description
      • blog_posts.blade.php: Heading (h2), dates, post titles (h3), excerpts
      • timeline.blade.php: Heading (h2), event titles (h3), descriptions
      • pricing.blade.php: Heading (h2), plan names (h3), descriptions
      • map.blade.php: Heading (h2), sub-headings (h3)
      • video.blade.php: Heading (h2)
      • blog-title.blade.php: Title (h1), description
      • content.blade.php: Prose headings and paragraphs (removed prose-headings:text-gray-900 and prose-p:text-gray-700 override classes)
      • stats.blade.php: Heading (h2)
    • Impact: Users can now fully customize ALL text colors (headings h1-h6, subtitles, body text) in Dark Mode and Light Mode, and blocks will correctly display those choices instead of using hardcoded colors

Full Changelog: v0.15.6...v0.15.7

Don't miss a new blogr release

NewReleases is sending notifications on new releases.