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
pipe
for Element. - Added new public method
addClasses
for Element. - Added new public method
removeClasses
for Element. - Added new public method
setTitle
for Terminal. - Added new public method
has256ColorSupport
for Terminal. - Added new public method
isXterm
for Terminal. - Added new public method
hasTrueColorSupport
for Terminal. - Added new public method
checkEnvVariable
for 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
render
for Thermage. - Added new public static method
renderToFile
Thermage. - Added new system space symbol
§
and new public static methodsspace
,getSpace
,replaceSystemChars
for Element. - Added
makeClasses
to create collection of classes from string of classes. - Added
media
to 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
renderToString
element method instead ofrender
. - Use new
render
orrenderToFile
helper 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
getClasses
returns 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
pixels
forCanvas
element. - Added new magic classes
font
,colors
. - Fixed issues with paddings calculations.
- Fixed issues with value length calculations including shortcodes.