Skip to content

v0.24.0

Compare
Choose a tag to compare
@markdumay markdumay released this 03 Jun 11:21
· 771 commits to main since this release
31cf9eb

Hinodes uses Hugo’s image processing to preprocess images on the server side. Hugo uses caching to reduce the build time. Despite the caching techniques, the image processing can take significant time, especially on larger sites. An alternative approach is to use a dedicated Digital Asset Manager. Most managers offer an API to transform images on the fly. This release introduces support for several Digital Asset Managers, including Cloudinary, ImageKit.io, and Imgix. The required adapters are configurable. See the docs for more details.

This release introduces several additional changes, such as a new element to switch the color mode. The configuration of Hinode modules has been refactored to ensure these modules are loosely coupled. You might see a deprecation warning when upgrading from a previous Hinode version. In most scenarios, you can simply remove the following values from your site's parameters: core, optional, excludeSCSS, and disableTemplate. See the docs for more information.

What's Changed

❗ Breaking Changes

🚀 Highlights

🎉 New Features

🐛 Bug Fixes

📦 Dependencies

Full Changelog: v0.23.21...v0.24.0