Skip to content

v7.0.0

Compare
Choose a tag to compare
@yoshinorin yoshinorin released this 31 Oct 13:37
· 37 commits to master since this release
f7a581e

Migration Guide

built-in tags

WARNING
Some of the built-in tags have been dropped (gist, youtube, jsfiddle, and vimeo). If you use those tags in your existing blog posts, you can install hexo-tag-embed to continue using them with Hexo v7.0.0.

Note
No need to install it if you are not using (or will not use) gist, youtube, jsfiddle, vimeo tags in your post or page.

$ npm i hexo-tag-embed

Syntax highlighting

WARNING
Syntax highlighting is refactored and controlled by the following settings. See Syntax Highlighting for more details.

syntax_highlighter: highlight.js # highlight.js | prismjs | <empty>

Breaking Changes

Notable Changes

New Features

Fixes

Performance

Refactor

  • refactor: use the WHATWG URL API instead of url.resolve by @yoshinorin in #5136

CI/CD

Dependencies

Test

Misc

New Contributors

Full Changelog

6.3.0...v7.0.0


Appendix: Changes between v7.0.0(RC2) and v7.0.0

Breaking Changes

New Feature

Performance

Fixes

CI/CD

Dependencies

Misc

Full Changelog

v7.0.0-rc2...v7.0.0