Added
- Added MathJax compatibility script. [680](https://github.com/Khan/KaTeX/pull/680)
- Added a maxSize option to limit user-specified sizes. [803](https://github.com/Khan/KaTeX/pull/803)
- Added `\smash`, laps, spaces, and phantoms. [833](https://github.com/Khan/KaTeX/pull/833)
- Support for `\raisebox`, `\operatorname`, `\And`, `\colorbox`, `\fcolorbox` and `\verb`.
- Added support for comments. Fixed [20](https://github.com/Khan/KaTeX/issues/20)
- To `flow`:
- fontMetrics, fontMetricsData, Token, Lexer, MacroExpander, Options, ParseError, ParseNode, Settings, Style.
Removed
- Removed the positions array computed by Parser's parseArguments(). [864](https://github.com/Khan/KaTeX/pull/864)
Changed
- Advanced macro support and magic `\dots`. [794](https://github.com/Khan/KaTeX/pull/794)
- Allow sizing commands inside optional groups. [885](https://github.com/Khan/KaTeX/pull/885)
- Upgraded `\sqrt` zoom and width. [890](https://github.com/Khan/KaTeX/pull/890)
- Refactored defineEnvironment to also accept HTML and MathML builders. [875](https://github.com/Khan/KaTeX/pull/875)
- For `flow`:
- Ported environments.js, functions.js, symbol.js, unit.js.
- Separated mandatory and optional arguments in parseArguments. [903](https://github.com/Khan/KaTeX/pull/903)
Breaking Changes
- Require [text]color HTML colors to be well-formed. See [827](https://github.com/Khan/KaTeX/pull/827)
- `\llap` and `\rlap` now render contents in math mode. Use `\mathllap` (new) and `\mathrlap` (new) if you need the previous behavior.
Fixed
- Fixed exponential behavior in accent production. [834](https://github.com/Khan/KaTeX/pull/834)
- Use mpadded for `\raisebox` MathML. [876](https://github.com/Khan/KaTeX/pull/876)
- Array/Matrix environments do not trim newlines. Fixed [337](https://github.com/Khan/KaTeX/issues/337). PR is [479](https://github.com/Khan/KaTeX/pull/479).
- For `flow`:
- Corrected flow types. Refactor some Parser code for stricter typing. [896](https://github.com/Khan/KaTeX/pull/896)
- Fixed match-at flow errors. [847](https://github.com/Khan/KaTeX/pull/847)