v2.69.0
Small Breaking Change
TL;DR
Add enableEmoji = true
to your hugo
or config
files to retain existing behavior.
Explanation
This release introduces a breaking change with #1496
Blowfish now supports emoji control at the Hugo level instead of the template level. The above PR submitted by @racehd removed the hardcoded emojify
calls but it requires changes to the config files to support the old behavior. This means that to retain the previous emojis feature you will need to add enableEmoji = true
to your hugo
or config
files.
What's Changed
- ⚙️ Update Hugo supported version by @github-actions in #1503
- ✏️ Fix typo in docs/partials/index.md by @racehd in #1496
- 📌 Bump puppeteer from 22.9.0 to 22.10.0 by @dependabot in #1500
- 📌 Bump @headlessui/react from 2.0.3 to 2.0.4 by @dependabot in #1501
- ✨ Use markdown emojify instead of dump emojify by @zoriya in #1504
- 🔖 v2.69.0 by @nunocoracao in #1494
New Contributors
Full Changelog: v2.68.0...v2.69.0