NexT 6.2.0 Released
Breaking Changes
Minimal correct support for NexT is Hexo v3.5.0 for now.
It's not actually breaking changes, just after this version highly recommend to use NexT with at least Hexo v3.5.0 or higher for avoid all possible bugs.
Hexo v3.5.0 also provides:
- Replaced
swigbyswig-templatesto mitigateuglifyjs2.4 security vulnerability: hexojs/hexo#2949 - Additional templates support which will be used in next NexT releases.
P.S. You can still use old Hexo versions, but NexT will not guarantee in future releases for correct rendering.
Added footer.powered.version option to display Hexo version in footer. (#214, 8c139be)
Old configuration:
footer: |
New configuration:
footer: |
Refactored post_meta.updated_at option & replaced updated_diff by another_day option (#223, #228)
Old configuration:
post_meta: |
New configuration:
post_meta: |
Features
- Added post edit button (#208, 30bccfc)
- Added support for
hexo-symbols-count-timev0.4.0 (#233) - Added copy codeblock button (#234, #238)
Improvements
- Update guide for creating releases in CONTRIBUTING.MD (#213)
- Remove unused language files. (1d89f8f)
- Updated translations for core languages. (#211, #235)
Bug Fixes
- Increase page loading performance by refactor
menu-item-activeclass. (6f787af)
Refactored files hierarchy for header components. (#221) - Fix for default language if no
languagein Hexo config defined. (#210)
Renamed back_en.ymlonen.ymland setteddefault.ymlto link it. (adc76b7) - Refactored menu items & badges.
Fixed bug with appear dot in submenu with disabled badges in Pisces/Gemini schemes. (#229)
For full changes, see the comparison between 6.1.0 and 6.2.0
Detailed changes for NexT v6.2.0