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