chore(release): 0.16.0 [ci skip]

# [0.16.0](https://github.com/KaTeX/KaTeX/compare/v0.15.6...v0.16.0) (2022-06-06)

### Bug Fixes

* **copy-tex:** Use JS (instead of CSS) to select full equation, solving display glitches ([#3586](https://github.com/KaTeX/KaTeX/issues/3586)) ([8c2d852](8c2d852c4a))

### BREAKING CHANGES

* **copy-tex:** copy-tex extension no longer has (or requires) a CSS file.

* Code cleanup, lint fixes, port to Flow

* Rewrite to extend both start and end of range

* Remove contrib/**/*.css linting

Co-authored-by: Erik Demaine <edemaine@mit.edu>
This commit is contained in:
KaTeX bot
2022-06-06 16:13:28 +00:00
parent 8c2d852c4a
commit 0854e68740
10 changed files with 54 additions and 34 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "katex",
"version": "0.15.6",
"version": "0.16.0",
"description": "Fast math typesetting for the web.",
"main": "dist/katex.js",
"exports": {