Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Install packages
run: |
pnpm -s -r i
pnpm -r i
pnpm -s link:src

- name: Compile MathJax
Expand Down
2 changes: 1 addition & 1 deletion components/bin/build
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/*************************************************************
*
* Copyright (c) 2018-2024 The MathJax Consortium
* Copyright (c) 2018-2025 The MathJax Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion components/bin/copy
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/*************************************************************
*
* Copyright (c) 2018-2024 The MathJax Consortium
* Copyright (c) 2018-2025 The MathJax Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion components/bin/makeAll
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/*************************************************************
*
* Copyright (c) 2018-2024 The MathJax Consortium
* Copyright (c) 2018-2025 The MathJax Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion components/bin/pack
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/*************************************************************
*
* Copyright (c) 2018-2024 The MathJax Consortium
* Copyright (c) 2018-2025 The MathJax Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
6 changes: 3 additions & 3 deletions components/bin/version
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/*************************************************************
*
* Copyright (c) 2022-2024 The MathJax Consortium
* Copyright (c) 2022-2025 The MathJax Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -48,8 +48,8 @@ const lines = `/*************************************************************
*/

/**
* @fileoverview The version of MathJax (used to tell what version a component
* was compiled against).
* @file The version of MathJax (used to tell what version a component
* was compiled against).
*
* @author dpvc@mathjax.org (Davide Cervone)
*/
Expand Down
2 changes: 1 addition & 1 deletion components/mjs/dependencies.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*************************************************************
*
* Copyright (c) 2019-2024 The MathJax Consortium
* Copyright (c) 2019-2025 The MathJax Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion components/mjs/fullpath.cjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*************************************************************
*
* Copyright (c) 2023-2024 The MathJax Consortium
* Copyright (c) 2023-2025 The MathJax Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion components/mjs/node-main/node-main.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*************************************************************
*
* Copyright (c) 2019-2024 The MathJax Consortium
* Copyright (c) 2019-2025 The MathJax Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion components/mjs/source-lab.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*************************************************************
*
* Copyright (c) 2019-2024 The MathJax Consortium
* Copyright (c) 2019-2025 The MathJax Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion components/mjs/source.cjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*************************************************************
*
* Copyright (c) 2019-2024 The MathJax Consortium
* Copyright (c) 2019-2025 The MathJax Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion components/mjs/source.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*************************************************************
*
* Copyright (c) 2019-2024 The MathJax Consortium
* Copyright (c) 2019-2025 The MathJax Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion components/webpack.common.cjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*************************************************************
*
* Copyright (c) 2018-2024 The MathJax Consortium
* Copyright (c) 2018-2025 The MathJax Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion components/webpack.config.cjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*************************************************************
*
* Copyright (c) 2023-2024 The MathJax Consortium
* Copyright (c) 2023-2025 The MathJax Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion components/webpack.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*************************************************************
*
* Copyright (c) 2023-2024 The MathJax Consortium
* Copyright (c) 2023-2025 The MathJax Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mathjax/src",
"version": "4.0.0-beta.8",
"version": "4.0.0-rc.1",
"description": "Beautiful and accessible math in all browsers. MathJax is an open-source JavaScript display engine for LaTeX, MathML, and AsciiMath notation that works in all browsers and in server-side node applications. This package includes the source code as well as the packaged components.",
"keywords": [
"MathJax",
Expand Down Expand Up @@ -139,6 +139,8 @@
"build-all": "pnpm -s build-mjs ; echo ; pnpm -s build-cjs"
},
"devDependencies": {
"@eslint/js": "^9.28.0",
"@xmldom/xmldom": "^0.8.10",
"copyfiles": "^2.4.1",
"diff": "^5.2.0",
"eslint": "^9.28.0",
Expand All @@ -155,6 +157,7 @@
"typescript-tools": "^0.3.1",
"webpack": "^5.99.9",
"webpack-cli": "^5.1.4",
"wicked-good-xpath": "^1.3.0",
"xslt3": "^2.7.0"
},
"lint-staged": {
Expand All @@ -164,12 +167,9 @@
]
},
"dependencies": {
"@eslint/js": "^9.28.0",
"@mathjax/mathjax-newcm-font": "0.4.3-beta.8",
"@xmldom/xmldom": "^0.8.10",
"@mathjax/mathjax-newcm-font": "4.0.0-rc.1",
"mhchemparser": "^4.2.1",
"mj-context-menu": "^0.9.1",
"speech-rule-engine": "5.0.0-alpha.5",
"wicked-good-xpath": "^1.3.0"
"speech-rule-engine": "5.0.0-alpha.5"
}
}
46 changes: 23 additions & 23 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ts/a11y/assistive-mml.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*************************************************************
*
* Copyright (c) 2019-2024 The MathJax Consortium
* Copyright (c) 2019-2025 The MathJax Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion ts/a11y/complexity.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*************************************************************
*
* Copyright (c) 2018-2024 The MathJax Consortium
* Copyright (c) 2018-2025 The MathJax Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion ts/a11y/complexity/collapse.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*************************************************************
*
* Copyright (c) 2018-2024 The MathJax Consortium
* Copyright (c) 2018-2025 The MathJax Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion ts/a11y/complexity/visitor.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*************************************************************
*
* Copyright (c) 2018-2024 The MathJax Consortium
* Copyright (c) 2018-2025 The MathJax Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion ts/a11y/explorer.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*************************************************************
*
* Copyright (c) 2018-2024 The MathJax Consortium
* Copyright (c) 2018-2025 The MathJax Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion ts/a11y/explorer/Explorer.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*************************************************************
*
* Copyright (c) 2009-2024 The MathJax Consortium
* Copyright (c) 2009-2025 The MathJax Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion ts/a11y/explorer/KeyExplorer.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*************************************************************
*
* Copyright (c) 2009-2024 The MathJax Consortium
* Copyright (c) 2009-2025 The MathJax Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion ts/a11y/explorer/MouseExplorer.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*************************************************************
*
* Copyright (c) 2009-2024 The MathJax Consortium
* Copyright (c) 2009-2025 The MathJax Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion ts/a11y/explorer/Region.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*************************************************************
*
* Copyright (c) 2009-2024 The MathJax Consortium
* Copyright (c) 2009-2025 The MathJax Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion ts/a11y/explorer/TreeExplorer.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*************************************************************
*
* Copyright (c) 2009-2024 The MathJax Consortium
* Copyright (c) 2009-2025 The MathJax Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion ts/a11y/semantic-enrich.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*************************************************************
*
* Copyright (c) 2018-2024 The MathJax Consortium
* Copyright (c) 2018-2025 The MathJax Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion ts/a11y/speech.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*************************************************************
*
* Copyright (c) 2018-2024 The MathJax Consortium
* Copyright (c) 2018-2025 The MathJax Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Loading