Commit Graph

224 Commits

Author SHA1 Message Date
KaTeX bot
f8c211da3c chore(release): 0.13.14 [ci skip]
## [0.13.14](https://github.com/KaTeX/KaTeX/compare/v0.13.13...v0.13.14) (2021-08-28)

### Bug Fixes

* **fonts:** update fonts dependencies ([#2866](https://github.com/KaTeX/KaTeX/issues/2866)) ([ea409ea](ea409eaf1d))
2021-08-28 22:09:25 +00:00
ylemkimon
ea409eaf1d fix(fonts): update fonts dependencies (#2866)
* fix(fonts): update fonts dependencies

* chore(fonts): fix buildMetrics for Python 3

* fix(fonts): update fonts

* test: update screenshots

* docs: update reference to katex-fonts

* chore: use Python 3

* fix(fonts): update fonts

* test: update screenshots

* Use explicit path

* Command-line arguments aren't actually supported

* Small buildMetrics fixes

* Add build:{fonts,metrics} script

* Lock versions of font-related dependencies

* Install minimal texlive

* Install fontforge

Co-authored-by: Erik Demaine <edemaine@mit.edu>
2021-08-29 07:06:42 +09:00
ylemkimon
abe3ab7eb8 chore(deps): update selenium-webdriver to 4 (#3205)
* chore(deps): update selenium-webdriver to 4

refactor: use async/await

* fix(screenshotter): disable static watch
2021-08-28 17:42:12 +00:00
ylemkimon
0084c899f3 chore(deps): use @babel/eslint-parser (#3203) 2021-08-27 21:03:43 +00:00
ylemkimon
4cca8636c3 ci: run yarn build on test (#3202)
* build: fail rollup on warning

* ci: run yarn build on test
2021-08-27 16:59:02 -04:00
renovate[bot]
610feae647 chore(deps): update jest monorepo to v27 [skip netlify] (major) (#3051)
* chore(deps): update jest monorepo to v27 [skip netlify]

* test: use jsdom environment for auto-render test

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Ylemkimon <y@ylem.kim>
2021-08-27 13:44:29 +09:00
Erik Demaine
e7d38df8d4 chore(deps): update webpack, webpack-cli, webpack-dev-server (#3191)
* chore(deps): update webpack, webpack-cli, webpack-dev-server

Fixes #3189

* injectClient -> client

* Switch WebpackDevServer constructor order

* Switch from listen to start

* Fix missing argument to catch

* chore: dedupe lockfile

* chore: update to Yarn 3.0.1

* ci: run yarn install on semantic release

* ci: use setup-node cache

* chore: update lockfile

Co-authored-by: Ylemkimon <y@ylem.kim>
2021-08-27 13:04:13 +09:00
renovate[bot]
e5e165c467 chore(deps): update dependency css-loader to v6 [skip netlify] (#3129)
* chore(deps): update dependency css-loader to v6 [skip netlify]

* build: use asset modules

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: ylemkimon <y@ylem.kim>
2021-08-07 01:58:01 +00:00
renovate[bot]
d4f1794ab6 chore(deps): update dependency style-loader to v3 [skip netlify] (#3099)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-07-27 07:59:01 +00:00
renovate[bot]
c9ad4a9afd chore(deps): update dependency less-loader to v10 [skip netlify] (#3089)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-07-27 07:48:24 +00:00
renovate[bot]
eeb70852d0 chore(deps): update dependency mini-css-extract-plugin to v2 [skip netlify] (#3106)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-07-27 07:36:48 +00:00
renovate[bot]
1e22e2730a chore(deps): update dependency postcss-loader to v6 [skip netlify] (#3079)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-07-27 16:06:15 +09:00
KaTeX bot
aa8622d4d0 chore(release): 0.13.13 [ci skip]
## [0.13.13](https://github.com/KaTeX/KaTeX/compare/v0.13.12...v0.13.13) (2021-07-21)

### Bug Fixes

* add namespace for svg, making output XHTML+SVG+MathML compatible ([#2725](https://github.com/KaTeX/KaTeX/issues/2725)) ([35ff5ac](35ff5ac223))
2021-07-21 16:50:00 +00:00
KaTeX bot
f7e70e60e5 chore(release): 0.13.12 [ci skip]
## [0.13.12](https://github.com/KaTeX/KaTeX/compare/v0.13.11...v0.13.12) (2021-07-21)

### Bug Fixes

* Correct invalid box-sizing property, adjusting spacing of \angl ([#3053](https://github.com/KaTeX/KaTeX/issues/3053)) ([910e523](910e523633)), closes [#3052](https://github.com/KaTeX/KaTeX/issues/3052)
2021-07-21 14:52:46 +00:00
renovate[bot]
08600feb8e chore(deps): update dependency less-loader to v9 [skip netlify] (#3026)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-05-21 03:01:58 +09:00
KaTeX bot
4455a3b59a chore(release): 0.13.11 [ci skip]
## [0.13.11](https://github.com/KaTeX/KaTeX/compare/v0.13.10...v0.13.11) (2021-05-14)

### Bug Fixes

* matrix environment with zero or inconsistent columns ([#3018](https://github.com/KaTeX/KaTeX/issues/3018)) ([f779bac](f779bac684)), closes [#3017](https://github.com/KaTeX/KaTeX/issues/3017)

### Features

* Allow text-mode accents in math mode, except in strict mode ([#3009](https://github.com/KaTeX/KaTeX/issues/3009)) ([0e9acce](0e9acce9be)), closes [#2983](https://github.com/KaTeX/KaTeX/issues/2983)
2021-05-14 21:15:08 +00:00
renovate[bot]
85687f992f chore(deps): update dependency fs-extra to v10 (#2995)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-05-14 21:05:42 +00:00
KaTeX bot
b03d0c278e chore(release): 0.13.10 [ci skip]
## [0.13.10](https://github.com/KaTeX/KaTeX/compare/v0.13.9...v0.13.10) (2021-05-12)

### Bug Fixes

* Correct for negative margin in integrand lower limits ([#2987](https://github.com/KaTeX/KaTeX/issues/2987)) ([9b4acc9](9b4acc971c))
2021-05-12 01:29:07 +00:00
KaTeX bot
6dda13e1f1 chore(release): 0.13.9 [ci skip]
## [0.13.9](https://github.com/KaTeX/KaTeX/compare/v0.13.8...v0.13.9) (2021-05-07)

### Bug Fixes

* MathML for stretchy accents. [#2990](https://github.com/KaTeX/KaTeX/issues/2990) ([#2991](https://github.com/KaTeX/KaTeX/issues/2991)) ([1cb6279](1cb62799c6))
2021-05-07 03:34:19 +00:00
KaTeX bot
0f80a6ffcd chore(release): 0.13.8 [ci skip]
## [0.13.8](https://github.com/KaTeX/KaTeX/compare/v0.13.7...v0.13.8) (2021-05-06)

### Features

* \operatornamewithlimits (and clean up \operatorname support) ([#2984](https://github.com/KaTeX/KaTeX/issues/2984)) ([e9b751b](e9b751b72d))
2021-05-06 21:52:22 +00:00
KaTeX bot
6a7e3073a7 chore(release): 0.13.7 [ci skip]
## [0.13.7](https://github.com/KaTeX/KaTeX/compare/v0.13.6...v0.13.7) (2021-05-06)

### Bug Fixes

* binom delimiter size in scriptscriptstyle. ([#2976](https://github.com/KaTeX/KaTeX/issues/2976)) ([980b004](980b004023))
2021-05-06 18:29:57 +00:00
KaTeX bot
9cc58a8c08 chore(release): 0.13.6 [ci skip]
## [0.13.6](https://github.com/KaTeX/KaTeX/compare/v0.13.5...v0.13.6) (2021-05-06)

### Bug Fixes

* Correctly parse \ followed by whitespace ([#2877](https://github.com/KaTeX/KaTeX/issues/2877)) ([c85250d](c85250d14e)), closes [#2860](https://github.com/KaTeX/KaTeX/issues/2860)
2021-05-06 01:57:00 +00:00
KaTeX bot
9a4b662ff3 chore(release): 0.13.5 [ci skip]
## [0.13.5](https://github.com/KaTeX/KaTeX/compare/v0.13.4...v0.13.5) (2021-05-02)

### Bug Fixes

* Support \S and \P in math mode ([#2977](https://github.com/KaTeX/KaTeX/issues/2977)) ([3f7163d](3f7163daf5))
2021-05-02 20:00:14 +00:00
KaTeX bot
243451a1b9 chore(release): 0.13.4 [ci skip]
## [0.13.4](https://github.com/KaTeX/KaTeX/compare/v0.13.3...v0.13.4) (2021-05-02)

### Bug Fixes

* Avoid crash when \operatorname has \limits ([#2979](https://github.com/KaTeX/KaTeX/issues/2979)) ([fbda0b1](fbda0b1136))
2021-05-02 19:49:57 +00:00
renovate[bot]
677edd9dbf chore(deps): update dependency stylelint-config-standard to v22 [skip netlify] (#2969)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-05-01 01:20:29 +09:00
KaTeX bot
b9959815ef chore(release): 0.13.3 [ci skip]
## [0.13.3](https://github.com/KaTeX/KaTeX/compare/v0.13.2...v0.13.3) (2021-04-24)

### Bug Fixes

* Respect catcode in macro expansion and set ~'s catcode correctly ([#2949](https://github.com/KaTeX/KaTeX/issues/2949)) ([01ae7f8](01ae7f8eef)), closes [#2924](https://github.com/KaTeX/KaTeX/issues/2924)
* **array:** Keep single empty row in AMS environments ([#2947](https://github.com/KaTeX/KaTeX/issues/2947)) ([24332e0](24332e053c)), closes [#2944](https://github.com/KaTeX/KaTeX/issues/2944)
2021-04-24 19:35:15 +00:00
semantic-release-bot
384ba3caca chore(release): 0.13.2 [ci skip]
## [0.13.2](https://github.com/KaTeX/KaTeX/compare/v0.13.1...v0.13.2) (2021-04-06)

### Bug Fixes

* update version and SRI in dist/README.md ([#2905](https://github.com/KaTeX/KaTeX/issues/2905)) ([319c52d](319c52db64))
2021-04-06 23:05:10 +00:00
ylemkimon
319c52db64 fix: update version and SRI in dist/README.md (#2905)
The scope is `fix` to trigger a new release.

Co-authored-by: Erik Demaine <edemaine@mit.edu>
2021-04-06 23:02:38 +00:00
semantic-release-bot
0ced751a03 chore(release): 0.13.1 [ci skip]
## [0.13.1](https://github.com/KaTeX/KaTeX/compare/v0.13.0...v0.13.1) (2021-04-05)

### Bug Fixes

* Protect fraction bars from CSS border-color ([#2870](https://github.com/KaTeX/KaTeX/issues/2870)) ([2f62c0d](2f62c0d8ee))
2021-04-05 18:40:52 +00:00
ylemkimon
266fcb046c build: move font generation to the main repo (#2837)
* build: move font generation to the main repo

* Update fonts

* chore: remove submodules

* Update paths

* Update fonts.yml

Co-authored-by: Kevin Barabash <kevinb@khanacademy.org>
2021-03-30 03:21:59 +09:00
renovate[bot]
b417c38e73 chore(deps): update dependency query-string to v7 [skip netlify] (#2850)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-03-23 04:03:09 +09:00
ylemkimon
3568cb9c99 build: use semantic-release to automate release (#2830)
* Link to previous deploys of releases instead of versioned docs

* Use semantic-release to automate release

* Use an environment for release job

* Run release only on push event
2021-03-22 15:30:57 +09:00
renovate[bot]
91ea1b45a3 chore(deps): update dependency postcss to v8 [skip netlify] (#2833)
* chore(deps): update dependency postcss to v8 [skip netlify]

* chore: update css-loader, cssnano, postcss-loader

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Young Min Kin <mail@ylem.kim>
2021-03-12 06:26:05 +09:00
renovate[bot]
e5f027223c chore(deps): update dependency stylelint-config-standard to v21 [skip netlify] (#2828)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-03-11 20:38:15 +00:00
renovate[bot]
fa6910731c chore(deps): update dependency less-loader to v8 [skip netlify] (#2774)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-03-12 05:17:47 +09:00
renovate[bot]
f4f236efeb chore(deps): update dependency less to v4 [skip netlify] (#2695)
* chore(deps): update dependency less to v4 [skip netlify]

* Update katex.less

* Update katex.less

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: ylemkimon <y@ylem.kim>
2021-03-12 05:06:08 +09:00
Kevin Barabash
c80017ba08 Release v0.13.0 (#2824) 2021-03-08 21:58:35 -05:00
renovate[bot]
65cfd4bf86 chore(deps): update dependency js-yaml to v4 [skip netlify] (#2723)
* chore(deps): update dependency js-yaml to v4 [skip netlify]

* Update ss_data.js

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: ylemkimon <y@ylem.kim>
2021-01-12 04:38:18 +09:00
ylemkimon
c0a9a6d961 chore(deps): update to webpack 5 (#2664)
Co-authored-by: Kevin Barabash <kevinb@khanacademy.org>
2020-12-28 22:45:05 -05:00
ylemkimon
8803649179 ci: run screenshotter in container (#2644)
* ci: run screenshotter in container

Co-authored-by: Kevin Barabash <kevinb@khanacademy.org>
2020-12-19 09:16:34 +09:00
renovate[bot]
3f443a13b5 chore(deps): update dependency pako to v2 [skip netlify] (#2658)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-11-23 05:42:31 +09:00
renovate[bot]
23f906e9ca chore(deps): update dependency webpack-bundle-analyzer to v4 [skip netlify] (#2633)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-11-14 11:15:54 +09:00
renovate[bot]
99a875d377 chore(deps): update dependency mini-css-extract-plugin to v1 [skip netlify] (#2580)
* chore(deps): update dependency mini-css-extract-plugin to v1 [skip netlify]

* chore(deps): update dependency style-loader to v2 [skip netlify]

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Young Min Kin <mail@ylem.kim>
2020-10-13 18:45:26 +09:00
renovate[bot]
9bd11d8ba8 chore(deps): update dependency mini-css-extract-plugin to ^0.12.0 [skip netlify] (#2573)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-10-10 14:24:28 +00:00
renovate[bot]
c6bb7f7d6c chore(deps): update dependency flow-bin to v0.135.0 [skip netlify] (#2563)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-10-04 00:52:06 +00:00
renovate[bot]
16a34c3b35 chore(deps): update dependency flow-bin to v0.134.0 [skip netlify] (#2533)
* chore(deps): update dependency flow-bin to v0.134.0 [skip netlify]

* Fix flow errors

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Young Min Kin <mail@ylem.kim>
2020-09-26 12:19:42 +09:00
renovate[bot]
11c1e83579 chore(deps): update dependency postcss-loader to v4 (#2511)
* chore(deps): update dependency postcss-loader to v4

[skip netlify]

* Add postcss dependency

* Add postcssOptions

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Young Min Kin <mail@ylem.kim>
2020-09-12 13:46:00 +09:00
renovate[bot]
6599158921 chore(deps): update dependency flow-bin to ^0.133.0 (#2509)
* chore(deps): update dependency flow-bin to ^0.133.0

[skip netlify]

* Update .flowconfig, editor SDKs, and flow-typed

* chore(deps): update dependency flow-bin to ^0.133.0

[skip netlify]

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: ylemkimon <mail@ylem.kim>
2020-09-12 13:28:51 +09:00
renovate[bot]
7a37d128c7 chore(deps): update dependency mini-css-extract-plugin to ^0.11.0 (#2510)
[skip netlify]

Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-09-12 04:05:24 +00:00
dependabot[bot]
730732fddb build(deps-dev): bump flow-bin from 0.131.0 to 0.132.0 (#2453) 2020-08-31 18:53:45 +09:00