Releases: gethinode/hinode
v0.24.9
What's Changed
🐛 Bug Fixes
- Fix passing of icon rounded arg to card partial by @markdumay in #1010
Full Changelog: v0.24.8...v0.24.9
v0.24.8
What's Changed
🎉 New Features
- Support rounding of card icons by @markdumay in #1009
🐛 Bug Fixes
- Improve vector handling by @markdumay in #1007
Full Changelog: v0.24.7...v0.24.8
v0.24.7
What's Changed
🐛 Bug Fixes
- Fix missing translation of git footer by @markdumay in #1005
📦 Dependencies
- Bump cssnano-preset-advanced from 7.0.2 to 7.0.3 by @dependabot in #1002
- Bump cssnano from 7.0.2 to 7.0.3 by @dependabot in #1003
- Disable lighthouse plugin to address high severity vulnerabilities by @markdumay in #1006
Full Changelog: v0.24.6...v0.24.7
v0.24.6
What's Changed
🐛 Bug Fixes
- Add support for subfolder deployment to sidebar by @markdumay in #1000
Full Changelog: v0.24.5...v0.24.6
v0.24.5
What's Changed
🐛 Bug Fixes
- Fix SEO thumbnail handling by @markdumay in #999
Full Changelog: v0.24.4...v0.24.5
v0.24.4
What's Changed
🐛 Bug Fixes
- Fix handling of external links in sidebar by @markdumay in #997
📦 Dependencies
- Update Hugo module dependencies by @markdumay in #998
Full Changelog: v0.24.3...v0.24.4
v0.24.3
What's Changed
🎉 New Features
- Use image helpers for SEO thumbnail by @markdumay in #993
Full Changelog: v0.24.2...v0.24.3
v0.24.2
What's Changed
🐛 Bug Fixes
- Remove spacing from pagination buttons by @markdumay in #992
📦 Dependencies
- Bump cssnano-preset-advanced from 7.0.1 to 7.0.2 by @dependabot in #987
- Bump cssnano from 7.0.1 to 7.0.2 by @dependabot in #988
- Bump hugo-bin from 0.123.3 to 0.124.0 by @dependabot in #989
- Update Hugo module dependencies by @markdumay in #985
Full Changelog: v0.24.1...v0.24.2
v0.24.1
What's Changed
🐛 Bug Fixes
- Fix external links in navbar by @markdumay in #983
📦 Dependencies
- Bump hugo-bin from 0.123.2 to 0.123.3 by @dependabot in #979
- Update Hugo module dependencies by @markdumay in #982
Full Changelog: v0.24.0...v0.24.1
v0.24.0
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
- Make module configurations loosely coupled by @markdumay in #952
🚀 Highlights
- Add support for image CDNs by @markdumay in #940
- Replace color-mode switcher by @markdumay in #972
🎉 New Features
- Extend image adapters by @markdumay in #950
- Use default module configuration by @markdumay in #954
- Support plain images by @markdumay in #959
- Use latest resource handling by @markdumay in #960
- Enable rewrite of CDN origin images by @markdumay in #964
- Smoothen transition between color modes by @markdumay in #975
🐛 Bug Fixes
- Fix conversion of image dimensions by @markdumay in #942
- Refine CDN image handling by @markdumay in #943
- Fix linting issue by @markdumay in #951
- Fix image color mode by @markdumay in #955
- Improve image handling by @markdumay in #957
- Prevent processing of plain images by @markdumay in #961
- Suppress additional image warning by @markdumay in #963
- Support deployments to subfolder by @markdumay in #970
- Fix sidebar links by @markdumay in #971
- Fix color-mode aware logo by @markdumay in #973
- Fix color-mode switcher by @markdumay in #974
- Sync color mode when navigating browser history by @markdumay in #976
📦 Dependencies
- Update Hugo module dependencies by @markdumay in #945
- Bump stylelint from 16.5.0 to 16.6.0 by @dependabot in #949
- Update Hugo module dependencies by @markdumay in #953
- Update Hugo module dependencies by @markdumay in #956
- Bump eslint-plugin-promise from 6.1.1 to 6.2.0 by @dependabot in #958
- Bump stylelint from 16.6.0 to 16.6.1 by @dependabot in #962
- Update Hugo module dependencies by @markdumay in #965
- Update Hugo module dependencies by @markdumay in #966
- Bump hugo-bin from 0.123.1 to 0.123.2 by @dependabot in #968
Full Changelog: v0.23.21...v0.24.0