You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release fixes the extensions s issue (#401). It also includes a fix to the start() method that avoids a timing issue if it is called twice in succession, and traps errors during the startup, as discussed in #401.
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.
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)
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