Skip to content

Latest commit

 

History

History
75 lines (41 loc) · 989 Bytes

CHANGES.md

File metadata and controls

75 lines (41 loc) · 989 Bytes

v0.10.0

  • KaTeX v0.16.7

v0.9.0

  • KaTeX v0.15.3

v0.8.0

  • KaTeX v0.13.3

v0.6.1

  • Relaxes Ruby version requirement to allow Ruby 3.

v0.6.0

  • KaTeX v0.11.0

v0.5.2

  • KaTeX v0.10.2

v0.5.1

  • KaTeX v0.10.1

v0.5.0

  • KaTeX v0.10.0

v0.4.3

  • KaTeX v0.9.0

v0.4.2.beta

  • Adds an option to provide a custom ExecJS runtime.
  • KaTeX v0.9.0-beta1

v0.4.1.beta

  • Avoid setting the global ExecJS.runtime when creating the context.

v0.4.0.beta

  • Automatic assets registration for Hanami and Sprockets without Rails.
  • KaTeX v0.9.0-beta.

v0.3.0

  • Updates KaTeX to v0.8.3.

v0.2.3

  • Updates KaTeX to v0.8.2.

v0.2.2

  • Fixes error rendering.

v0.2.1

  • Adds vendor/images to asset lookup path.

v0.2.0

  • Updates KaTeX to v0.8.1.

v0.1.1

  • Changes the default for throw_on_error to true to align with KaTeX native.
  • Also catches KaTeX ParseError when throw_on_error is false.
  • Fixes Rails assets resolution.
  • Updates KaTeX to v0.7.1.