Changelog
2021-11-03, version 10.0.0
!!! BE CAREFUL: BREAKING CHANGES IN THE TYPESCRIPT DEFINITIONS !!!
Improvements to the Typescript typings (commit fc5c202e). Thanks @joshhansen. First introduced in v9.5.1, but reverted because it contains breaking changes.
Breaking changes: interface MathNode
is now renamed to MathNodeCommon
and the related interfaces are structured in a different way.
Fixed a typo in the TypeScript definition of toHTML. Thanks @TheToto.