Commit Graph

1345 Commits

Author SHA1 Message Date
Ron Kok
42cc5e507e feat: Support \phase (#2406)
* Support \phase

* Update screenshots

* Update documentation

* Add a11y test

* Edit MathML notation to phasorangle

* Move code to enclose.js

Co-authored-by: Kevin Barabash <kevinb@khanacademy.org>
2020-08-13 00:08:36 -04:00
Ron Kok
26e0a05221 feat: Support \mathstrut (#2416)
* feat: Support \mathstrut

* Update screenshots
2020-08-12 23:45:33 -04:00
ylemkimon
981e3ee0eb docs: add link to Discussions (#2405)
* Add link to Discussions in issue template chooser

* Add link to discussion to website footer

* Add Discussions badge to README

* Add link to discussion to CONTRIBUTING.md
2020-08-12 12:17:40 +09:00
dependabot[bot]
349341d1f0 build(deps-dev): bump caniuse-lite from 1.0.30001112 to 1.0.30001113 (#2412) 2020-08-12 01:41:18 +00:00
dependabot[bot]
6f260a7004 build(deps-dev): bump mini-css-extract-plugin from 0.9.0 to 0.10.0 (#2411) 2020-08-11 09:48:38 +00:00
dependabot[bot]
509a2ff999 build(deps-dev): bump jest from 26.2.2 to 26.3.0 (#2409) 2020-08-10 18:38:04 +00:00
dependabot[bot]
51db39c0d6 build(deps-dev): bump caniuse-lite from 1.0.30001111 to 1.0.30001112 (#2403) 2020-08-10 05:40:24 +00:00
dependabot[bot]
c743ee5ca1 build(deps-dev): bump @babel/core from 7.11.0 to 7.11.1 (#2390) 2020-08-10 04:58:38 +00:00
dependabot[bot]
a1a119c8fb build(deps-dev): bump rollup from 2.23.0 to 2.23.1 (#2402) 2020-08-10 02:31:51 +00:00
dependabot[bot]
571c2cc3f7 build(deps-dev): bump css-loader from 4.2.0 to 4.2.1 (#2401) 2020-08-10 01:17:19 +00:00
dependabot[bot]
b61ebd519f build(deps-dev): bump browserslist from 4.13.0 to 4.14.0 (#2392) 2020-08-10 00:36:43 +00:00
ylemkimon
06f2f0d706 ci: fix Dependabot autofix (#2400)
* ci: fix Dependabot autofix

* Rename dependabot.js.yml to dependabot.yml
2020-08-10 09:27:43 +09:00
ylemkimon
057b02feac chore: don't include dist in the release commit (#2385) 2020-08-10 08:52:34 +09:00
ylemkimon
dcd97aa0c2 ci: autofix Dependabot commits (#2394)
* ci: autofix Dependabot commits

* Add git push

* Update dependabot.js.yml

* Update dependabot.js.yml
2020-08-10 08:41:16 +09:00
dependabot[bot]
4edc5b176d build(deps-dev): bump flow-bin from 0.130.0 to 0.131.0 (#2393) 2020-08-07 07:38:09 +00:00
dependabot[bot]
801feb01b2 build(deps-dev): bump @babel/runtime from 7.11.0 to 7.11.2 (#2391)
* build(deps-dev): bump @babel/runtime from 7.11.0 to 7.11.2

Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.11.0 to 7.11.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.11.2/packages/babel-runtime)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-07 14:32:59 +09:00
dependabot[bot]
ece44178f8 build(deps-dev): bump caniuse-lite from 1.0.30001109 to 1.0.30001111 (#2389)
Bumps [caniuse-lite](https://github.com/ben-eb/caniuse-lite) from 1.0.30001109 to 1.0.30001111.
- [Release notes](https://github.com/ben-eb/caniuse-lite/releases)
- [Changelog](https://github.com/ben-eb/caniuse-lite/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ben-eb/caniuse-lite/compare/v1.0.30001109...v1.0.30001111)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-06 00:54:08 +09:00
dependabot[bot]
b47d366af2 build(deps-dev): bump terser-webpack-plugin from 3.1.0 to 4.0.0 (#2387)
Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin) from 3.1.0 to 4.0.0.
- [Release notes](https://github.com/webpack-contrib/terser-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v3.1.0...v4.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-05 19:28:18 +09:00
ylemkimon
36f9788cd6 chore(screenshotter): support Browserstack and test on Safari 13.1 (#2306)
* Support Browserstack in screenshotter

* Support Browserstack in CircleCI

* Test screenshots on Safari 13.1

* Don't run Safari screenshotter on forked PRs

* Update a screenshot

* Ignore *.log in .gitignore
2020-08-04 01:45:10 +09:00
Ron Kok
ab5936a6e7 feat: support {equation}, {equation*}, and {split} (#2369)
* Support {equation}, {equation*}, and {split}

* Update screenshots

* Allow {split} at top level

* Move equation column number check to to ParseArray

* Add token to ParseError

* Sharpen parameters passed to parseArray

* Add token information

* Update an {array} spec in screenshotter

* Adjust {array} screenshotter spec

* Make a non-strict error call when {array} argument specifies too few columns.

* Move context checks to a helper function.
2020-08-04 01:35:41 +09:00
ylemkimon
1263681563 chore: enable Gitpod (#2335)
Co-authored-by: Kevin Barabash <kevinb@khanacademy.org>
2020-08-03 09:18:18 -04:00
ylemkimon
f97c5454f8 chore: migrate to Yarn 2 (#2316)
* chore: migrate to Yarn 2

* Update config.yml
2020-08-03 18:24:56 +09:00
ylemkimon
591bc7b4be feat(css): use postcss-preset-env (#2313)
* Use postcss-preset-env

Closes #1946.

* Remove CSS prefixes

They are added by autoprefixer, if necessary.
2020-08-03 13:19:09 +09:00
ylemkimon
4a6f776941 test: mock console implementation (#2363)
Co-authored-by: Kevin Barabash <kevinb@khanacademy.org>
2020-08-03 13:05:17 +09:00
ylemkimon
8460189dca Update LICENSE year (#2374)
Co-authored-by: Kevin Barabash <kevinb@khanacademy.org>
2020-08-02 18:02:27 -04:00
ylemkimon
f9cd9de100 test(screenshotter): move coverage to Jest (#2324)
* Move screenshotter coverage collection to Jest testing

Fixes #1885.

* Update screenshotter-spec.js

* Update screenshotter-spec.js

Co-authored-by: Kevin Barabash <kevinb@khanacademy.org>
2020-08-02 17:58:40 -04:00
ylemkimon
1ffb638da8 Fix test/symgroups.js (#2314)
I forgot to change it in #1595.

Co-authored-by: Kevin Barabash <kevinb@khanacademy.org>
2020-08-02 17:09:51 -04:00
ylemkimon
891aae039e Use base revision provided by CircleCI (#2309)
instead of GitHub API

Co-authored-by: Kevin Barabash <kevinb@khanacademy.org>
2020-08-02 15:25:17 -04:00
ylemkimon
6b0d0d4d25 Delete bower.json (#2372)
Bower is deprecated about three years ago and this [triggers `bower install` on Netlify builds](https://docs.netlify.com/configure-builds/manage-dependencies/#bower), which take about a minute.
2020-08-03 03:39:12 +09:00
Ron Kok
e3c01376c8 Enable a MathML option in the KaTeX demo. (#2371)
* Enable a MathML option in the KaTeX demo.

* Add `output` to `katexOptions`
2020-08-03 02:57:19 +09:00
Ron Kok
903b459ca4 Update \color documentation (#2370)
* Update \color documentation

* Update options.md

* Add version numbers.

* Remove MathJaX version number.
2020-08-01 17:53:55 -04:00
dependabot[bot]
c88f5b3937 build(deps-dev): bump eslint from 7.5.0 to 7.6.0 (#2368) 2020-08-01 06:22:19 +00:00
dependabot[bot]
170e0107ac build(deps-dev): bump css-loader from 4.1.1 to 4.2.0 (#2366) 2020-07-31 18:00:55 +00:00
dependabot[bot]
0de61b5d8c build(deps-dev): bump babel-jest from 26.2.1 to 26.2.2 (#2365) 2020-07-31 17:50:07 +00:00
dependabot[bot]
ac400b61e3 build(deps-dev): bump jest from 26.2.1 to 26.2.2 (#2364) 2020-07-31 17:41:03 +00:00
dependabot[bot]
4be63a4dae build(deps-dev): bump @babel/plugin-transform-runtime (#2361) 2020-07-31 07:08:46 +00:00
dependabot[bot]
80b2d37476 build(deps-dev): bump @babel/preset-env from 7.10.4 to 7.11.0 (#2362) 2020-07-31 06:04:02 +00:00
dependabot[bot]
eb8acb688a build(deps-dev): bump @babel/core from 7.10.5 to 7.11.0 (#2360) 2020-07-31 05:53:26 +00:00
dependabot[bot]
200613c9c1 build(deps-dev): bump @babel/runtime from 7.10.5 to 7.11.0 (#2359) 2020-07-31 05:08:19 +00:00
dependabot[bot]
614f8eecca build(deps-dev): bump css-loader from 4.1.0 to 4.1.1 (#2357) 2020-07-30 17:15:07 +00:00
dependabot[bot]
c447e26d27 build(deps-dev): bump jest-matcher-utils from 26.1.0 to 26.2.0 (#2356) 2020-07-30 17:02:11 +00:00
dependabot[bot]
9d6ca6c91e build(deps-dev): bump webpack from 4.44.0 to 4.44.1 (#2355) 2020-07-30 16:47:41 +00:00
dependabot[bot]
798aa2d19e build(deps-dev): bump jest-diff from 26.1.0 to 26.2.0 (#2353) 2020-07-30 16:35:52 +00:00
dependabot[bot]
7d3bda958d build(deps-dev): bump jest-message-util from 26.1.0 to 26.2.0 (#2354) 2020-07-30 16:24:35 +00:00
dependabot[bot]
a1de1f99fb build(deps-dev): bump jest from 26.1.0 to 26.2.1 (#2352) 2020-07-30 16:15:28 +00:00
dependabot[bot]
dffac97ce0 build(deps-dev): bump babel-jest from 26.1.0 to 26.2.1 (#2351) 2020-07-30 16:00:07 +00:00
dependabot[bot]
0367cf84da build(deps-dev): bump caniuse-lite from 1.0.30001107 to 1.0.30001109 (#2349) 2020-07-30 07:38:46 +00:00
dependabot[bot]
9c3b9f4cfa build(deps-dev): bump css-loader from 4.0.0 to 4.1.0 (#2348) 2020-07-30 05:56:07 +00:00
dependabot[bot]
ad277cd787 build(deps-dev): bump eslint-plugin-react from 7.20.4 to 7.20.5 (#2345) 2020-07-29 08:42:16 +00:00
Ron Kok
2f37dc9104 feat: support {align}, {align*}, {alignat}, and {alignat*} (#2341)
* Support {align}, {align*}, {alignat}, and {alignat*}

* Specify display mode for screenshots

* Add bogus screenshots

* Some screenshotter progress

* Update screenshots
2020-07-29 00:02:08 +09:00