Releases: colinc86/MathJaxSwift
Releases · colinc86/MathJaxSwift
v3.4.0
v3.3.0
What's Changed
🎉 This release adds the rest of the document and input options!
- Add MIT license
- Update README to include examples
- Add accessibility extension options
- Add contextual menu options
- Add safe extension options
- Add TeX extension options
- Add developer options (with some exceptions)
- Update tests
- Remove MathJax documentation comments and point to the official docs
Pull Requests
- License and README by @colinc86 in #32
- Accessibility extension options by @colinc86 in #33
- Unit tests updates by @colinc86 in #34
- Develop by @colinc86 in #35
Full Changelog: v3.2.3...v3.3.0
v3.2.3
v3.2.2
Initial release.
Full Changelog: v3.2.2-beta.4...v3.2.2
v3.2.2-beta.4
Get packages working with TeX input processor options.
- For now they should be configured (if needed) through the corresponding dictionary on the input processor options.
Full Changelog: v3.2.2-beta.3...v3.2.2-beta.4
v3.2.2-beta.3
Rework errors.
- Parse and throw
MathML
style errors. - Add sync methods with
inout Error?
parameters.
Full Changelog: v3.2.2-beta.2...v3.2.2-beta.3
v3.2.2-beta.2
Add support for TeX packages and their configurations.
- Currently, all available packages are loaded by the MathJax instance.
- The configuration allows you to determine which packages the TeX input processor should use.
- You can set package options using the corresponding dictionary in
TeXInputProcessorOptions
.
Full Changelog: v3.2.2-beta.1...v3.2.2-beta.2
v3.2.2-beta.1
Each release will use the tag v3.2.2-beta.x
until a stable release is created, at which point it will track with the the MathJax GitHub repo.
- Initial pre-release.
- Does not yet include developer options or TeX extension options.