Skip to content

Releases: colinc86/LaTeXSwiftUI

v1.3.2

26 Mar 03:24
766be13
Compare
Choose a tag to compare

What's Changed

  • 🐛 Fix an issue where certain views accessed the environment without being installed on a view

Pull Requests

Full Changelog

v1.3.1...v1.3.2

v1.3.1

06 Mar 03:39
1e5181a
Compare
Choose a tag to compare

What's Changed

  • 🐛 Fixed an issue that prevented LaTeX views from redrawing when input value was modified

Pull Requests

Full Changelog: v1.3.0...v1.3.1

v1.3.0

20 Jul 03:01
60a526e
Compare
Choose a tag to compare

What's Changed

  • ❇️ Added view styles
    • Set with latexStyle modifier
    • Customize with LaTeXStyle protocol
  • 🏎️ Preloading improvements
  • 📦 Updated MathJaxSwift

Pull Requests

Full Changelog: v1.2.3...v1.3.0

v1.2.3

21 Jun 03:29
3af34ba
Compare
Choose a tag to compare
  • 🏎️ Performance improvements
  • 🛠️ Under-the-hood changes

What's Changed

Full Changelog: v1.2.2...v1.2.3

v1.2.2

14 Jun 01:49
3d1888a
Compare
Choose a tag to compare
  • 🧪 Added a unit tests action
  • 🚫 Removed animated() modifier
  • ❇️ Added renderingAnimation(_:) modifier
  • 🐛 Fixed an issue with the alwaysInline block mode

What's Changed

Full Changelog: v1.2.1...v1.2.2

v1.2.1

11 Jun 21:31
be34fcb
Compare
Choose a tag to compare
  • Lighten up the package by removing the Nuke package and using NSCache objects instead.
  • Remove debug logging.

v1.2.0

10 Jun 04:11
383ce8f
Compare
Choose a tag to compare

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

02 Jun 02:54
82ff9a2
Compare
Choose a tag to compare

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
  • Better preloading
  • Fixed block equation errors
  • Updated README
  • v1.1 by @colinc86 in #12

Full Changelog: v1.0.5...v1.1.0

v1.0.5

30 May 00:00
f56f060
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.4...v1.0.5

v1.0.4

18 Jan 22:23
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.3...v1.0.4