Fixed issues:
New features:
Refactorings:
Fixed issues:
- #101: Fixed crash on empty square root
- #103: Fixed a crash if inserting a whitespace after a _ or ^ symbol
- #102: Fixed a crash when rendering unsupported characters like "Å"
- #104: Error when rendering
\text{æ,}
- #119: Big operator rendering problem inside
\frac
- #129: Summation of two Cyrillic symbols
- #133: Fix issues with exceptions
New features:
- #92: Extract Renderer code to a single class/interface
- #115: Give a range of source string to Box
- #123: Add formula highlighting
New documentation:
Fixed issues:
New features:
- #79: SVG: Added support for curves and removed flattening of the geometry
- #82: Support UTF8
- #84: Add \text{} command
Bug fixes, improved render quality.
Changes:
- #53: Fix crash while parsing empty groups
- #54: Remove delimiter type constraint
- #58: Support for empty delimiters (that means #14: Extensible delimiters (\left and \right) is completely fixed)
- #71: Use guidelines for WPF render (partial fix for #50: Improve blurred output, should improve image quality for some cases)
- Adjust metrics for radical symbol
- #74: Add support for scripts to delimiters (fix for #62: Delimiters should support scripts)
Fixed issues:
- #14: Extensible delimiters (\left and \right) (not completely fixed, but in a usable state already)
- #15: Add formula control to the library
- #38: Cannot change text style
- #32: Add mathematical functions
- #24: Integral sign displays incorrectly
Merged all the patches from the Launchpad repository (see #3 for a full list). The most interesting ones are:
- Fix for culture-dependent number parsing in
XmlUtils
- Addition of SVG rendering functionality
This was the initial published version. It consisted entirely of the original code from the Launchpad projectsite.