Home

>

Tools

>

Ghost

>

Releases

>

5.73.2

Ghost Release: 5.73.2

Tag Name: v5.73.2

Release Date: 11/14/2023

Ghost LogoGhost

Open-source publishing platform specifically designed for professional bloggers and publications. Focuses on clean, minimalist writing and publishing experience.

TL;DR

Ghost v5.73.2: Editor Improvements and Bug Fixes

This release focuses on fixing several critical editor issues that were affecting content creation. It addresses blank render outputs with line breaks, link deletion problems in Firefox, and video thumbnail issues in Safari. The update also enhances performance and accessibility by adding image lazy loading, improving button accessibility with ARIA attributes, and removing a keyboard shortcut that conflicted with OS functionality.

Highlight of the Release

    • Fixed critical editor rendering issues with line breaks
    • Improved cross-browser compatibility for Firefox and Safari
    • Enhanced accessibility with proper ARIA role attributes
    • Optimized image loading with srcset and lazy loading

Migration Guide

No migration steps are required for this release. The update focuses on bug fixes and enhancements that work automatically after updating.

Upgrade Recommendations

This release is recommended for all Ghost users, especially those who:

  • Have experienced editor issues with line breaks or link editing
  • Use Safari for video content management
  • Are concerned about accessibility compliance
  • Want to improve site performance with optimized image loading

The update contains no breaking changes and requires no configuration changes after upgrading.

Bug Fixes

Editor Bug Fixes

  • Line Break Rendering: Fixed an issue where using line breaks in certain contexts would result in blank render output
  • Firefox Link Editing: Resolved a Firefox-specific bug where pressing backspace at the end of a link would sometimes delete the entire link
  • Safari Video Thumbnails: Fixed an issue in Safari where generated video thumbnails would appear as plain black images
  • Keyboard Shortcut Conflict: Removed the Ctrl/Cmd+H shortcut as it conflicted with expected operating system behavior (typically used for hiding windows in macOS)

New Features

Performance and Accessibility Enhancements

  • Optimized Header Images: Added srcset and loading="lazy" attributes to header card images, improving page load performance and reducing bandwidth usage
  • Improved Button Accessibility: Enhanced the accessibility of buttons in rendered content by adding appropriate aria-role attributes, making content more accessible to users with screen readers

Security Updates

No security fixes were included in this release.

Performance Improvements

Performance Optimizations

  • Image Loading Optimization: The addition of srcset and loading="lazy" attributes to header card images improves page load performance by:
    • Loading appropriate image sizes based on device capabilities
    • Deferring off-screen images until they're needed
    • Reducing initial page load time and bandwidth consumption

Impact Summary

This release addresses several important editor usability issues that were affecting content creation workflows. The fixes for blank render outputs with line breaks, link deletion in Firefox, and video thumbnails in Safari resolve frustrating pain points for content creators.

The accessibility improvements through proper ARIA role attributes enhance the experience for users with screen readers and help sites meet accessibility standards. Performance optimizations with image lazy loading and srcset support improve page load times and reduce bandwidth usage.

While this is a minor release focused on bug fixes and enhancements rather than major new features, the improvements to cross-browser compatibility and editor reliability make it a worthwhile update for all Ghost installations.

Full Release Notes

  • 🐛 Fixed blank render output in some cases when using line breaks
  • 🐛 Fixed backspace at end of link sometimes deleting whole link in Firefox
  • 🐛 Fixed plain black generated video thumbnails in Safari
  • 🎨 Added srcset and loading="lazy" to header card images
  • 🎨 Improved accessibility of buttons in render output by adding aria-role attributes
  • 🎨 Removed Ctrl/Cmd+H shortcut as it clashed with expected OS shortcut

View the changelog for full details: v5.73.1...v5.73.2

💻 We're looking for DevOps engineers to join Ghost: https://careers.ghost.org/devops-engineer

Statistics:

File Changed3
Line Additions30
Line Deletions30
Line Changes60
Total Commits2

User Affected:

  • Fixed blank render output issues when using line breaks, ensuring content displays properly
  • Fixed link deletion problems in Firefox, improving cross-browser editing experience
  • Fixed video thumbnail generation in Safari, ensuring proper media previews
  • Removed conflicting Ctrl/Cmd+H keyboard shortcut to prevent unexpected behavior

Contributors:

kevinansfieldgithub-actions[bot]