Skip to content

Latest commit

 

History

History
108 lines (83 loc) · 2.97 KB

CHANGELOG.md

File metadata and controls

108 lines (83 loc) · 2.97 KB

v1.6.0

04/07/2018

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

v1.5.1

04/12/2017

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

v1.5.0

08/06/2016

  • Released stable version (requires Grav v1.1.0+ + Breaking Change!); please read the beta release changelogs for more details
  • Added demo content
  • Allow active option to be toggleable in page options
  • Updated README.md
  • Fixed mathjax Twig filter in case MathJax was disabled on the page

v1.5.0-beta.2

08/06/2016

  • Renamed process option to active (Breaking Change!)
  • Use tabs in admin settings
  • Fixed case when page contains no formula

v1.5.0-beta.1

08/05/2016

  • Refactored code (requires Grav v1.1.0+)
  • Use more robust MarkdownParser instead of regexes (fixes #4)

v1.4.0

11/18/2015

  • Added #3 ("MathJax Process" toggle to page options tab)
  • Added Twig filter documentation to README.md
  • Improved code
  • Fixed mathjax Twig filter

v1.3.2

09/09/2015

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

v1.3.1

09/09/2015

  • Added blueprints for Grav Admin plugin

v1.3.0

08/08/2015

  • Added admin configurations (requires Grav 0.9.34+)
  • Added {{% mathjax type='block|inline' %}} shortcode
  • Switched to onBuildPagesInitialized event (requires Grav 0.9.29+)
  • Updated README.md
  • Fixed #2 (JS script not added to page)

v1.2.0

05/14/2015

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

v1.1.1

05/10/2015

  • Support modular pages
  • Added CSS stylesheet and built_in_css option
  • PSR fixes

v1.1.0

02/21/2015

  • Added <span class="mathjax"> tags around block and inline math formulas
  • Improved and refactored code

v1.0.0

02/05/2015

  • ChangeLog started...