Release v0.11.0 (#2071)

* Release v0.11.0

Bump master to v0.12.0-pre

* update CHANGELOG.md

* minor editors to CHANGELOG.md
This commit is contained in:
Kevin Barabash
2019-08-12 21:51:13 -04:00
committed by GitHub
parent 3b6ed48f5b
commit 1da7ef2210
18 changed files with 2415 additions and 37 deletions

View File

@@ -1,6 +1,42 @@
# Changelog
All notable changes to this project will be documented in this file. This CHANGELOG roughly follows the guidelines from [www.keepachangelog.com](https://keepachangelog.com/en/1.0.0/).
## [v0.11.0]
### Added
- **BREAKING CHANGE:** trust setting to indicate whether input text is trusted (#1794)
- `\href` and `\url` will break without adjusting the trust setting
- Add test for double square brackets to katex-spec (#1956)
- Add option to render only MathML so that its visible (#1966)
- Support {smallmatrix}, {subarray}, and \substack (#1969)
- Enable minRuleThickness in rendering options (#1964)
- Add \plim (#1952)
- Support Unicode \digamma (#2010)
- Support \operatorname* (#1899)
- Support \includegraphics, with appropriate trust setting (#2053)
- Add render-a11y-string add-on (#2062)
### Changed
- DOC: Fix path to built file (#1976)
- Remove unclosed TODO comment (#1979)
- Add "Tutti Quanti Shelf" app to users page (#1997)
- Document mhchem \cf not supported (use \ce instead) (#2008)
- Replace greenkeeper badge with dependabot badge (#2022)
- Add Unicode digamma to documentation (#2045)
- Add katex-expression to libs page (#2049)
- Suggest <!DOCTYPE html> in documentation (#2052)
- Unicode characters in math render in text mode (#2040)
### Fixed
- Improve output of fonts in MathML (#1965)
- Fix \pmb (#1924)
- \color affects following \right, put array cells in their own groups (#1845)
- Improve MathML for classes (#1929)
- Prevent gaps in tall delimiters (#1986)
- Fix \sqrt SVG path (#2009)
- Do not force sizing groups to display inline-block (#2044)
- Fix font choice in operators like \log (e.g. \boldsymbol{\log}) (#2041)
- Fix argument font sizing in \fbox and \raisebox, fix font sizing in \TeX, \LaTeX, \KaTeX (#1787)
## [v0.10.2]
### Added
- Approximate font metrics only when metrics don't exist (#1898)
@@ -8,7 +44,7 @@ All notable changes to this project will be documented in this file. This CHANGE
- Add symbol double square brackets (#1947, #1954)
- Support double-square curly braces (#1953)
### Changed
### Changed
- Upgrade minimum development Node version to v8 (#1861)
- Disable @babel/env debug (#1874)
- Add issue templates (#1862)
@@ -21,7 +57,7 @@ All notable changes to this project will be documented in this file. This CHANGE
- Test for duplicate symbols/macros (#1955)
- Include extensions mhchem & copy-tex in home-page (#1932)
### Fixed
### Fixed
- Fix \Rho (#1870)
- Fix nested \dfrac (#1825)
- Improve MathML accents (#1877)
@@ -49,7 +85,7 @@ All notable changes to this project will be documented in this file. This CHANGE
- Improve MathML for \Bbbk (#1930)
- Prevent inadvertent tall delims (#1948)
### Removed
### Removed
- Re-added code for \includegraphics but disabled the function until trust settings is merged (#1951)
## [v0.10.1]