Home

>

Tools

>

Ghost

>

Releases

>

5.69.2

Ghost Release: 5.69.2

Tag Name: v5.69.2

Release Date: 10/16/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.69.2 is a bug fix release that addresses several editor-related issues. It fixes problems with HTML card styles affecting the editor display, prevents invalid nesting of elements within heading nodes, and resolves an issue where paragraphs following cards were being deleted when pressing the Delete key at the beginning of formatted text. These improvements enhance the stability and usability of the Ghost editor, making content creation more reliable.

Highlight of the Release

    • Fixed issue where pressing Delete at the beginning of formatted text could delete the following paragraph
    • Prevented HTML card styles from interfering with the editor display
    • Fixed invalid nesting of elements within heading nodes

Migration Guide

No migration steps are required for this release. This is a patch update that can be applied without any additional configuration or migration steps.

Upgrade Recommendations

This release contains important bug fixes for the Ghost editor. It is recommended for all users to upgrade, especially those who frequently use the editor with formatted text, headings, and HTML cards. The update is a patch release and should be safe to apply without any breaking changes.

Bug Fixes

Editor Improvements

  • Fixed an issue where pressing the Delete key at the beginning of formatted text could cause the following paragraph containing a card to be deleted (#18632)
  • Fixed potential invalid nesting of elements within heading nodes in the editor by extending de-nesting transforms to include non-Paragraph element nodes (#18646)
  • Fixed an issue where styles in HTML card content could interfere with the editor display by removing <style> elements and style attributes when rendering HTML cards inside the editor (#18647)

New Features

No new features were introduced in this release. This is a bug fix release focused on improving the stability and usability of the Ghost editor.

Security Updates

No security fixes were included in this release.

Performance Improvements

No specific performance improvements were included in this release. The changes were focused on bug fixes for the editor functionality.

Impact Summary

Ghost v5.69.2 focuses on improving the editor experience by fixing three key bugs that could impact content creation. The fixes address issues with the Delete key behavior, element nesting in headings, and HTML card style handling. These improvements make the editor more reliable and prevent potential content loss or display issues. The changes are particularly beneficial for content creators who work with complex formatting, headings, and HTML content in their posts.

Full Release Notes

  • 🐛 Fixed styles in HTML card content interfering with editor display (#18647) - Kevin Ansfield
  • 🐛 Fixed potential invalid nesting of elements within heading nodes in editor (#18646) - Kevin Ansfield
  • 🐛 Fixed card following paragraph being deleted when pressing Delete at beginning of some formatted text - Kevin Ansfield

View the changelog for full details: v5.69.1...v5.69.2

🌐 Help us translate Ghost + Portal: https://forum.ghost.org/t/help-translate-ghost-beta/37461

Statistics:

File Changed3
Line Additions7
Line Deletions7
Line Changes14
Total Commits4

User Affected:

  • Fixed issue where pressing Delete at the beginning of formatted text could accidentally delete the following paragraph containing a card
  • Improved editor stability with better handling of HTML card content styles
  • Prevented invalid nesting of elements within heading nodes, reducing potential formatting errors

Contributors:

kevinansfieldgithub-actions[bot]