From ce63f65e20d744547a45ae21ad68fea7a11b62a4 Mon Sep 17 00:00:00 2001 From: nobody Date: Sun, 22 May 2022 06:51:49 +0200 Subject: [PATCH] mathjax v3.2.0 -> v3.2.1 (#997) --- THIRD_PARTY.txt | 6 +++--- modules/internal/targets.js | 2 +- pages/updates/updates.html | 1 + resources/mathjax/3.2.0/es5/tex-mml-chtml.jsm | 1 - .../chtml/fonts/woff-v2/MathJax_Main-Regular.woff | Bin .../output/chtml/fonts/woff-v2/MathJax_Zero.woff | Bin resources/mathjax/3.2.1/es5/tex-mml-chtml.jsm | 1 + 7 files changed, 6 insertions(+), 5 deletions(-) delete mode 100644 resources/mathjax/3.2.0/es5/tex-mml-chtml.jsm rename resources/mathjax/{3.2.0 => 3.2.1}/es5/output/chtml/fonts/woff-v2/MathJax_Main-Regular.woff (100%) rename resources/mathjax/{3.2.0 => 3.2.1}/es5/output/chtml/fonts/woff-v2/MathJax_Zero.woff (100%) create mode 100644 resources/mathjax/3.2.1/es5/tex-mml-chtml.jsm diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 25caa079..db9b7f3d 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1330,9 +1330,9 @@ https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/jax/output/HTML-CSS/fonts/T https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/jax/output/HTML-CSS/imageFonts.js https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/jax/output/HTML-CSS/jax.js https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js -https://cdnjs.cloudflare.com/ajax/libs/mathjax/3.2.0/es5/output/chtml/fonts/woff-v2/MathJax_Main-Regular.woff -https://cdnjs.cloudflare.com/ajax/libs/mathjax/3.2.0/es5/output/chtml/fonts/woff-v2/MathJax_Zero.woff -https://cdnjs.cloudflare.com/ajax/libs/mathjax/3.2.0/es5/tex-mml-chtml.js +https://cdnjs.cloudflare.com/ajax/libs/mathjax/3.2.1/es5/output/chtml/fonts/woff-v2/MathJax_Main-Regular.woff +https://cdnjs.cloudflare.com/ajax/libs/mathjax/3.2.1/es5/output/chtml/fonts/woff-v2/MathJax_Zero.woff +https://cdnjs.cloudflare.com/ajax/libs/mathjax/3.2.1/es5/tex-mml-chtml.js https://cdnjs.cloudflare.com/ajax/libs/mdbootstrap/4.20.0/css/mdb.min.css https://cdnjs.cloudflare.com/ajax/libs/mdbootstrap/4.20.0/js/mdb.min.js https://cdnjs.cloudflare.com/ajax/libs/mdb-ui-kit/3.11.0/mdb.min.css diff --git a/modules/internal/targets.js b/modules/internal/targets.js index fad5cdfe..eaaa2945 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -306,7 +306,7 @@ targets.setLastVersion = function (type, version) { } if (type.startsWith('/materialize/1.')) return '1.0.0'; if (type.startsWith('/mathjax/2.') || type.startsWith('/mathjax/latest')) return '2.7.5'; - if (type.startsWith('/mathjax/3.')) return '3.2.0'; + if (type.startsWith('/mathjax/3.')) return '3.2.1'; if (type.startsWith('/mdb-ui-kit/3.')) return '3.11.0'; if (type.startsWith('/mdb-ui-kit/4.')) return '4.0.0'; if (type.startsWith('/mobile/1.')) return '1.4.5'; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 884de127..f01ce428 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -44,6 +44,7 @@
  • algoliasearch v4.13.0 -> v4.13.1 (#994)
  • socket.io v4.5.0 -> v4.5.1 (#995)
  • vue v3.2.33 -> v3.2.35 (#996)
  • +
  • mathjax v3.2.0 -> v3.2.1 (#997)
  • Fixed