v0.12.2
版本发布时间: 2020-06-06 23:00:12
michael-brade/LaTeX.js最新发布版本:v0.12.6(2023-04-24 01:57:24)
This release fully supports ES6 modules. LaTeX.js itself has not changed, but the build system and the docs have improved a lot.
exports:
- no default export anymore, export:
he
,parse
,Generator
,HtmlGenerator
build:
- simplified rollup config and build
- added visualizer
- generate correct source maps
- get rid of all eval calls
- use dynamic imports for external packages and documentclasses
unit tests:
- update to puppeteer 3.3, now we can start to support Firefox screenshots
- added a script to create a native LaTeX rendering for the test cases
- updated mocha
- support and fix code coverage
docs:
- moved to VuePress
- use a git worktree in the
website
folder to generate the docs and playground in thegh-pages
branch