Skip to content

Releases: Sommerregen/grav-plugin-mathjax

Grav Plugin MathJax v1.6.0

07 Apr 19:54
v1.6.0
baa80a0
Compare
Choose a tag to compare

Improved:

  • Allow to customize LaTeX delimiters #7 (Maybe MathJax.php Shouldn't Hard Code Delimiters?) & #8 (Escape dollar sign)

Grav Plugin MathJax v1.5.1

12 Apr 19:00
v1.5.1
76daf63
Compare
Choose a tag to compare

Improved:

  • Change CDN provider to CloudFlare #6 (https://cdn.mathjax.org end-of-life)

Grav Plugin MathJax v1.5.0

07 Aug 19:34
Compare
Choose a tag to compare

New:

  • Released stable version (requires Grav v1.1.0+ + Breaking Change!); please read the beta release changelogs for more details
  • Added demo content

Improved:

  • Allow active option to be toggleable in page options
  • Updated README.md

Bugfix:

  • Fixed mathjax Twig filter in case MathJax was disabled on the page

Grav Plugin MathJax v1.5.0-beta.2

06 Aug 18:28
Compare
Choose a tag to compare
Pre-release

New:

  • Renamed process option to active (Breaking Change!)

Improved:

  • Use tabs in admin settings

Bugfix:

  • Fixed case when page contains no formula

Grav Plugin MathJax v1.5.0-beta.1

05 Aug 18:31
Compare
Choose a tag to compare
Pre-release

Improved:

  • Refactored code (requires Grav v1.1.0+)

Bugfix:

  • Use more robust MarkdownParser instead of regexes (fixes #4)

Grav Plugin MathJax v1.4.0

18 Nov 19:48
Compare
Choose a tag to compare

New:

  • Added #3 ("MathJax Process" toggle to page options tab)

Improved:

  • Added Twig filter documentation to README.md
  • Improved code

Bugfix:

  • Fixed mathjax Twig filter

Grav Plugin MathJax v1.3.2

09 Sep 17:59
Compare
Choose a tag to compare

Bugfix:

  • Fixed "Call to a member function modified() on a non-object"

Grav Plugin MathJax v1.3.1

09 Sep 17:40
Compare
Choose a tag to compare

Improved:

  • Added blueprints for Grav Admin plugin

Grav Plugin MathJax v1.3.0

08 Aug 13:41
Compare
Choose a tag to compare

New:

  • Added admin configurations (requires Grav 0.9.34+)
  • Added {{% mathjax type='block|inline' %}} shortcode

Improved:

  • Switched to onBuildPagesInitialized event (requires Grav 0.9.29+)
  • Updated README.md

Bugfix:

  • Fixed #2 (JS script not added to page)

Grav Plugin MathJax v1.2.0

08 Aug 13:41
Compare
Choose a tag to compare

New:

Improved:

  • Add assets (CSS and JS) dynamical to page now
  • Changed default value process: false to process: true in mathjax.yaml