Releases: ba-st/RenoirSt
Releases · ba-st/RenoirSt
v6.1.0
v6.0.1
v6.0.0
Breaking changes
- Removed
CssConstants
CssSVGColors
CssMediaQueryConstants
CssLengthUnits
CssAngleUnits
CssFontConstants
CssFrequencyUnits
CssResolutionUnits
CssTimeUnits
. Now the library automatically performs the lookup and the user don't need to reference any of this.
Backwards compatible changes
- Extended Seaside tag brushes to allow sending
setStyleTo:
and use the Renoir facilities to provide an inline style. CssAttributeReference
CssExternalFontReference
CssLinearGradient
CssRadialGradient
CssPseudoClassSelector
CssToggle
now can loookup the constants automatically.- Updated the documentation and examples
Migration Notes
- References to the removed constant providers must be changed to use just the corresponding keyword. For example:
CssConstans lowerRoman -> #lowerRoman
CssSVGColors blue -> #blue
CssMediaQueryConstants print -> #print