- 🎨 Updated admin area design and usability (TryGhost/Admin#1232) - Peter Zimon
You can see the full change log for the details of every change included in this release.
Tag Name: 2.25.0
Release Date: 6/18/2019
GhostOpen-source publishing platform specifically designed for professional bloggers and publications. Focuses on clean, minimalist writing and publishing experience.
This release brings significant performance improvements to image processing by implementing faster image size detection, especially for remote images. The admin interface has received a design refresh with usability enhancements. Additionally, the codebase now includes preliminary support for Node.js v12 (ahead of its LTS status), ensuring Ghost stays compatible with upcoming Node.js versions.
probe-image-size dependencyNo migration steps are required for this update. This is a compatible release that can be installed with a standard update procedure:
ghost update
If you're using a custom theme or have made modifications to the core codebase, no additional changes should be needed.
This update is recommended for all Ghost users as it brings performance improvements and UI enhancements without breaking changes.
Priority: Medium Complexity: Low (standard update)
The performance improvements for image processing will be particularly beneficial for sites that work with many images or remote embeds. The admin UI refresh enhances the content creation experience.
To update:
ghost update if using Ghost-CLIprobe-image-size dependency to speed up image size detection--ignore-engines option to the install step to enable v12 buildsNo specific security fixes were mentioned in this release.
image-size utility functionsprobe-image-size to fetch only partial image data over the network where possibleThis release focuses on performance and user experience improvements. The most significant change is the optimization of image processing, which will be especially noticeable on sites that work with many images or remote embeds. Content creators will benefit from both the performance boost and the refreshed admin interface.
The addition of preliminary Node.js v12 support is forward-looking but doesn't affect current production environments, as v12 wasn't yet an LTS release at the time. The improved error logging for oEmbed providers will help developers identify issues with unsupported embed sources.
Overall, this is a quality-of-life update that improves Ghost's performance and usability without introducing breaking changes or requiring migration steps.
You can see the full change log for the details of every change included in this release.