Releases: mathjax/MathJax-node
Releases · mathjax/MathJax-node
mathjax-node v1.0.3
Bug fixes:
- Sanitize user configurations #309
mathjax-node v1.0.2
Bug fixes
- #323: update the default
fontURL(after cdn.mathjax.org retired) and allowfontURLto be re-configured after initial configuration.
mathjax-node v1.0.1
mathjax-node v1.0.0
This the first major release. It fixes numerous bugs and removes several features in favor of separate modules.
Deprecated features
- #205 remove PNG generation features
- #206 remove
mj-page.jsmj-single.jshas been renamed tomain.jsand can be accessed with\require('mathjax-node').
- #207 remove speech-rule-engine integration
- #208 remove CLI tools
- #265 drop support for Node.js < 4
Note: see the readme for examples that replicate the removed features.
New features
- #209 add options for output as DOM nodes
- #239 pass input data to output callback
- #207 always generate textual alternatives from input
Bug fixes
- #175 TeX input: don't automatically load the
colorextension - #215 HTML output: strip unnecessary IDs
- #223 TeX input: fix
displayIndentconfiguration option - #234 SVG output: fix
exhandling - #243 SVG output: add
xlinkprefix tohrefattribute in<image>tags - #244 ensure that
0is treated like0pxin padding and margins - #260 fix state.ID
- #275 SVG output: support physical units
- #288 allow HTML and SVG output to be generated simultaneously
- #292 enable CSS output when no HTML output is requested
Misc.
- #298 README: improved documentation
mathjax-node v1.0-beta
This the first beta to the first major release. It fixes numerous bugs and removes several features in favor of separate modules.
Deprecated features
- #205 remove PNG generation features
- #206 remove
mj-page(and related CLI tools)mj-single.jshas been renamed tomain.jsand can be accessed with\require('mathjax-node').
- #207 remove speech-rule-engine integration
- #265 drop support for Node.js < 4
Note: see the readme for examples that replicate the removed features.
New features
- #209 add options for output as DOM nodes
- #239 pass input data to output callback
- #207 always generate textual alternatives from input
Bug fixes
- #175 TeX input: don't automatically load the
colorextension - #215 HTML output: strip unnecessary IDs
- #223 TeX input: fix
displayIndentconfiguration option - #234 SVG output: fix
exhandling - #243 SVG output: add
xlinkprefix tohrefattribute in<image>tags - #244 ensure that
0is treated like0pxin padding and margins - #260 fix state.ID
- #275 SVG output: support physical units
- #288 allow HTML and SVG output to be generated simultaneously
- #292 enable CSS output when no HTML output is requested
mathjax-node v0.5.2
A small patch release fixing #268 (remove SetWH() calls from mj-page.js).
a dummy release
This dummy release adds a warning to the readme to inform visitors to npm that the package was renamed. See #214.
mathjax-node v0.5.1
mathjax-node v0.5.0-rc.1
This is a pre-release of mathjax-node v0.5.0. Improvements include
- update to MathJax v2.6
- integrate MathJax's CommonHTML output, a high quality, HTML/CSS output.
- Automate publication to npm
- Test on more Node versions (4, 5, stable).
For more details, see the milestone
mathjax-node v0.5.0
Main changes
- update to MathJax v2.6
- integrate MathJax's CommonHTML output, a high quality, HTML/CSS output
- Automate publication to npm
- Extend testing coverage
For more details, see the milestone