Releases: mathjax/MathJax-node
mathjax-node 2.1.1
mathjax-node v2.1.0
This release adds a new paths
property to the data passed to the typeset()
function that allows you to specify paths for third-party extensions, making it easier to use such extensions in mathjax-node
. It also include a fix for a problem introduced in v2.0.1 where certain SVG configuration parameters would not take effect on the first typeset()
call.
mathjax-node v2.0.1
This release updates the README to correspond to new requirements of Node.js version 6 and jsdom version 10.
mathjax-node v2.0.0
This release updates the jsdom dependency to jsdom version 10, which has a different API from previous versions. This means that you may need to change your driver code if you are using jsdom yourself. This is the reason for the change in major version number.
Changes include:
mathjax-node v1.3.0
This release introduces a new configuration option cjkCharWidth
to control the width of CJK characters. It also improves the heuristics for calculating strings of "unknown" characters (i.e., Unicode points not covered by the fonts being used).
Features
- improve full-width characters rendering and add new configuration option
cjkCharWidth
#358
Bug fixes
- [package.json] fix versions of dependencies #365
Documentation
mathjax-node v1.2.1
mathjax-node v1.2.0
mathjax-node v1.2.0-beta.0
mathjax-node v1.1.1
mathjax-node v1.1.0
Features
- Allow arbitrary data in input to pass to output #303