KaTeX bot
4fa84d0ca3
chore(release): 0.15.5 [ci skip]
...
## [0.15.5](https://github.com/KaTeX/KaTeX/compare/v0.15.4...v0.15.5 ) (2022-05-20)
### Bug Fixes
* Avoid crash when \ce{} is empty ([#3627 ](https://github.com/KaTeX/KaTeX/issues/3627 )) ([4865e45
](4865e45437
))
2022-05-20 16:07:59 +00:00
KaTeX bot
575dab79f1
chore(release): 0.15.4 [ci skip]
...
## [0.15.4](https://github.com/KaTeX/KaTeX/compare/v0.15.3...v0.15.4 ) (2022-05-20)
### Features
* Support Unicode (sub|super)script characters ([#3633 ](https://github.com/KaTeX/KaTeX/issues/3633 )) ([d8fc35e
](d8fc35e6a9
))
2022-05-20 13:53:28 +00:00
Andreas Deininger
c31256f838
docs: change links from http to https ( #3635 )
2022-05-19 18:15:22 -04:00
KaTeX bot
b1311aff1b
chore(release): 0.15.3 [ci skip]
...
## [0.15.3](https://github.com/KaTeX/KaTeX/compare/v0.15.2...v0.15.3 ) (2022-03-13)
### Bug Fixes
* Apply operator spacing to Unicode ∙ ∘ ∖ ([#3584 ](https://github.com/KaTeX/KaTeX/issues/3584 )) ([b362fc0
](b362fc0b39
))
2022-03-13 18:41:56 +00:00
KaTeX bot
38aa7af8cf
chore(release): 0.15.2 [ci skip]
...
## [0.15.2](https://github.com/KaTeX/KaTeX/compare/v0.15.1...v0.15.2 ) (2022-01-12)
### Bug Fixes
* \mathinner MathML when invoked as a denominator. ([#3501 ](https://github.com/KaTeX/KaTeX/issues/3501 )) ([1f85125
](1f8512577b
)), closes [#3500 ](https://github.com/KaTeX/KaTeX/issues/3500 )
2022-01-12 17:36:06 +00:00
KaTeX bot
f5622a4cc8
chore(release): 0.15.1 [ci skip]
...
## [0.15.1](https://github.com/KaTeX/KaTeX/compare/v0.15.0...v0.15.1 ) (2021-10-31)
### Features
* \nonumber/\notag support, \tag per row of {align} ([#2952 ](https://github.com/KaTeX/KaTeX/issues/2952 )) ([52c4778
](52c4778b15
)), closes [#2950 ](https://github.com/KaTeX/KaTeX/issues/2950 ) [#2379 ](https://github.com/KaTeX/KaTeX/issues/2379 )
2021-10-31 21:43:23 +00:00
Erik Demaine
52c4778b15
feat: \nonumber/\notag support, \tag per row of {align} ( #2952 )
...
* feat: \nonumber and \notag support
Support `\nonumber` (and equivalent `\notag`) using a global macro
`\@eqnsw` to track whether one occurs in each row, similar to how
amsmath uses global `\@eqnswtrue`/`\@eqnswfalse`.
Fix #2950
* Remove duplicate mention of align*
* Working version of \tag within {align}
* Simpler subparse mechanism
* Fix flow errors, clarifying set-to-undefined
* Document that \tag works in rows
* Add screenshot tests
* Add Jest tests
* Add Safari screenshot
* Commit message about fixing \tag
Fixes #2379
* Apply suggestions from code review
Co-authored-by: ylemkimon <y@ylem.kim >
* Revise and move getAutoTag
* Fix handling of split
* Remove unnecessary feedTokens
Co-authored-by: ylemkimon <y@ylem.kim >
Co-authored-by: ylemkimon <y@ylem.kim >
2021-11-01 06:40:06 +09:00
KaTeX bot
a59135fd77
chore(release): 0.15.0 [ci skip]
...
# [0.15.0](https://github.com/KaTeX/KaTeX/compare/v0.14.1...v0.15.0 ) (2021-10-31)
### Features
* implement \relax as no-op function ([#3384 ](https://github.com/KaTeX/KaTeX/issues/3384 )) ([40109f6
](40109f6248
))
### BREAKING CHANGES
* `\relax` is now implemented as a function. It'll stop
expansions and parsing, so the behavior around `\relax` may change.
For example, `\kern2\relax em` will no longer work.
2021-10-31 03:49:32 +00:00
KaTeX bot
b2ee023d80
chore(release): 0.14.1 [ci skip]
...
## [0.14.1](https://github.com/KaTeX/KaTeX/compare/v0.14.0...v0.14.1 ) (2021-10-30)
### Bug Fixes
* **Settings:** use schema ([#3375 ](https://github.com/KaTeX/KaTeX/issues/3375 )) ([b58a432
](b58a43212e
))
2021-10-30 19:44:00 +00:00
KaTeX bot
23b3950f7a
chore(release): 0.14.0 [ci skip]
...
# [0.14.0](https://github.com/KaTeX/KaTeX/compare/v0.13.24...v0.14.0 ) (2021-10-30)
### Features
* conditionally export ECMAScript modules ([#3377 ](https://github.com/KaTeX/KaTeX/issues/3377 )) ([15ee9b4
](15ee9b4a5a
))
### BREAKING CHANGES
* With module loaders that support conditional exports
and ECMAScript modules, `import katex from 'katex';` will import the
ECMAScript module.
You can now use:
|Before |After |
|------------------------------------------|----------------------------------|
|`require('katex/dist/contrib/[name].js')` | `require('katex/contrib/[name]')`|
|`import katex from 'katex/dist/katex.mjs'`| `import katex from 'katex'` |
|`import 'katex/dist/contrib/[name].mjs'` | `import 'katex/contrib/[name]'` |
2021-10-30 19:26:31 +00:00
KaTeX bot
a28b2f084b
chore(release): 0.13.24 [ci skip]
...
## [0.13.24](https://github.com/KaTeX/KaTeX/compare/v0.13.23...v0.13.24 ) (2021-10-30)
### Bug Fixes
* round dimensions to 4 places ([#2460 ](https://github.com/KaTeX/KaTeX/issues/2460 )) ([09ee1c8
](09ee1c8867
))
2021-10-30 18:31:58 +00:00
ylemkimon
f007358c0f
chore: rename branch master to main ( #3376 )
...
* chore: rename branch master to main
* ci: update semantic-release config
* ci: run semantic release only on main
2021-10-31 01:32:44 +09: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
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
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
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
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
KaTeX bot
5b861c4bee
chore(release): 0.13.18 [ci skip]
...
## [0.13.18](https://github.com/KaTeX/KaTeX/compare/v0.13.17...v0.13.18 ) (2021-09-02)
### Features
* unicode support for minus and asterisk operators ([#3227 ](https://github.com/KaTeX/KaTeX/issues/3227 )) ([9dbfc1c
](9dbfc1c917
)), closes [#3225 ](https://github.com/KaTeX/KaTeX/issues/3225 )
2021-09-02 21:07:24 +00:00
KaTeX bot
2df1f5fbaf
chore(release): 0.13.17 [ci skip]
...
## [0.13.17](https://github.com/KaTeX/KaTeX/compare/v0.13.16...v0.13.17 ) (2021-09-01)
### Bug Fixes
* **fonts:** remove hints from unknown symbols ([#3222 ](https://github.com/KaTeX/KaTeX/issues/3222 )) ([9420f8a
](9420f8a2a9
)), closes [#3219 ](https://github.com/KaTeX/KaTeX/issues/3219 )
2021-09-01 18:42:45 +00:00
KaTeX bot
a2a7c279cf
chore(release): 0.13.16 [ci skip]
...
## [0.13.16](https://github.com/KaTeX/KaTeX/compare/v0.13.15...v0.13.16 ) (2021-08-28)
### Bug Fixes
* \char support for >16-bit Unicode characters ([#3006 ](https://github.com/KaTeX/KaTeX/issues/3006 )) ([ff1734f
](ff1734f7c4
)), closes [#3004 ](https://github.com/KaTeX/KaTeX/issues/3004 )
* remove local macros upon parse error ([#3114 ](https://github.com/KaTeX/KaTeX/issues/3114 )) ([a6f29e3
](a6f29e3612
)), closes [#3122 ](https://github.com/KaTeX/KaTeX/issues/3122 )
2021-08-28 23:02:27 +00:00
KaTeX bot
90dcaef2bd
chore(release): 0.13.15 [ci skip]
...
## [0.13.15](https://github.com/KaTeX/KaTeX/compare/v0.13.14...v0.13.15 ) (2021-08-28)
### Features
* text-mode cedilla accent via \c ([#3036 ](https://github.com/KaTeX/KaTeX/issues/3036 )) ([952fb84
](952fb844da
)), closes [#638 ](https://github.com/KaTeX/KaTeX/issues/638 )
2021-08-28 22:33:02 +00:00
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
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
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
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
Erik Demaine
e9b751b72d
feat: \operatornamewithlimits (and clean up \operatorname support) ( #2984 )
...
* feat: \operatornamewithlimits (and clean up \operatorname support)
Add support for `\operatornamewithlimits` (an alias to `\operatorname*`
defined in `amsmath/amsopn.sty`), and use KaTeX's existing `\@ifstar`
macro to define `\operatorname` instead of a special lexing rule
(simplifying the lexer).
* Pick up one comment
* Actually fix docs this time
Co-authored-by: Ron Kok <ronkok@comcast.net >
2021-05-06 14:49:34 -07: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
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
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
Rui Okada
6cae6245ad
docs: fix braket rows in support table ( #2854 )
...
Use braket macros for rendering examples and fix escaping of pipes (|) to properly display table
Co-authored-by: ylemkimon <y@ylem.kim >
2021-03-23 17:58:11 +00: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
Ron Kok
1f509a3b75
feat: Support \underbar ( #2713 )
...
* feat: Support \underbar
* Update screenshots
2020-12-30 10:15:17 -05:00
Ron Kok
75a3af9725
feat: Support {CD} ( #2396 )
...
* Support {CD}
* Edit screenshotter test to fit on one page
* Update screenshots
* Remove bogus Safari screenshot
* Edit documentation to avoid tag conflicts and explain delimiters
* Add type annotations
* Add bogus safari screenshot
* Update with real Safari screenshot
* Set label vertical alignment
* Revise call to parseExpression() per PR 2085 changes to macro parsing
* Update Firefox screenshot
* Pick up review comments
* Add unit tests and snapshot.
* Tighten up label collection.
* Better loop index
* remove extra space
* Picked up comments. Added a parse check. Added a test.
Co-authored-by: ylemkimon <y@ylem.kim >
Co-authored-by: Kevin Barabash <kevinb@khanacademy.org >
Co-authored-by: Kevin Barabash <kevinb7@gmail.com >
2020-12-27 13:45:31 -05:00
Ron Kok
b69da81093
docs: Add colonequals functions to docs ( #2651 )
...
* docs: Add colonequals functions to docs
* Delete empty row from supported.md
Co-authored-by: ylemkimon <y@ylem.kim >
Co-authored-by: Erik Demaine <edemaine@mit.edu >
2020-12-13 13:00:10 -05:00
Ron Kok
60aecbdfe2
feat: Support \vcenter and \hbox ( #2452 )
...
* Support \vcenter, \raise, \lower, and \hbox
* Update screenshots
* Edit docs for strict and hbox to
* Fix typo for \hbox to
* Update Safari screenshot
* Augment docs for \vcentcolon
* Edit vcenter MathML comment.
* Remove pointless class from vcenter MathML
* Withdraw \raise and \lower
* Updatae Chrome and Firefox screenshots
* Update Safari screenshot
* Delete allowedInArgument setting
Co-authored-by: ylemkimon <y@ylem.kim >
* Update Chrome and Firefox screenshots
* Update Chrome and Firefox screenshots take 2
* Update screenshot
Co-authored-by: ylemkimon <y@ylem.kim >
2020-11-14 18:45:14 +09:00
Ron Kok
b21341560f
docs: Add \char to support_table. ( #2620 )
2020-11-02 11:46:06 -05:00
Ron Kok
d3ed854a74
docs: Fix documentation typo in operatorname* ( #2570 )
...
* docs: Fix documentation typo in operatorname*
* Add backticks to docs of \operatorname
2020-10-08 15:07:11 -07:00
Ron Kok
37990cc5b3
feat: Support matrix*, pmatrix*, bmatrix*, Bmatrix*, vmatrix*, and Vmatrix*. ( #2488 )
...
* Support matrix*, pmatrix*, bmatrix*, Bmatrix*, vmatrix*, and Vmatrix*
* Add tests and docs
* Delete screeshotter tests
* Fix column alignment and add bogus screenshot files
* Update real Chrome and Firefox screenshots.
* Update Safari screenshot
* Dedupe code in array.js
* Edit payload in array.js
* Edit again, correctly this time.
2020-09-06 09:56:09 -07:00
Ron Kok
b22b69c3a8
fix: \injlim typo ( #2459 )
...
* Fix typo in \injlim
* Just to satisfy Semantic Pull Request
2020-08-26 09:14:18 -07:00
Ron Kok
987a84ee04
docs: add comment re: \arrowvert ( #2449 )
2020-08-22 01:59:37 +09:00
Ron Kok
794dc7a213
feat: support AMS log-like symbols ( #2429 )
...
* Support AMS log-like symbols
* Update documentation
* Update \limits info in documentation
2020-08-18 05:28:42 +09:00
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