Skip to content

Releases: pkasila/ReactKatex

v1.2.2

Choose a tag to compare

@github-actions github-actions released this 10 Jul 20:46
9d7e8b2

1.2.2 (2022-07-10)

Bug Fixes

  • latexify: add key property to fragement generated when using breakLine (fb1b653)
  • latexify: add keys to all fragments in latexify (b9dacd0)
  • latexify: strictly specify return type in latexify function to JSX.Element[] (32b05d9)
  • reactkatex: replace weird unshifting with JSX/TSX (c02e039)

v1.2.1

Choose a tag to compare

@github-actions github-actions released this 09 Jul 18:26
86089e8

1.2.1 (2022-07-09)

Bug Fixes

  • latexify: fix sanitizer check (f9007b0)

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 09 Jul 18:12
1d492a4

1.2.0 (2022-07-09)

Features

  • latexify: add property breakLine to ReactKatexProps to let latexify whether break the line (406b2ef)

Bug Fixes

  • latexify: replace two new-line characters with
    html tag (e57a1f8)
  • reactkatex: make htmlAndMathml output default one (b012506)
  • reactkatex: make htmlAndMathml output the default one, update MathML support check (03e9933)

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 06 Jul 23:03
8a3c0f3

1.1.0 (2022-07-06)

Features

  • reactkatex: add fallback to HTML renderer if there is no support for MathML in the browser (4434f90), closes #2

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 04 Jul 19:46

1.0.0 (2022-07-04)

Features

  • add ReactKatex, update workflow and package info (8f306bb)

Dependencies and Other Build Updates

  • enforce public package (945c419)
  • package.json: add publishConfig (c3605d3)