Releases: hasan-ozbey/flarum-mathren
Releases · hasan-ozbey/flarum-mathren
1.0.7
1.0.6
1.0.5
- Fix code highlighting breaks when you interact with the page.
1.0.4
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 deprecatedaddSettings
migration helper. - Uses exported
flarum/mentions
fragmentPostQuoteButton
instead of replicating it.
1.0.3
- Fixed a possible security issue.
1.0.2
- PHP 7.3 support
1.0.1
1.0.0
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
- Use
['oncreate', 'onupdate']
lifecycle hooks forCommentPost
component instead ofonupdate
only.
0.3.6
- Fix wrong KaTeX css version.