NexT 8.18.0 Released
What's Changed
π₯ Breaking Changes
- Upgrade to fancybox 5 by @stevenjoezhang in https://github.com/next-theme/hexo-theme-next/pull/677
π New Features
- Support folding code blocks by @stevenjoezhang in https://github.com/next-theme/hexo-theme-next/pull/679
codeblock:
+ # Fold code block
+ fold:
+ enable: false
+ height: 500
β Features
- Remove gitter support (223ea19)
-# Gitter is a chat and networking platform.
-# For more information: https://gitter.im
-gitter:
- enable: false
- room: - Remove link posts feature (a24450d)
π Bug Fixes
- Fix next_url: add new option to decodeURI (b85201b)
π Improvements
- Update fa CSS selector (0624149)
- Create code-container element (c596155)
π External Changes
- Update dependency stylelint to v15 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/611
- Update dependency hexo-renderer-marked to v6.1.1 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/675
- Update dependency eslint to v8.46.0 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/676
- Update dependency c8 to v8.0.1 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/680
- Refactor Pull Request Reminder (8fd8f92)
π Documentation
- Update gitter url (d3b76a8)
- Add npm downloads badge (dc8e5e1)
Full Changelog: https://github.com/next-theme/hexo-theme-next/compare/v8.17.1...v8.18.0
Detailed changes for NexT v8.18.0