Releases: Sommerregen/grav-plugin-mathjax
Releases · Sommerregen/grav-plugin-mathjax
Grav Plugin MathJax v1.6.0
Grav Plugin MathJax v1.5.1
Improved:
- Change CDN provider to CloudFlare #6 (
https://cdn.mathjax.org
end-of-life)
Grav Plugin MathJax v1.5.0
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
New:
- Renamed
process
option toactive
(Breaking Change!)
Improved:
- Use tabs in admin settings
Bugfix:
- Fixed case when page contains no formula
Grav Plugin MathJax v1.5.0-beta.1
Improved:
- Refactored code (requires Grav v1.1.0+)
Bugfix:
- Use more robust MarkdownParser instead of regexes (fixes #4)
Grav Plugin MathJax v1.4.0
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
Bugfix:
- Fixed "Call to a member function modified() on a non-object"
Grav Plugin MathJax v1.3.1
Improved:
- Added blueprints for Grav Admin plugin
Grav Plugin MathJax v1.3.0
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
New:
- Added usage example in README.md
Improved:
- Add assets (CSS and JS) dynamical to page now
- Changed default value
process: false
toprocess: true
in mathjax.yaml