Skip to content

Releases: ba-st/RenoirSt

v6.1.0

23 Jan 14:58
a73f2d1
Compare
Choose a tag to compare

Changelog

  • Updated Seaside and Buoy dependencies
  • Updated build matrix now including Pharo 8
  • Improve portability of code for GemStone/64
  • Following now the community guidelines

v6.0.1

15 Nov 22:09
900c5bf
Compare
Choose a tag to compare

Changes

  • PR #25 Use the new test asserter extensions

v6.0.0

28 May 13:13
4fcaa1f
Compare
Choose a tag to compare

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

v5.0.0

18 Apr 15:18
8e813eb
Compare
Choose a tag to compare

Breaking changes

  • PR #21 Migrated sources to Tonel format
  • Removed Pharo 4/5 as supported platforms

v4.1.0

26 Mar 19:16
ed9d082
Compare
Choose a tag to compare

Changes

  • #19 Add another way of creating descendant combinators for cases when the right part of the expression needs parenthesis
  • #18 Add image and changes files deployment
  • #4 Remove monticello metadata
  • #20 Update dependencies

v4.0.0

18 Jan 22:04
8f40aca
Compare
Choose a tag to compare

Breaking Changes

  • Ditched Pharo 4 Support

Changes

  • Update Buoy to 3.0.0

v3.3.0

16 Nov 13:34
2b143ff
Compare
Choose a tag to compare

Changes

  • Update Seaside dependencies to v3.2.4
  • Include Pharo 7 in the build matrix

v3.2.0

12 Jun 14:28
Compare
Choose a tag to compare

Changes

  • Update Seaside dependencies to v3.2.2 and to use the GitHub project.

v3.1.0

27 Apr 18:27
Compare
Choose a tag to compare

Improvements

  • Add ReflectiveCascadingStyleSheetBuilder

v3.0.1

05 Apr 14:15
Compare
Choose a tag to compare

Changelog

  • Removed SharedPool usage to ease porting.