Skip to content

mathjax-node v2.0.0

Compare
Choose a tag to compare
@dpvc dpvc released this 06 Feb 00:49
· 63 commits to master since this release
89d1e0a

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:

  • Update jsdom to version 10, which has a different API from earlier versions. (#325)
  • Handle mglyph without loading images (you must include width and height explicitly).
  • Prevent unknown character warnings during MathML output (#377)