Skip to content

Releases: asnunes/mathml-to-latex

v1.4.1

29 Jun 17:56
Compare
Choose a tag to compare

(FIX) Updated Dependency for Security

v1.4.0

15 Apr 12:59
ef73eac
Compare
Choose a tag to compare

(FEAT): Add MS Word tags Support
Remove mml: prefixes from tags before convert

v1.3.0

13 Aug 14:30
68b8174
Compare
Choose a tag to compare

(FIX) Command-char Separation:
Solved an issue where commands and subsequent letters were unintentionally amalgamated. This update ensures seamless rendering, preventing scenarios like "\Delta x" merging into "\Deltax" for accurate mathematical notation. #13

(FEAT) Extended UTF-8 Character and Tag Attributes Support:
Expanded UTF-8 character support within the package. Introduced new automatic conversion of characters into their corresponding LaTeX commands. Also add more tag attributes support
e.g. <math><msup><mrow><mi mathvariant="double-struck">R</mi></mrow><mrow><mi>n</mi></mrow></msup></math> => \\mathbf{R}^{n} (instead previous of R^{n}) #14

(FEAT) Optimized File Bundling and Browser Compatibility:
To support apps outside a package manager, Package is now bundled into a minified file. Available in the attached files #15

(FIX) Replace old xmldom to updated @xmldom/xmldom
To fix reported security issues in the first one #12

(BC) MathMLToLaTeX is not exported default anymore
Users need to import it using

import { MathMLToLaTeX } from 'mathml-to-latex';

instead of old

import MathMLToLaTeX from 'mathml-to-latex';

v1.2.0

21 Sep 01:42
6799980
Compare
Choose a tag to compare
  • Fix Invalid regular expression on Safari
  • Add test and publish workflows

v1.1.0

11 Apr 21:48
6b02fc8
Compare
Choose a tag to compare
  • Fix no spacing after command bug (issue #5)
  • Update dependencies

v1.0.1

07 Jan 18:56
dc847d7
Compare
Choose a tag to compare
  • Fix divider parse error
  • Update dependencies