chore(deps): update dependency katex to v0.15.2 #3
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/katex-0.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
0.10.0
->0.15.2
Release Notes
Khan/KaTeX
v0.15.2
Compare Source
Bug Fixes
v0.15.1
Compare Source
Features
v0.15.0
Compare Source
Features
BREAKING CHANGES
\relax
is now implemented as a function. It'll stopexpansions and parsing, so the behavior around
\relax
may change.For example,
\kern2\relax em
will no longer work.0.14.1 (2021-10-30)
Bug Fixes
v0.14.1
Compare Source
Bug Fixes
v0.14.0
Compare Source
Features
BREAKING CHANGES
and ECMAScript modules,
import katex from 'katex';
will import theECMAScript module.
You can now use:
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]'
0.13.24 (2021-10-30)
Bug Fixes
0.13.23 (2021-10-30)
Bug Fixes
0.13.22 (2021-10-30)
Bug Fixes
0.13.21 (2021-10-29)
Bug Fixes
0.13.20 (2021-10-26)
Performance Improvements
0.13.19 (2021-10-26)
Features
0.13.18 (2021-09-02)
Features
0.13.17 (2021-09-01)
Bug Fixes
0.13.16 (2021-08-28)
Bug Fixes
0.13.15 (2021-08-28)
Features
0.13.14 (2021-08-28)
Bug Fixes
0.13.13 (2021-07-21)
Bug Fixes
0.13.12 (2021-07-21)
Bug Fixes
0.13.11 (2021-05-14)
Bug Fixes
Features
0.13.10 (2021-05-12)
Bug Fixes
0.13.9 (2021-05-07)
Bug Fixes
0.13.8 (2021-05-06)
Features
0.13.7 (2021-05-06)
Bug Fixes
0.13.6 (2021-05-06)
Bug Fixes
0.13.5 (2021-05-02)
Bug Fixes
0.13.4 (2021-05-02)
Bug Fixes
0.13.3 (2021-04-24)
Bug Fixes
0.13.2 (2021-04-06)
Bug Fixes
0.13.1 (2021-04-05)
Bug Fixes
[v0.13.0]
See https://github.com/KaTeX/KaTeX/issues/2490 for breaking changes and migration guide!
Bug Fixes
Features
…
delimiters. (#2701)allowedInArgument
instead ofgreediness
property (#2134)Documentation
Other Changes
dist
in the release commit (#2385)[v0.12.0]
Added
globalGroup
option to place definitions in global scope (#2091)\cal
(#2116){rcases}
and{drcases}
(#2149)strict
andtrust
setting. See https://katex.org/docs/options.html for more details. Please review its security implication before enabling the extension.\message
,\errmessage
, and\show
for debugging (#2135)\expandafter
,\noexpand
,\edef
,\let
, and\long
(#2122)\minuso
(#2213)Changed
mathtex-script
: Use html 'defer' attribute (#2069)auto-render
: do not touch text nodes w/o formulas (#2154)\mathnormal
instead of\mathcal
Removed
Fixed
border-collapse: collapse
in vlist, fix misalignment in table (#2103)\@​ifnextchar
consumes spaces (#2118)\boxed
inherited color (#2130)auto-render
: ignore "option" tags (#2180)\substack
(#2278)\boldsymbol
not italic for textords such as Greek (#2290, #2299)[v0.11.1]
Changed
Fixed
[v0.11.0]
Added
\href
and\url
will break without adjusting the trust settingChanged
Fixed
[v0.10.2]
Added
Changed
Fixed
Removed
[v0.10.1]
Added
Changed
Fixed
[v0.10.0]
Added
\(
(#1213)\\
in inline math (#1298)match-at
dependency, use RegExp for lexer (#1447)\>
(#1752)Changed
dist
and cleanup NPM scripts (#1500, #1610)Fixed
<mrow>
,<mtext>
,<mn>
(#1338)documentFragment.style
to empty object (#1471)[v0.9.0] - 2018-02-18
Added
\mathring
#1125\nobreakspace
#1145\underline
in text mode #1159Changed
Fixed
\sqrt
and Paths for frac-line #1143[v0.9.0-beta1] - 2018-01-28
Added
\aa
,\AA
,\lq
,\rq
,\lbrack
,\rbrack
#1069\text{}
environments such as Czech, Georgian, Hungarian, Turkish. #1076\textit
and\textbf
\S
and\P
#1110Changed
Fixed
.includes
. Fixed #1093[v0.9.0-beta] - 2018-01-14
Added
\kern
fixed and support\hskip
,\TeX
,\LaTeX
,\KaTeX
. See #974\ae
,\AE
,\oe
,\OE
,\o
,\O
,\ss
with unicode support for those characters in text mode. #1030\i
and\j
for text mode. #1029buildHTMLTree
. #1022\TextOrMath
, @secondoftwo. #1024README.md
. #1034Changed
\xLongequal
to\xlongequal
. #997Fixed
\bmod
. #984\vec
by replacing the combining font glyph with an SVG. #1018liminf
andlimsup
. Fixed #111\kern
generates right-margin instead of left-margin. Fixed #995[v0.9.0-alpha2] - 2017-11-26
Added
\mid
, Arrows, Big Operators, Binary Operators, Negated Relations.alignedat
environment for flexible math spacing. #930\mathchoice
command. #969\href
command. #923\hspace*
,\@​ifstar
,\@​ifnextchar
,\@​firstoftwo
(#975)\notni
character∌
. #710Changed
@flow
:Fixed
ApplyFunction
to math functions in MathML. #960\undertilde
to\utilde
. #948frac-line
from border to full span. #976[v0.9.0-alpha1] - 2017-10-15
Changed
@flow
:Fixed
[v0.9.0-alpha] - 2017-10-05
Added
\smash
, laps, spaces, and phantoms. #833\raisebox
,\operatorname
,\And
,\colorbox
,\fcolorbox
and\verb
.@flow
:Removed
Changed
\dots
. #794\sqrt
zoom and width. #890@flow
:Breaking Changes
\llap
and\rlap
now render contents in math mode. Use\mathllap
(new) and\mathrlap
(new) if you need the previous behavior.Fixed
\raisebox
MathML. #876@flow
:[v0.8.3] - 2017-08-27
Added
\not
. #140Changed
' \` ^ ~ = \u . " \r \H \v
text-mode accents. See #802Fixed
\sqrt
. #810[v0.8.2] - 2017-08-17
Added
Fixed
[v0.8.1] - 2017-08-11
Fixed
Note: The v0.8.0 release did not include the SVG images which are necessary for rendering wide and stretchy accents as well as
\overbrace
and\underbrace
. This release corrects that.Note that if you're including copies of KaTeX in your web application, you should now include the dist/images directory in addition to the usual the dist/fonts directory.
[v0.8.0] - 2017-08-11
Added
\rm
,\sf
,\tt
,\bf
,\it
. #675\overset
and\underset
. #605\iff
,\implies
,\impliedby
support. #697\text
... commands in text mode. #684...
via styling node. #637\jot
lineskip to aligned environment, switch contents to displaystyle, and add gathered. #725Changes
-Implemented
\coloneqq
,\colonequals
, etc. based on mathtools and colonequals. #727\mathop
. #745#679
\displaystyle
within\over/\underbrace
. #765\sqrt
. #776Breaking Changes
\color
, explicitly grouped\textcolor
. See #619Fixed
\middle
. #689[v0.7.1] - 2017-01-21
Fixed
[v0.7.0] - 2017-01-08
Added
\atop
,\bmod
,\degree
,\kern
,\ldots
,\maltese
,\mathbin
,\mathclose
,\mathellipsis
,\mathop
,\mathopen
,\mathord
,\mathpunct
,\mathrel
,\middle
,\mod
,\pod
,\pounds
,\pmod
,\stackre
,\textbf
,\textellipsis
,\textit
,\textnormal
,\textrm
,\textsf
,\texttt
,--
,---
,'''
,'
,""
.\#
,\&
,\$
,\%
,\_
,\{
, and\}
in text mode.Changed
Fixed
\llap
and\rlap
produce ords.\color
,\mathbf
, and in other places.[v0.6.0] - 2016-04-15
Added
\gt
,\lt
and\underline
support.Removed
Changed
Fixed
e^\mathbf{x}
will parse.[v0.5.1] - 2015-09-01
Added
\mathrm
,\mathit
,\mathbf
,\mathbb
,\mathcal
,\mathfrak
,\mathscr
,\mathsf
,\mathtt
,\Bbb
,\bold
, and\frak
.\limits
and\nolimits
functions.|
column delimiters in the array environment.\lVert
and\rVert
symbols.Changed
\lvert
,\rvert
,\lVert
,\rVert
,\lgroup
,\rgroup
,\lmoustache
, and\rmoustache
in delimiters.Fixed
\ulcorner
,\urcorner
,\llcorner
,\lrcorner
,\barwedge
,\veebar
,\circledcirc
,\boxdot
,\uparrow
,\Uparrow
,\downarrow
,\Downarrow
,\updownarrow
,\Updownarrow
, and\ldots
symbols.[v0.5.0] - 2015-07-16
Added
\checkmark
and\circledR
symbols.Changed
ttfautohint
on our fonts to produce better results at small font sizes.[v0.4.3] - 2015-06-20
Fixed
[v0.4.0] - 2015-06-18
Added
\begin
/\end
environments, including support forarray
,matrix
,pmatrix
,bmatrix
,vmatrix
, andVmatrix
.\sqrt
arguments, e.g.\sqrt[3]{x}
.bower install katex
to download the built files.Changed
__parse
method for retrieving the parse tree.text-indent
.[v0.3.0] - 2015-04-01
Added
\phantom
.\#
,\&
.Removed
!important
from MathML hiding rules, so they can be overridden.Breaking Changes
\color
function has changed to maintain compatibility with MathJax, so expressions like\color{red}\text{a}
will no longer work and instead need to be rewritten as\color{red}{\text{a}}
.Fixed
\odot
,\oplus
,\otimes
,\oslash
,\bigtriangleup
,\bigtriangledown
,\dagger
,\diamond
,\star
,\triangleleft
,\triangleright
.[v0.2.0] - 2015-03-02
Added
\aleph
,\amalg
,\approxeq
,\ast
,\asymp
,\backepsilon
,\backprime
,\backsim
,\backsimeq
,\Bbbk
,\because
,\beth
,\between
,\bigcirc
,\bigstar
,\blacklozenge
,\blacksquare
,\blacktriangle
,\blacktriangledown
,\blacktriangleleft
,\blacktriangleright
,\bowtie
,\Box
,\boxminus
,\boxplus
,\boxtimes
,\bullet
,\bumpeq
,\Bumpeq
,\Cap
,\cdotp
,\centerdot
,\circeq
,\circlearrowleft
,\circlearrowright
,\circledast
,\circleddash
,\circledS
,\clubsuit
,\complement
,\Cup
,\curlyeqprec
,\curlyeqsucc
,\curlyvee
,\curlywedge
,\curvearrowleft
,\curvearrowright
,\dag
,\daleth
,\dashleftarrow
,\dashrightarrow
,\dashv
,\ddag
,\ddagger
,\diagdown
,\diagup
,\Diamond
,\diamondsuit
,\digamma
,\divideontimes
,\doteq
,\Doteq
,\doteqdot
,\dotplus
,\doublebarwedge
,\doublecap
,\doublecup
,\downdownarrows
,\downharpoonleft
,\downharpoonright
,\ell
,\eqcirc
,\eqsim
,\eqslantgtr
,\eqslantless
,\equiv
,\eth,
\exists,\fallingdotseq
,\Finv
,\flat
,\forall
,\frown
,\Game
,\geqq
,\geqslant
,\gg
,\ggg
,\gggtr
,\gimel
,\gnapprox
,\gneq
,\gneqq
,\gnsim
,\gtrapprox
,\gtrdot
,\gtreqless
,\gtreqqless
,\gtrless
,\gtrsim
,\gvertneqq
,\hbar
,\heartsuit
,\hookleftarrow
,\hookrightarrow
,\hslash
,\Im
,\intercal
,\Join
,\ldotp
,\leadsto
,\Leftarrow
,\leftarrowtail
,\leftharpoondown
,\leftharpoonup
,\leftleftarrows
,\leftrightarrow
,\Leftrightarrow
,\leftrightarrows
,\leftrightharpoons
,\leftrightsquigarrow
,\leftthreetimes
,\leqq
,\leqslant
,\lessapprox
,\lessdot
,\lesseqgtr
,\lesseqqgtr
,\lessgtr
,\lesssim
,\lgroup
,\lhd
,\ll
,\llcorner
,\Lleftarrow
,\lll
,\llless
,\lmoustache
,\lnapprox
,\lneq
,\lneqq
,\lnsim
,\longleftarrow
,\Longleftarrow
,\longleftrightarrow
,\Longleftrightarrow
,\longmapsto
,\longrightarrow
,\Longrightarrow
,\looparrowleft
,\looparrowright
,\lozenge
,\lrcorner
,\Lsh
,\ltimes
,\lvertneqq
,\mapsto
,\measuredangle
,\mho
,\mid
,\mp
,\multimap
,\nabla
,\natural
,\ncong
,\nearrow
,\nexists
,\ngeqq
,\ngeqslant
,\ngtr
,\ni
,\nleftarrow
,\nLeftarrow
,\nleftrightarrow
,\nLeftrightarrow
,\nleqq
,\nleqslant
,\nless
,\nmid
,\nparallel
,\nprec
,\npreceq
,\nrightarrow
,\nRightarrow
,\nshortmid
,\nshortparallel
,\nsim
,\nsubseteqq
,\nsucc
,\nsucceq
,\nsupseteqq
,\ntriangleleft
,\ntrianglelefteq
,\ntriangleright
,\ntrianglerighteq
,\nvdash
,\nvDash
,\nVdash
,\nVDash
,\nwarrow
,\ominus
,\owns
,\parallel
,\perp
,\pitchfork
,\prec
,\precapprox
,\preccurlyeq
,\preceq
,\precnapprox
,\precneqq
,\precnsim
,\precsim
,\propto
,\Re
,\restriction
,\rgroup
,\rhd
,\Rightarrow
,\rightarrowtail
,\rightharpoondown
,\rightharpoonup
,\rightleftarrows
,\rightleftharpoons
,\rightrightarrows
,\rightsquigarrow
,\rightthreetimes
,\risingdotseq
,\rmoustache
,\Rrightarrow
,\Rsh
,\rtimes
,\searrow
,\sharp
,\shortmid
,\shortparallel
,\sim
,\simeq
,\smallfrown
,\smallsetminus
,\smallsmile
,\smile
,\spadesuit
,\sphericalangle
,\sqcap
,\sqcup
,\sqsubset
,\sqsubseteq
,\sqsupset
,\sqsupseteq
,\square
,\Subset
,\subseteqq
,\subsetneq
,\subsetneqq
,\succ
,\succapprox
,\succcurlyeq
,\succeq
,\succnapprox
,\succneqq
,\succnsim
,\succsim
,\Supset
,\supseteqq
,\supsetneq
,\supsetneqq
,\swarrow
,\therefore
,\thickapprox
,\thicksim
,\triangledown
,\trianglelefteq
,\triangleq
,\trianglerighteq
,\twoheadleftarrow
,\twoheadrightarrow
,\ulcorner
,\unlhd
,\unrhd
,\upharpoonleft
,\upharpoonright
,\uplus
,\upuparrows
,\urcorner
,\varkappa
,\varpropto
,\varsubsetneq
,\varsubsetneqq
,\varsupsetneq
\varsupsetneqq
,\vartriangle
,\vartriangleleft
,\vartriangleright
,\vdash
,\vDash
,\Vdash
,\Vvdash
,\wp
,\wr
,\yen
.Removed
[v0.1.1] - 2014-10-15
Added
\binom
\over
and\choose
\partial
,\subset
,\supset
,\subseteq
,\supseteq
,\cap
,\cup
,\setminus
,\neg
,\lnot
,\top
,\bot
,\emptyset
,\varnothing
,\land
,\lor
,\wedge
,\vee
,\notin
,\nsubseteq
,\nsupseteq
,\models
.katex
command-line binary to convert TeX to HTML on the server.Changed
\sqrt[3]{x}
to indicate lack of support.<!DOCTYPE html>
declaration).Fixed
\iint
and\iiint
.[v0.1.0] - 2014-09-15
Initial Public Release
v0.13.24
Compare Source
Bug Fixes
v0.13.23
Compare Source
Bug Fixes
v0.13.22
Compare Source
Bug Fixes
v0.13.21
Compare Source
Bug Fixes
v0.13.20
Compare Source
Performance Improvements
v0.13.19
Compare Source
Features
v0.13.18
Compare Source
Features
v0.13.17
Compare Source
Bug Fixes
v0.13.16
Compare Source
Bug Fixes
v0.13.14
Compare Source
Bug Fixes
v0.13.13
Compare Source
Bug Fixes
v0.13.12
Compare Source
Bug Fixes
v0.13.11
Compare Source
Bug Fixes
Features
v0.13.10
Compare Source
Bug Fixes
v0.13.9
Compare Source
Bug Fixes
v0.13.8
Compare Source
Features
v0.13.7
Compare Source
Bug Fixes
v0.13.6
Compare Source
Bug Fixes
v0.13.5
Compare Source
Bug Fixes
v0.13.4
Compare Source
Bug Fixes
v0.13.3
Compare Source
Bug Fixes
v0.13.2
Compare Source
Bug Fixes
v0.13.1
Compare Source
Features
v0.13.0
Compare Source
See https://github.com/KaTeX/KaTeX/issues/2490 for breaking changes and migration guide!
Bug Fixes
Features
…
delimiters. (#2701)allowedInArgument
instead ofgreediness
property (#2134)Documentation
Other Changes
dist
in the release commit (#2385)v0.12.0
Compare Source
Added
globalGroup
option to place definitions in global scope (#2091)\cal
(#2116){rcases}
and{drcases}
(#2149)strict
andtrust
setting. See https://katex.org/docs/options.html for more details. Please review its security implication before enabling the extension.\message
,\errmessage
, and\show
for debugging (#2135)\expandafter
,\noexpand
,\edef
,\let
, and\long
(#2122)\minuso
(#2213)Changed
mathtex-script
: Use html 'defer' attribute (#2069)auto-render
: do not touch text nodes w/o formulas (#2154)\mathnormal
instead of\mathcal
Removed
Fixed
border-collapse: collapse
in vlist, fix misalignment in table (#2103)\@​ifnextchar
consumes spaces (#2118)\boxed
inherited color (#2130)auto-render
: ignore "option" tags (#2180)\substack
(#2278)\boldsymbol
not italic for textords such as Greek (#2290, #2299)v0.11.1
Compare Source
Changed
Fixed
v0.11.0
Compare Source
Added
\href
and\url
will break without adjusting the trust settingChanged
Fixed
v0.10.2
Compare Source
Added
Changed
Fixed
Removed
v0.10.1
Compare Source
Added
Changed
Fixed
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.