Skip to content
This repository has been archived by the owner on May 13, 2023. It is now read-only.

Latest commit

 

History

History
43 lines (35 loc) · 1.3 KB

CHANGELOG.md

File metadata and controls

43 lines (35 loc) · 1.3 KB

0.2.7

  • Update version constraints for Flarum 0.1.0-beta.13.

0.2.6

  • Update version constraints for Flarum 0.1.0-beta.12.

0.2.5

  • Add Ukranian language

0.2.4

  • Remove unnecessary files.
  • Remove filter definitions.
  • Fix a typo in settings page component.
  • Fix linebreaks ruins rendering expressions.

0.2.3

  • Fix (hopefully) all PHP-related errors/warnings/notices.
  • Fix \[%e%\] must come last (if any) in the additional delimiters list.
  • Improve rendering performance.

0.2.2

  • Fix static methods.

0.2.1

  • Fix syntax error.

0.2.0

  • Move settings to the left pane.
    • It was a long set of options to be shown in a modal.
  • Remove <code /> wrapper
    • You don't have to wrap your expressions with <code /> tag anymore for Markdown or BBCode compability.
  • Add <span /> wrapper with customizable class names
    • You still can stylize your expressions.
  • Add text editor buttons.
    • Disabled by default.
  • Add customizable delimiters options.
    • Now you can use unlimited set of delimiters through this extension.
  • Add decisive keywords option to ignore expressions.
  • Add option for allowing \color command (TeX) to take two arguments.
  • Update README.md

0.1.0

  • Initial relase.