Erik Demaine
a3c79047da
chore(lint): add import rule checks ( #3199 )
2021-10-30 07:33:05 +00:00
KaTeX bot
167f38dede
chore(release): 0.13.23 [ci skip]
...
## [0.13.23](https://github.com/KaTeX/KaTeX/compare/v0.13.22...v0.13.23 ) (2021-10-30)
### Bug Fixes
* **fonts:** correct width of \cong glyph, fix \boldsymbol{\cong} ([#3206 ](https://github.com/KaTeX/KaTeX/issues/3206 )) ([35db4ff
](35db4ff403
)), closes [#2199 ](https://github.com/KaTeX/KaTeX/issues/2199 )
2021-10-30 07:16:14 +00:00
Erik Demaine
35db4ff403
fix(fonts): correct width of \cong glyph, fix \boldsymbol{\cong} ( #3206 )
...
* fix(fonts): correct width of \cong glyph
Fixes #2199
* Update metrics
* Update fonts
* Fix \boldsymbol{\cong}
* SetWidth instead of SetRBearing
* Update metrics
Co-authored-by: ylemkimon <y@ylem.kim >
2021-10-30 07:13:29 +00:00
KaTeX bot
005ca792b4
chore(release): 0.13.22 [ci skip]
...
## [0.13.22](https://github.com/KaTeX/KaTeX/compare/v0.13.21...v0.13.22 ) (2021-10-30)
### Bug Fixes
* **deps:** update dependency commander to v8 [skip netlify] ([#3374 ](https://github.com/KaTeX/KaTeX/issues/3374 )) ([4df1922
](4df1922ae9
))
2021-10-30 00:21:25 +00:00
renovate[bot]
4df1922ae9
fix(deps): update dependency commander to v8 [skip netlify] ( #3374 )
...
* fix(deps): update dependency commander to v8 [skip netlify]
* fix: use commander.opts()
Co-authored-by: Renovate Bot <bot@renovateapp.com >
Co-authored-by: ylemkimon <y@ylem.kim >
2021-10-30 09:17:02 +09:00
renovate[bot]
6f70a1f483
chore(deps): update dependency css-loader to v6.5.0 [skip netlify] ( #3373 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-10-29 23:39:15 +00:00
renovate[bot]
513899b226
chore(deps): update linters [skip netlify] (major) ( #3317 )
...
* chore(deps): update linters [skip netlify]
* chore: add missing peer dependencies
* style: update styelint
Co-authored-by: Renovate Bot <bot@renovateapp.com >
Co-authored-by: ylemkimon <y@ylem.kim >
2021-10-29 21:33:18 +00:00
renovate[bot]
6e2f908af1
chore(deps): update dependency webpack to v5.61.0 [skip netlify] ( #3369 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-10-30 04:22:36 +09:00
KaTeX bot
57aca23130
chore(release): 0.13.21 [ci skip]
...
## [0.13.21](https://github.com/KaTeX/KaTeX/compare/v0.13.20...v0.13.21 ) (2021-10-29)
### Bug Fixes
* **fonts:** fix the timestamp of fonts to the epoch ([#3370 ](https://github.com/KaTeX/KaTeX/issues/3370 )) ([dde05db
](dde05db6b7
))
2021-10-29 19:11:27 +00:00
ylemkimon
dde05db6b7
fix(fonts): fix the timestamp of fonts to the epoch ( #3370 )
...
* fix: fix the timestamp of fonts to the epoch
* fix: update fonts
Co-authored-by: Erik Demaine <edemaine@mit.edu >
2021-10-30 04:08:22 +09:00
remLse
052f0006f1
docs(supported.md): update letters reference ( #3371 )
...
* fix(docs/supported.md): update letters reference
* Add missing period
Co-authored-by: Erik Demaine <edemaine@mit.edu >
2021-10-29 17:46:53 +00:00
renovate[bot]
e281e891cb
chore(deps): update dependency rollup to v2.58.3 [skip netlify] ( #3368 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-10-28 19:20:53 +00:00
KaTeX bot
5a8f47cb41
chore(release): 0.13.20 [ci skip]
...
## [0.13.20](https://github.com/KaTeX/KaTeX/compare/v0.13.19...v0.13.20 ) (2021-10-26)
### Performance Improvements
* Avoid vertical-align:0em style ([#3358 ](https://github.com/KaTeX/KaTeX/issues/3358 )) ([6d6d627
](6d6d627ca4
)), closes [#3351 ](https://github.com/KaTeX/KaTeX/issues/3351 )
2021-10-26 23:13:15 +00:00
Erik Demaine
6d6d627ca4
perf: Avoid vertical-align:0em style ( #3358 )
...
Avoid emitting `vertical-align:0em` by protecting each such style
setting with an `if`.
Fixes #3351
Co-authored-by: ylemkimon <y@ylem.kim >
2021-10-26 23:10:20 +00:00
renovate[bot]
c01f2720d7
chore(deps): update dependency browserslist to v4.17.5 [skip netlify] ( #3363 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-10-26 14:17:18 +00:00
renovate[bot]
0135936b5a
chore(deps): update dependency caniuse-lite to v1.0.30001271 [skip netlify] ( #3354 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-10-26 03:39:01 +00:00
KaTeX bot
e751278cff
chore(release): 0.13.19 [ci skip]
...
## [0.13.19](https://github.com/KaTeX/KaTeX/compare/v0.13.18...v0.13.19 ) (2021-10-26)
### Features
* **cli:** --trust flag for trusting cli input ([#3339 ](https://github.com/KaTeX/KaTeX/issues/3339 )) ([503f7d7
](503f7d79f9
)), closes [#2428 ](https://github.com/KaTeX/KaTeX/issues/2428 )
2021-10-26 01:15:07 +00:00
Ng Zhi An
503f7d79f9
feat(cli): --trust flag for trusting cli input ( #3339 )
...
* feat: allow trusting all inputs via cli flag
The trust option has much finer grained control, which is hard to
specify on the command line, so expose just a single boolean flag, which
changes trust from false (default) to true.
* Rename to trust
* Add -T
* Revise documentation
Fixes #2428
Co-authored-by: summersz <rasummersr@gmail.com >
Co-authored-by: Erik Demaine <edemaine@mit.edu >
2021-10-25 21:11:44 -04:00
renovate[bot]
b1e24f268d
chore(deps): update dependency style-loader to v3.3.1 [skip netlify] ( #3350 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-10-25 02:10:12 +00:00
renovate[bot]
b3d4ec88d3
chore(deps): update dependency mini-css-extract-plugin to v2.4.3 [skip netlify] ( #3349 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-10-24 22:26:19 +00:00
renovate[bot]
e916895876
chore(deps): update dependency postcss to v8.3.11 [skip netlify] ( #3348 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-10-24 19:21:50 +00:00
renovate[bot]
1bf7a0b058
chore(deps): update dependency babel-loader to v8.2.3 [skip netlify] ( #3347 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-10-24 02:18:21 +00:00
renovate[bot]
731fc30858
chore(deps): update dependency webpack to v5.59.1 [skip netlify] ( #3346 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-10-24 00:51:42 +00:00
renovate[bot]
fad889fa31
chore(deps): update dependency netlify to v8.0.3 ( #3345 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-10-23 22:29:29 +00:00
renovate[bot]
3da26cf9b1
chore(deps): update dependency @rollup/plugin-alias to v3.1.8 [skip netlify] ( #3343 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-10-23 03:20:31 +00:00
renovate[bot]
3fc115eb96
chore(deps): update jest monorepo to v27.3.1 [skip netlify] ( #3341 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-10-22 10:50:22 +00:00
ylemkimon
ffa6326e1c
ci: use Node 16 in the release job ( #3338 )
2021-10-22 02:36:30 +00:00
renovate[bot]
cda2d9b83a
chore(deps): update dependency less-loader to v10.2.0 [skip netlify] ( #3337 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-10-21 21:18:58 +00:00
renovate[bot]
74097de4ca
chore(deps): update dependency webpack-cli to v4.9.1 [skip netlify] ( #3335 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-10-21 20:03:45 +00:00
renovate[bot]
5fe56fc9a2
chore(deps): update dependency eslint-plugin-flowtype to v6.1.1 [skip netlify] ( #3336 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-10-21 18:21:46 +00:00
renovate[bot]
ede0d6c61a
chore(deps): update istanbuljs monorepo [skip netlify] ( #3334 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-10-21 09:22:57 +00:00
renovate[bot]
5caa9f4212
chore(deps): update dependency babel-plugin-istanbul to v6.1.1 [skip netlify] ( #3331 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-10-19 23:48:55 +00:00
renovate[bot]
9e23ff677f
chore(deps): update dependency postcss-loader to v6.2.0 [skip netlify] ( #3330 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-10-19 11:35:44 +00:00
renovate[bot]
9aac8eb0ce
chore(deps): update dependency webpack to v5.58.2 [skip netlify] ( #3326 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-10-19 11:07:31 +00:00
renovate[bot]
f0671f02fb
chore(deps): update dependency netlify to v8.0.2 ( #3327 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-10-19 09:51:03 +00:00
renovate[bot]
c517d964c6
chore(deps): update dependency browserslist to v4.17.4 [skip netlify] ( #3328 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-10-19 08:32:50 +00:00
renovate[bot]
81aa757fdf
chore(deps): update dependency selenium-webdriver to v4.0.0 [skip netlify] ( #3329 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-10-19 07:54:12 +00:00
renovate[bot]
f58ffbada7
chore(deps): update dependency webpack-bundle-analyzer to v4.5.0 [skip netlify] ( #3319 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-10-15 10:15:23 +00:00
renovate[bot]
d0d9e42d24
chore(deps): update dependency less-loader to v10.1.0 [skip netlify] ( #3318 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-10-15 03:03:14 +00:00
renovate[bot]
33e09384c2
chore(deps): update dependency css-loader to v6.4.0 [skip netlify] ( #3316 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-10-12 16:03:32 +00:00
renovate[bot]
2d2a40de93
chore(deps): update dependency webpack to v5.58.1 [skip netlify] ( #3314 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-10-11 19:34:46 +00:00
renovate[bot]
33fafcdd9f
chore(deps): update jest monorepo to v27.2.5 [skip netlify] ( #3313 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-10-11 18:05:34 +00:00
renovate[bot]
1532268a98
chore(deps): update dependency webpack-cli to v4.9.0 [skip netlify] ( #3311 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-10-10 23:54:00 +00:00
renovate[bot]
ccc0215de3
chore(deps): update dependency istanbul-reports to v3.0.3 [skip netlify] ( #3309 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-10-10 22:17:33 +00:00
renovate[bot]
1ef871516a
chore(deps): update dependency mini-css-extract-plugin to v2.4.2 [skip netlify] ( #3312 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-10-10 20:11:29 +00:00
renovate[bot]
f3af7d53d8
chore(deps): update babel monorepo to v7.15.8 [skip netlify] ( #3310 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-10-10 01:13:47 +00:00
renovate[bot]
c9d8fc827f
chore(deps): update dependency postcss to v8.3.9 [skip netlify] ( #3307 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-10-08 00:59:45 +00:00
renovate[bot]
17a93c0384
chore(deps): update actions/github-script action to v5 [skip netlify] ( #3292 )
...
* chore(deps): update actions/github-script action to v5 [skip netlify]
* Update fonts.yml
Co-authored-by: Renovate Bot <bot@renovateapp.com >
Co-authored-by: ylemkimon <y@ylem.kim >
2021-10-07 23:13:55 +00:00
renovate[bot]
e08f9087bd
chore(deps): update dependency less to v4.1.2 [skip netlify] ( #3303 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-10-07 21:39:10 +00:00
renovate[bot]
78efe7bb47
chore(deps): update dependency browserslist to v4.17.3 [skip netlify] ( #3306 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-10-07 21:33:16 +00:00