File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
## Changelog
2
2
3
+ ### v0.9.5 (2019-06-03)
4
+ * Add colorbox command (#121 )
5
+ * Cyrillic support (#108 )
6
+ * When there is only one element in row, an array error is reported. (#111 )
7
+ * Fix: on macOS 10.13, NSSegmentItemImageView returns nil for layer.backgroundColor. Need to check for this and return a default color (clear)
8
+ * Added textrm (#61 )
9
+
3
10
### v0.9.4 (2017-05-07)
4
11
* Support for color (\\ textcolor) (Thanks to Markus)
5
12
* Fix issue with cramped style in tables (Thanks to Jacob)
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "iosMath"
3
- s . version = "0.9.4 "
3
+ s . version = "0.9.5 "
4
4
s . summary = "Math equation rendering for iOS and OS X"
5
5
s . description = <<-DESC
6
6
iosMath is a library for typesetting math formulas in iOS and OS X using
You can’t perform that action at this time.
0 commit comments