TL;DR
Ghost 0.6.0: Major Editor Overhaul & New Content Features
Ghost 0.6.0 brings a complete overhaul of the editor, replacing CodeMirror with a native textarea implementation that improves spellchecking and mobile support. This release also introduces next/previous post navigation helpers, customizable image storage options, and code injection capabilities without requiring feature flags. RSS feeds have been significantly improved with better structured data and media support. Several critical bugs affecting subdomains, meta descriptions, and accessibility have been fixed.
This is a substantial update for content creators and developers alike, with improvements to both the authoring experience and the platform's extensibility.
Upgrade Recommendations
Recommendation: This is a significant update with major improvements to the editor, content features, and developer tools. We recommend all users upgrade to Ghost 0.6.0.
Priority: Medium-High
Preparation:
- Take a complete backup of your Ghost installation before upgrading
- If you've made any modifications to the editor, review them as the editor has been completely rewritten
- Theme developers should test their themes with the new helpers and structured data changes
- If you use any custom integrations that interact with Ghost's internal APIs, test them thoroughly as the events system has been refactored
Potential Issues:
- Custom editor plugins may need updates due to the CodeMirror removal
- Themes that rely on specific behavior of meta description/title helpers may need adjustments
- Sites using subdomains should verify navigation works correctly after the upgrade
Impact Summary
Ghost 0.6.0 represents a significant evolution of the platform with a focus on improving the content creation experience and extending developer capabilities. The complete overhaul of the editor addresses longstanding issues with spellchecking and mobile support, making content creation more accessible across devices.
For developers, the introduction of custom storage engines opens up new possibilities for image hosting and management, while the centralized events system provides a more robust foundation for extending Ghost's functionality. The removal of the feature flag requirement for code injection makes this powerful feature available to all users without configuration changes.
Content creators will benefit from improved navigation options with the new prev_post and next_post helpers, enabling better content discovery for readers. The enhanced RSS feeds with media support and structured data improvements will help with content distribution and SEO.
This release also demonstrates Ghost's commitment to accessibility, with several improvements to screen reader support and keyboard navigation. The fixes for subdomain handling and meta description helpers address important issues that affected site functionality and SEO.
Overall, Ghost 0.6.0 delivers a more polished, performant, and extensible publishing platform that improves the experience for both content creators and developers while addressing key pain points from previous versions.