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
* Added support for \left and \right
* New API for constructing `MTMathList`
* Improved LaTeX error reporting
* Made internal rendering functions and APIs private
* Nullability annotations for use with Swift
* Improved documentation
* Tests for rendering
* Support for multiple fonts.
* Include large operators (\sum, \prod)
* Include arrow symbols
* Include showing limits (\lim etc.)
* Include integrals
API Changes:
The MTFontManager API has been rewritten.
Introduce MTFont class to represent a font for the label.
This release contains backwards incompatible API changes.