Releases: hexojs/hexo-math
Releases · hexojs/hexo-math
v5.0.0
BREAKING CHANGES
- chore: require node14+ by @yoshinorin in #188
Tests
- test: delete requie
register-should
in.mocharc.yml
by @yoshinorin in #185
Dependencies
- Bump eslint from 7.32.0 to 8.1.0 by @dependabot in #164
- Bump mocha from 8.4.0 to 9.1.3 by @dependabot in #163
- Bump eslint-config-hexo from 4.2.0 to 5.0.0 by @dependabot in #170
- Bump hexo from 5.4.0 to 6.0.0 by @dependabot in #169
- chore(deps): update mathjax from 3.0.5 to 3.1.0 by @curbengh in #136
- chore(deps): update dependencies by @yoshinorin in #187
CI/CD
- Upgrade to GitHub-native Dependabot by @dependabot-preview in #144
Full Changelog: 4.0.0...v5.0.0
4.0.0
Breaking change
-
The syntax is changed to tag plugin syntax
{% %}
[#130]- Examples:
{% katex %} c = \pm\sqrt{a^2 + b^2} {% endkatex %}
{% mathjax %} \frac{1}{x^2-1} {% endmathjax %}
- The renderer option is highly customizable and it can be different across posts and even within a post, refer to the documentation for usage guide.
- If you prefer to use
$...$
syntax, we recommend hexo-filter-mathjax which is also developed a Hexo developer, [@stevenjoezhang].
Misc
- Drop Travis CI [#134]