All Versions
19
Latest Version
Avg Release Cycle
62 days
Latest Release
1390 days ago

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 with contentInsets in MTMathUILabel.
  • 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 to MTGlyphDisplay
  • 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 to MTMathUILabel to set the color of the rendered equation.
    • ๐Ÿ›  Fixed issue with height of tall radicals set incorrectly.
  • 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.