Added
- Unicode: °, delimiters, 1D400-1D7FF, \ll, \lll, ≘≙≚≛≝≞≟, Unicode Mathematical Alphanumeric Symbols, ⟂ ¬ ⊨ ‼ ∌ ≲ ⩽ ⪅ ≶ ⋚ ⪋, corner (1203, 1207, 1260, 1273, 1274, 1232, 1377, 1389, 1459)
- \yen support on text mode (1208)
- \( (1213)
- Add defineSymbol to the main katex object (1263)
- Capital Greek letters (1283, 1285)
- Add version to katex object (1279, 1475)
- \copyright, \textregistered, \textcircled (1073)
- Tilde \textasciitilde (1286)
- Line breaks for inline formulas (1287)
- \hline (1306)
- Top-level \newline and \\ in inline math (1298)
- Strict mode, unicode text in math mode (1117, 1278)
- Strict setting for \newline display-mode behavior (1314)
- Allow all Unicode symbols in nonstrict mode (1217)
- \tag, \tag*, and \gdef (1309)
- \def, \gdef, and \global\def (1348, 1425)
- Change default maxExpand limit to 1000 (1383)
- \cfrac (1392)
- \arraystretch as a macro definition (1381)
- Add ability to create a dashed vertical line in arrays, using ':' (1395)
- \widecheck (1406)
- \hdashline (1407)
- \newcommand, \renewcommand, \providecommand (1382)
- Add a utility function (setFontMetrics) to extend builtin fontMetrics (1269)
- \oiint and \oiiint (1430)
- Remove `match-at` dependency, use RegExp for lexer (1447)
- \brace and \brack (1453)
- Allow only allowed protocols in \href (1440)
- \genfrac and \above (1455, 1458)
- \char character escaping and nicer MathML via \htmlmathml (1454)
- \binrel (1487)
- \pmb (1418)
- KaTeX website & documentation (1484, 1515, 1518, 1514, 1526, 1516, 1519, 1527, 1564, 1566, 1584)
- Improve supported functions documentation (1511, 1517, 1532, 1533, 1576, 1556, 1580, 1602)
- Alpha sorted function support page (1536)
- MediaWiki (texvc) (1558)
- Add ignore option for class names in auto-render (1555)
- ScrollSpy for table of contents in the documentation (1557, 1567, 1568)
- Build ECMAScript modules (1479, 1622)
- Enable environment variable USE_TTF to disable bundling TTF fonts (1600)
- List of KaTeX users (1569, 1579)
Changed
- Port to flow: delimiter, spacingData, unicodeSymbols, buildHTML, buildMathML, parseNode, defineFunction (1177, 1195, 1206, 1239, 1247, 1276, 1312, 1324, 1361, 1373, 1393, 1386, 1387, 1408, 1478, 1486, 1534, 1541, 1542, 1551, 1552, 1554, 1559, 1606, 1609, 1612, 1637)
- Online screenshot diff/generation using CircleCI (1187)
- Add display/displayMode toggle on test page (1193)
- Change CDN links (1243)
- Changelog for KaTeX (1322)
- Move test helpers into common modules (1318)
- Move function handlers to functions/ (1323, 1325, 1328, 1329, 1331, 1327, 1334, 1339, 1349, 1359, 1332, 1335)
- Add regenerate option to the screenshotter (1220)
- Upgrade to webpack 4 (1337, 1435)
- Automatic submodule updating via husky tool (1391)
- Refactor test helpers (1336)
- Change build directory to `dist` and cleanup NPM scripts (1500, 1610)
- Switch from nomnom to commander (1496)
- Add test job to CircleCI (1235)
- Switch npm to Yarn (1522, 1528)
- Improve release script & enable versioning documentation (1521, 1603)
- Enable stylelint-config-standard, lint CSS files (1575)
- Rename Screenshotter -> screenshotter (1573)
Fixed
- Fix nested math mode in non-default text mode (1111)
- Fix contenteditable mode (1179)
- Work around negative space bug in Chrome (1194)
- Fix \nobreakspace (1200)
- Fix instant mode switching for $, \(, \text (1213)
- Add metrics for \S and \P (1224)
- Fix anchor.toMarkup (1246)
- Specify height for SVG elements (1252)
- Include Bold-Italic fonts for \boldsymbol (1257)
- Fix space width in \texttt (1261)
- Fix \underset (1277)
- Remove special \verb space handling now that space is in Typewriter-Regular (1258)
- Switch makeGlue from .mord .rule to .mspace (1295)
- Fix ~ in \verb (1286)
- Stop throwing ParseError when throwOnError is false (1169, 1302, 1308)
- Fix extensible arrow sup vertical alignment (1256)
- Adjust \underset alignment and spacing (1290)
- Revert frac-lines and \rule to borders (min-height) (1249, 1417, 1594)
- Fix vertical alignment of \underbrace (1304)
- Use one strut instead of two (1307)
- Fix MacroExpander space handling (1314)
- Cleanup MathML <mrow>, <mtext>, <mn> (1338)
- Fix lap vertical alignment. (1162)
- Fix nested \tfrac (1370)
- Fix \coloneq etc (1372)
- Fix wide character spacing (1371)
- Fix auto-render \\[…] bug (1375)
- Rewrite spacing commands as macros (1156)
- Enable output modules to be used in browser or Node (1401)
- Add vertical kern to \vdots (1402)
- Implement \neq and \notin via macros like LaTeX's (1400, 1499)
- Improve \cancel (1398)
- Fix ligatures vs. \tt (1379)
- Implement \colon as amsmath does (1410)
- Automatic mrel/mbin spacing for \boldsymbol (1388)
- Phantom text (1449)
- Fix arrowheads for mhchem <--> (1451)
- Set `documentFragment.style` to empty object (1471)
- Remove tree cloning before building HTML (1470)
- Fix \operatorname to support general math functions (1461)
- Use \not character without left side-bearing correction (1267)
- Remove codes that require expensive polyfill (1469, 1563, 1591, 1597)
- Fix \not vertical alignment (1497)
- Comments without terminating newlines, \href fixes, \url support (1529)
- Fix \textdaggerdbl (1539)
- Fix \neq (1548, 1574)
- Fix wide characters (1549)
- Fix \fbox (1550)
- Fix \Large roots (1485)
- index.html: replace font, make responsive, improve demo (1547, 1577, 1615, 1601)