Releases: colinc86/LaTeXSwiftUI
Releases · colinc86/LaTeXSwiftUI
v1.4.0
What's Changed
🏎️ Background image rendering
🏎️ Improved equation parsing
📦 Reduce minimum operating system versions to iOS 15 and macOS 12
❇️ Add support for markdown
❇️ Add support for escaped characters
❇️ Add support for inline math with parentheses
❇️ Add redactedOriginal
rendering style
🐛 Fix rendering issues
🐛 Fix parsing issues with parentheses
🐛 Other bug fixes
Pull Requests
- Better parsing. by @colinc86 in #49
- Markdown support by @colinc86 in #50
- Fix parentheses by @colinc86 in #51
- Add support for inline math with parentheses. by @colinc86 in #52
- Fix typo by @xilopaint in #41
- Fix broken paths by updating to latest SwiftDraw. by @colinc86 in #53
- feature / add redactedOriginal rendering style by @longvudai in #43
- Better formatting by @colinc86 in #54
- Bug fixes and enhancements by @colinc86 in #55
New Contributors
- @xilopaint made their first contribution in #41
- @longvudai made their first contribution in #43
Full Changelog: v1.3.2...v1.4.0
v1.3.2
v1.3.1
v1.3.0
v1.2.3
- 🏎️ Performance improvements
- 🛠️ Under-the-hood changes
What's Changed
Full Changelog: v1.2.2...v1.2.3
v1.2.2
v1.2.1
v1.2.0
What's Changed
- Update
MathJaxSwift
to version 3.3.0 - Add
renderingStyle
modifier- You can now choose between four different rendering styles and render the LaTeX asynchronously
- Add
animated
modifier - Add
formatEquationNumber
modifier- Add a custom format to your equation numbers
- Fix another named equation parsing issue and update tests.
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- Updated MathJaxSwift to version 3.2.3
- Upgraded Nuke to version 12.
- Removed
texOptions
modifier- Added
processEscapes
modifier - Added block equation number modifiers
- Added
- Better preloading
- Fixed block equation errors
- Updated README
- v1.1 by @colinc86 in #12
Full Changelog: v1.0.5...v1.1.0