New features:
- Add support for \aa, \AA, \lq, \rq, \lbrack, \rbrack (#1069)
- Support more scripts in \text{} environments. (#1076)
- add Main-BoldItalic font to allow nesting of \textit and \textbf
- add \S and \P (#1110)
Bug fixes:
- Don't inherit SVG style properties from the environment. (#1089)
- Update fonts and metrics so that accents are positioned correctly (#1094)
- Fixes #1093 (non-portable use of String method .includes) (#1097)
- use correct spacing with tight styles (#1106)
Other:
- Add katex-ruby to the libraries list (#1067)
- Move auto-render-spec.js to ./test (#1071)
- Use webpack to build files and webpack-dev-server for testing (#1068)
- extract handling of implicit leftright groups (#1047)
- extract accent and accentunder into their own files (#1048)
- Export ES6 module in fontMetricsData.js (#1072)
- Fix undefined devServer.app in screenshotter (#1085)
- Use JS for spacing between atoms instead of CSS (#1070)
- Add a screenshot test to ensure that we don't inherit svg-only CSS properties (#1092)
- remove symlink to support devs using Windows (#1090)