v0.147.6
gohugoio/hugov0.147.6May 27, 2025by bep
AI Summary
This release focuses on bug fixes and UX improvements, specifically addressing warnings in partial inclusion, cascading parameters, and browser refresh behavior, while exposing a new KaTeX option.
Key Highlights
- Fix regression with cascading params to content adapters
- Improve browser refresh behavior when using --disableFastRender
- Expose KaTeX strict option in template transform
- Fix language code interpretation (e.g., 'de') in partials
New Features
- Expose KaTeX strict option
Full Release Notes
## What's Changed * Improve warning message on superfluous prefix when using function 'partials.Include' e57dcd379 @deining * Fix recent regression with cascading of params to content adapters eaf5ace30 @bep #13743 * Fix it so e.g. de in layouts/_shortcodes/de.html is not interpreted as a language code 9ad26b69a @bep #13740 * commands: Make sure the browser gets refreshed on changes when --disableFastRender is set f47193669 @bep #13727 * tpl/transform: Expose the KaTeX strict option 013c8cfb2 @jmooring #13729