Skip to content

v6.0.0

Compare
Choose a tag to compare
@gcotelli gcotelli released this 28 May 13:13
4fcaa1f

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