All Versions
19
Latest Version
Avg Release Cycle
62 days
Latest Release
1390 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.9.5 Changes
June 03, 2019- โ Add colorbox command (#121)
- ๐ Cyrillic support (#108)
- When there is only one element in row, an array error is reported. (#111)
- ๐ Fix: on macOS 10.13, NSSegmentItemImageView returns nil for layer.backgroundColor. Need to check for this and return a default color (clear)
- โ Added textrm (#61)
-
v0.9.4 Changes
May 07, 2017- ๐ Support for color (\textcolor) (Thanks to Markus)
- ๐ Fix issue with cramped style in tables (Thanks to Jacob)
-
v0.9.3 Changes
January 22, 2017- ๐ Support for changing font styles: (\mathrm, \mathcal, \mathbf etc.)
- ๐ Support for the \text command.
- ๐ Fix issue with \$ not being rendered correctly.
- ๐ Support for \limits and \nolimits
-
v0.9.2 Changes
January 11, 2017- ๐ Support for MacOS (Thanks to AnZhg)
- ๐ Better AutoLayout support (Thanks to zhubofei)
- ๐ Support for custom defined commands.
- ๐ Bug fixes for error label.
- ๐ฒ Removing error logging (Thanks to saagarjha)
- API changes:
- Replace
padding
fields withcontentInsets
inMTMathUILabel
.
- Replace
-
v0.9.1 Changes
October 17, 2016- ๐ Support for constructing arbitrarily tall delimiters and radicals.
- ๐ Fix placement of limits on large operators for the XITS font.
- ๐ Allow MTMathUILabel to be used in the interface builder.
-
v0.9.0 Changes
August 29, 2016- โ Added support for matrix environments (matrix, pmatrix, bmatrix, Bmatrix, vmatrix, Vmatrix)
- โ Added support for equation alignment (eqalign, displaylines, gather, split, aligned, eqnarray)
- โ Added support for the \\ command to split long equations
- โ Added support for math accents (e.g. \hat, \tilde etc.)
- โ Added support for
cases
environment. - โ Added support for style commands (e.g. \displaystyle etc.)
- ๐ Improve rendering of square roots and large symbols
- API changes:
- Updated API for
MTMathAtomFactory
. - Rename
MTLargeGlyphDisplay
toMTGlyphDisplay
- Updated API for
-
v0.8.4 Changes
August 10, 2016- ๐ Fix crash for \epsilon and \varrho
- โ Add commands: \mho, \angstrom and \AA
-
v0.8.3 Changes
July 31, 2016- โ Add
textColor
field toMTMathUILabel
to set the color of the rendered equation. - ๐ Fixed issue with height of tall radicals set incorrectly.
- โ Add
-
v0.8.2 Changes
July 23, 2016- ๐ Support for \overline and \underline
- Includes math spacing: \, \; \> \! \quad \qquad \' '
-
v0.8.1 Changes
July 17, 2016- โ Added support for binomials
- ๐ New commands supported: \over, \atop, \choose, \brack, \brace, \binom.