Skip to content

Releases: the-turk/flarum-mathren

1.0.7

05 Aug 22:01
Compare
Choose a tag to compare

1.0.7

  • Add new delimiter options for AsciiMath syntax.

1.0.6

04 Aug 12:20
831a65c
Compare
Choose a tag to compare
  • Add support for AsciiMath syntax. #35
  • Add some CDN options which allows you to change them easily.

1.0.5

22 Jul 12:15
Compare
Choose a tag to compare
  • Fix code highlighting breaks when you interact with the page.

1.0.4

22 Jul 04:12
ec828bb
Compare
Choose a tag to compare

Requires Flarum v1.2.0+

  • Fix inline Litedown links have priority over regular BBCodes. (#28)
  • Update KaTeX to v0.16.0 (see their changelog) - copy-tex now uses js instead of css which makes it more robust.
  • Update js dependencies and imports.
  • Uses new default extender instead of deprecated addSettings migration helper.
  • Uses exported flarum/mentions fragment PostQuoteButton instead of replicating it.

1.0.3

20 Jul 14:46
Compare
Choose a tag to compare
  • Fixed a possible security issue.

1.0.2

16 Jul 14:15
Compare
Choose a tag to compare
  • PHP 7.3 support

1.0.1

16 Jul 13:14
Compare
Choose a tag to compare
  • Fix wrapping expressions with code should preserve alias delimiters when they set as primary delimiters (#27).
  • Fix "Quote" button should be hidden if you disable the flarum/mentions extension.

1.0.0

16 Jul 00:05
13a2538
Compare
Choose a tag to compare

All hail the new TeX renderer solution! I practically rewritten the whole thing.

  • As we're using native TextFormatter methods now, expressions should be rendered Flarum-wide automatically.
  • Bring back special delimiters (aka the "dollar signs") support. You can even use euro, yuan, turkish lira signs. Not to mention that they're 100% compatible with Markdown & BBCode and ready to render your most complex expressions.
  • Fix AMS environments won't render outside block delimiters.
  • Drop decisive keywords & DOM node excluders (they were causing too much confusion, wrap your expressions with the code tag instead).
  • The backend is more clear than ever, come and join me!

Breaking changes!

  • Your settings won't be preserved.
  • Old expressions might not be rendered until you edit and save the post.
composer require the-turk/flarum-mathren:1.0.0
php flarum migrate
php flarum cache:clear

0.3.7

29 Jun 21:59
Compare
Choose a tag to compare
  • Use ['oncreate', 'onupdate'] lifecycle hooks for CommentPost component instead of onupdate only.

0.3.6

29 Jun 13:25
920d945
Compare
Choose a tag to compare
  • Fix wrong KaTeX css version.