Releases: hasan-ozbey/flarum-mathren
Releases · hasan-ozbey/flarum-mathren
0.3.5
- Fix posts in discussion won't render if you edit and save a post.
- Fix posts in discussion won't render if you change route while editing a post.
0.3.4
- Fix usernames were rendering in
.Post-body
if they contains math delimiters (such as[math]username[/math]
).
0.3.3
0.3.2
- Fix can't disable options if their default value is set to
true
.
0.3.1
- Fix wrong selection range after adding BBCodes via composer buttons.
- Fix it was rendering the same post x2 times for no reason. 🤦♂️
- Fix wrong default value for "Allow copying the source of KaTeX-rendered elements" option.
- Optimize page load time.
- Now it loads scripts only when it is necessary. Huge thanks to @datitisev
- Switch to CDN.
- Update KaTeX to v0.12.0 (see their changelog).
- Require
flarum/mentions
to make the quote button work. - Run prettier for all JS files.
0.3.0
- Drop special delimiters support (it is BBCodes-only now).
- Thus, it should work faster from
0.2.x
- I'll continue looking for better solutions to use them.
- Thus, it should work faster from
- Remove the ability to customize wrappers from the MathRen settings page.
- Because we can add custom CSS from the Appearance page already.
- Remove the ability to change block and inline wrapper classes.
- Add live previews.
- Add Copy-tex plugin.
- Now you can copy any expression's source to the clipboard. You can even quote it with selection.
- It's not working flawless though, see their repository for known issues and let's see if we can find unknown ones.
- Add some validation for the MathRen settings page.
- Fix macros weren't working all the time.
- Now you have to write them using JavaScript's syntax (e.g.
\name
=>\\name
)
- Now you have to write them using JavaScript's syntax (e.g.
Also the backend has become more clear now, don't hesitate to join me.
0.2.7
- Update version constraints for Flarum 0.1.0-beta.13.
0.2.6
- Beta 12 compatibility.
v0.2.5: Merge pull request #5 from vlntsolo/patch-1
- Add Ukranian language
v0.2.4
- Remove unnecessary files.
- Remove filter definitions.
- Fix a typo in settings page component.
- Fix linebreaks ruins rendering expressions.