- 🐛 Fixed draft/scheduled/published date in content list (TryGhost/Admin#852)
- 🐛 Fixed double scrollbar in PSM code injection editors (TryGhost/Admin#849)
You can see the full change log for the details of every change included in this release.
Tag Name: 1.8.4
Release Date: 9/7/2017
GhostOpen-source publishing platform specifically designed for professional bloggers and publications. Focuses on clean, minimalist writing and publishing experience.
Ghost 1.8.4 brings several improvements to error handling and debugging capabilities, particularly for the ghost_head helper and image size utilities. This release also removes wishlist links as part of simplifying the user feedback process, introduces a new request utility that wraps the got library, and includes updates to the Casper theme and Ghost Admin. The focus is on stability, better error handling, and improved debugging tools for developers.
ghost_head helper to ensure content renders despite errorsgot libraryNo migration steps are required for this release. The update can be applied directly without any additional configuration changes.
This release focuses on stability improvements and developer tools rather than end-user features. While not critical, upgrading is recommended for all Ghost installations to benefit from the improved error handling and stability enhancements.
For developers working with Ghost themes or extensions, this update provides valuable debugging tools that can help identify and resolve issues more efficiently.
ghost_head helper to ensure content renders despite errorsA new utility has been introduced that wraps the got HTTP request library. This utility:
ghost_head helper to measure render time performanceNo specific security fixes were included in this release.
ghost_head helper implementation:
join instead of props for more efficient codegot library provides a foundation for more efficient HTTP requests throughout the codebaseGhost 1.8.4 is primarily a maintenance release that improves stability and developer experience. The most significant changes include better error handling for the ghost_head helper, which now logs errors properly and continues to render content even when errors occur. This prevents blank pages or broken layouts that might have occurred previously.
The addition of debug logging for image size utilities will help developers troubleshoot image-related issues more effectively. The new request utility, while not yet implemented across the codebase, lays groundwork for more robust HTTP requests in future updates.
The removal of wishlist links represents a strategic shift in how Ghost collects user feedback, simplifying the process while still maintaining commitment to user-driven development.
For content creators, fixes to the content list date display and PSM code injection editor improve the day-to-day editing experience.
You can see the full change log for the details of every change included in this release.