MatejBransky / react-katex

Display math in TeX with KaTeX and ReactJS
https://codesandbox.io/s/github/MatejMazur/react-katex/tree/master/demo?fontsize=14&hidenavigation=1&module=%2Fsrc%2FExample.tsx&theme=dark
MIT License
147 stars 12 forks source link

Bump katex from 0.12.0 to 0.13.0 #58

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps katex from 0.12.0 to 0.13.0.

Release notes

Sourced from katex's releases.

v0.13.0

Bug Fixes

  • fix: Remove topEnv parameter. (#2712)
  • fix(builder): combine characters together in all expressions (#2080)
  • fix: Prevent global group from adversely affecting color. (#2703)
  • fix: Use SVGs to avoid gaps in tall delimiters. (#2698)
  • fix: rewrite of splitAtDelimiters.js -- new fix for #2523 (#2679)
  • fix: Improve MathML for math operators with subscripts (#2596)
  • fix: Remove premature CD screenshotter images (#2641)
  • fix: Support Armenian characters (#2618)
  • fix: MathML \lim\limits in Safari (#2556)
  • fix: Support MathML \oiint and \oiiint (#2461)
  • fix: \injlim typo (#2459)

Features

  • feat: Support \underbar (#2713)
  • feat: Add {CD} to auto-render. (#2710)
  • feat: Set Auto-render to recognize AMS environments without $$…$$ delimiters. (#2701)
  • feat: Support {CD} (#2396)
  • feat: Support \vcenter and \hbox (#2452)
  • feat(function): add allowedInArgument instead of greediness property (#2134)
  • feat: Support matrix*, pmatrix*, bmatrix*, Bmatrix*, vmatrix*, and Vmatrix*. (#2488)
  • feat(macro): improve argument parsing (#2085)
  • feat: support AMS log-like symbols (#2429)
  • feat: support Unicode ◯, U+25EF (#2430)
  • feat: Support \phase (#2406)
  • feat: Support \mathstrut (#2416)
  • feat: support {equation}, {equation*}, and {split} (#2369)
  • feat(css): use postcss-preset-env (#2313)
  • feat: support {align}, {align*}, {alignat}, and {alignat*} (#2341)
  • Support {gather} and {gather*} (#2183)
  • feat: support MathML \big, \bigg, \Big, and \Bigg (#2332)
  • feat: support \angl and \angln (#2334)
  • Support \origof and \imageof (#2283)

Documentation

  • docs: Add TiddlyWiki to list of users (#2765)
  • docs: Fix fallback CSS classes (#2809)
  • docs: Rearrange environment documentation. (#2700)
  • docs: Explain how to make macros persist. (#2702)
  • docs: Revise placement of colonequals in Relations table (#2704)
  • docs: delete stray backtick (#2680)
  • docs: Add colonequals functions to docs (#2651)
  • docs: add new user link (#2597)
  • fix: typo in example on homepage (#2577)
  • docs: Add \char to support_table. (#2620)
  • docs: Update \operatorname in supported_table.md 0.12.0 (#2571)
  • docs: Fix documentation typo in operatorname* (#2570)
  • docs: add warning re:defer to mhchem documentation (#2485)
  • docs: update Gastby logo and link (#2481)

... (truncated)

Changelog

Sourced from katex's changelog.

Changelog

All notable changes to this project will be documented in this file. This CHANGELOG roughly follows the guidelines from www.keepachangelog.com.

Commits
  • c80017b Release v0.13.0 (#2824)
  • 886236f chore(deps): update dependency caniuse-lite to v1.0.30001196 [skip netlify] (...
  • 7ea2392 docs: Add TiddlyWiki to list of users (#2765)
  • 789d4a9 chore(deps): update babel monorepo [skip netlify] (#2821)
  • fe5d130 chore(deps): update dependency webpack to v5.24.3 [skip netlify] (#2822)
  • 1ed8be2 chore(deps): update linters [skip netlify] (#2811)
  • 47cfea2 docs: Fix fallback CSS classes (#2809)
  • ff16177 chore(deps): update dependency query-string to v6.14.1 [skip netlify] (#2817)
  • 96e0dd7 chore(deps): update dependency got to v11.8.2 [skip netlify] (#2816)
  • 38d9803 chore(deps): update dependency mini-css-extract-plugin to v1.3.9 [skip netlif...
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 3 years ago

Superseded by #78.