Releases: RobMayer/jsx-in-ttpg
Releases · RobMayer/jsx-in-ttpg
bugfix
transparent checkbox
added "transparent" property to checkbox as added in v0.41.0 of ttpg api.
text justification falsy bug
2.2.2 text justification falsy bug
ttpg api version bump - bad version number
2.2.1 bad version number
2.2.0
version bump
2.0.2 version bump
version bump with new TTPG release
2.0.1 version number
2.0.0
exposed "parseColor" so that you can use the same format that I use for colors outside of the JSX Context
removed JsxInTTPGElement to get prop definitions in favor of JSXAttribtues<"element"> to do the same thing (made for cleaner code).
checkBox now takes a "label" prop instead of the ambiguity of children. similar elements may follow suit.
support for "justify" in Button
support for "barColor" in ProgressBar