Releases: thermage/thermage
Releases · thermage/thermage
0.20.1
0.20.0
0.19.0
0.18.0
0.17.0
- Added new public method
pipefor Element. - Added new public method
addClassesfor Element. - Added new public method
removeClassesfor Element. - Added new public method
setTitlefor Terminal. - Added new public method
has256ColorSupportfor Terminal. - Added new public method
isXtermfor Terminal. - Added new public method
hasTrueColorSupportfor Terminal. - Added new public method
checkEnvVariablefor Terminal.
0.16.0
- Added new element
Spark. - Added new helper
render. - Added new helper
renderToFile. - Added new helper
terminal. - Added new shortcode
raw. - Added new public static method
renderfor Thermage. - Added new public static method
renderToFileThermage. - Added new system space symbol
§and new public static methodsspace,getSpace,replaceSystemCharsfor Element. - Added
makeClassesto create collection of classes from string of classes. - Added
mediato set classes for specific media. - Added ability to set specific classes for specific media queries.
- Fixed chart element issue with cyrillic char in variable chartData.
BREAKING CHANGES
- Use new
renderToStringelement method instead ofrender. - Use new
renderorrenderToFilehelper to render element(s). - All public methods for Base Classes are not static anymore, use helpers to access them, or create instance of the Classes.
- Method
getClassesreturns Collection of classes instead of string.
0.15.2
0.15.1
0.15.0
- Added CFonts support.
- Added new element public method
font. - Added new element public method
fontFrom. - Added new element public method
fontLetterSpacing. - Added new element public method
colors. - Added new element public method
applyFont. - Added new public method
pixelsforCanvaselement. - Added new magic classes
font,colors. - Fixed issues with paddings calculations.
- Fixed issues with value length calculations including shortcodes.