next-theme / hexo-filter-mathjax

💯 Server side MathJax renderer plugin for Hexo.
https://www.npmjs.com/package/hexo-filter-mathjax
MIT License
105 stars 6 forks source link

Update dependency mathjax-full to v3.1.0 #21

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
mathjax-full dependencies minor 3.0.5 -> 3.1.0

Release Notes

mathjax/Mathjax-src ### [`v3.1.0`](https://togithub.com/mathjax/Mathjax-src/releases/3.1.0) [Compare Source](https://togithub.com/mathjax/Mathjax-src/compare/3.0.5...3.1.0) This is a feature release that includes a number of API improvements, new extensions, and updates to the assistive tools, as described below. It also includes several bug fixes. See the individual issues and pull requests linked below, as well as the [What's new in v3.1](https://docs.mathjax.org/en/latest/upgrading/whats-new-3.1.html) section of the MathJax documentation, for more details. ### New Features in this Release - New `textmacros` extension for handling some macros in text-mode. ([#​509](https://togithub.com/mathjax/Mathjax-src/issues/509)) - Add `safe` extension and component. ([#​514](https://togithub.com/mathjax/Mathjax-src/issues/514)) - New German localization for speech output using the expression explorer. - Updated options within the accessibility contextual menu. ([#​505](https://togithub.com/mathjax/Mathjax-src/issues/505)) - Allow MathML verification options to be specified in the input jax. ([#​519](https://togithub.com/mathjax/Mathjax-src/issues/519)) - Add enable/disable options to document handlers for a11y and menu. ([#​499](https://togithub.com/mathjax/Mathjax-src/issues/499)) - Add configuration options to `noundefined` extension. ([#​507](https://togithub.com/mathjax/Mathjax-src/issues/507)) - Fix problems with `mtextInheritFont`, and provide new `mtextFont` option. ([mathjax/MathJax#​2189](https://togithub.com/mathjax/MathJax/issues/2189)) - Make `formatError` a configuration option for tex input jax. ([#​483](https://togithub.com/mathjax/Mathjax-src/issues/483)) - Improve `startup.promise` so it is always valid. ([mathjax/MathJax#​2307](https://togithub.com/mathjax/MathJax/issues/2307)) - Add functions to manage math items within a given container. ([#​351](https://togithub.com/mathjax/Mathjax-src/issues/351)) - General improvements to input/output errors. ([#​491](https://togithub.com/mathjax/Mathjax-src/issues/491)) - Allow MathML verification options to be specified in the input jax. ([#​519](https://togithub.com/mathjax/Mathjax-src/issues/519)) - Update string processing to handle SMP unicode blocks better. ([#​504](https://togithub.com/mathjax/Mathjax-src/issues/504)) - Add TeX error as `data-mjx-error`, similar to compile/typeset errors. ([#​490](https://togithub.com/mathjax/Mathjax-src/issues/490)) ### File Location Changes - Normalize extension names to all lowercase with no underscores. ([#​485](https://togithub.com/mathjax/Mathjax-src/issues/485)) - Remove MathItem `bbox` property. ([#​495](https://togithub.com/mathjax/Mathjax-src/issues/495)) - Move `output/common/BBox.ts` to util directory. ([#​494](https://togithub.com/mathjax/Mathjax-src/issues/494)) - Move `output/common/CssStyles.ts` to `util/StyleList.ts`. ([#​493](https://togithub.com/mathjax/Mathjax-src/issues/493)) ### Bug Fixes in this Release - Fix LiteDOM comments and add support for DOCTYPE. ([#​523](https://togithub.com/mathjax/Mathjax-src/issues/523)) - Remove ids from assistive MathML to avoid duplicates. ([#​525](https://togithub.com/mathjax/Mathjax-src/issues/525)) - Fix SRE source location to work in node-main and components. ([#​521](https://togithub.com/mathjax/Mathjax-src/issues/521)) - Don't replace stylesheet unnecessarily. ([mathjax/MathJax#​2454](https://togithub.com/mathjax/MathJax/issues/2454)) - Properly inherit `scriptminsize` and `scriptsizemultiplier`. ([#​515](https://togithub.com/mathjax/Mathjax-src/issues/515)) - Fix processing of `texClass` for multi-character `` elements. ([#​503](https://togithub.com/mathjax/Mathjax-src/issues/503)) - Fix `node-main` to be able to load SRE more easily. ([#​479](https://togithub.com/mathjax/Mathjax-src/issues/479)) - Fix problems with `texClass`. ([#​512](https://togithub.com/mathjax/Mathjax-src/issues/512)) - Handle `classList` when elements don't have it. ([mathjax/MathJax#​2411](https://togithub.com/mathjax/MathJax/issues/2411)) - Make `\underset` explicitly turn off movablelimits. ([mathjax/MathJax#​2460](https://togithub.com/mathjax/MathJax/issues/2460)) - Make `\boldsymbol\partial` work properly. ([mathjax/MathJax#​2417](https://togithub.com/mathjax/MathJax/issues/2417)) - Fix issue with `\overbrace` in SVG output. ([mathjax/MathJax#​2402](https://togithub.com/mathjax/MathJax/issues/2402)) - Fix processing of root directory under Windows. ([mathjax/MathJax#​2486](https://togithub.com/mathjax/MathJax/issues/2486)) - Allow spaces after \\begin, \\end, and \\ref when finding math delimiters. ([mathjax/MathJax#​2494](https://togithub.com/mathjax/MathJax/issues/2494)) - Fix problem with maction when the math is converted from a string. ([mathjax/MathJax#​2490](https://togithub.com/mathjax/MathJax/issues/2490)) - Fix Unicode mapping of \\ncong ([mathjax/MathJax#​2497](https://togithub.com/mathjax/MathJax/issues/2497)) - Remove extra remapping of stretchy characters ([mathjax/MathJax#​2497](https://togithub.com/mathjax/MathJax/issues/2497))

Renovate configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by WhiteSource Renovate. View repository job log here.