NexT 6.1.0 Released
Breaking Changes
Refactor footer icon with animation (#195)
Old configuration:
footer: |
New configuration:
footer: |
Features
- Added comment count on mobile. (#185)
- Added caption for comment. (#186)
- Added border-radius settings of code block and updated its style with a caption. (#194)
+# Manual define the border radius in codeblock, using a space indent.
+# Leave it empty for the default 1
+codeblock:
+ border_radius:
+ - Added
backlog
label to exclude labels. (2a841a9) - Added English document for LeanCloud Counter Security Plugin. (#174)
- Added English and Chinese document for contributing.md. (#192)
- Added English and Chinese document for code-of-couduct.md. (#198)
Improvements
- Reverted the beta version of LeanCloud Counter Security Plugin. The option
leancloud_visitors.security: true
by default at present. (d297cf5) - Updated English document for LeanCloud Counter Security Plugin. (#175, #177, #204)
- Updated Chinese document for LeanCloud Counter Security Plugin. (#177, #204)
- Optimized symbol colon in item text of post meta. (#188)
- Updated translations for core languages. (c6aaa42, #189)
- Updated links in README.md. (bd6c789)
- Updated CDN instructions in Chinese README.md. (ca2554b)
Bug Fixes
- Fixed a bug in
utils.js
to prevent the error ofi is not defined
. (#205)
For full changes, see the comparison between 6.0.6 and 6.1.0
Detailed changes for NexT v6.1.0