Skip to content

Commit 8a0d309

Browse files
committed
Bump the version of MathQuill to pull in the removal of default autoOperatorNames.
See openwebwork/mathquill#37. All default `autoOperatorNames` are removed to address openwebwork/webwork2#2203 and openwebwork/webwork2#2681. Any of those operators can be added back if desired, but having them by default continues to cause issues with typing other things.
1 parent 36e2645 commit 8a0d309

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

htdocs/package-lock.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

htdocs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"prettier-check": "prettier --ignore-path=../.gitignore --check \"**/*.{js,css,scss,html}\" \"../**/*.dist.yml\""
1414
},
1515
"dependencies": {
16-
"@openwebwork/mathquill": "^0.11.0-beta.4",
16+
"@openwebwork/mathquill": "^0.11.0-beta.5",
1717
"jsxgraph": "^1.10.1",
1818
"jszip": "^3.10.1",
1919
"jszip-utils": "^0.1.0",

0 commit comments

Comments
 (0)