Skip to content

Releases: ba-st/RenoirSt

v9.0.0

14 Jan 11:20
ff78119

Choose a tag to compare

What's Changed

  • Changed use of Javascript rendering to account for the new rendering technique in Seasde 3.6.0
  • Updated Boardwalk dependency

Full Changelog: v8.1.0...v9.0.0

v8.1.0

01 Apr 00:50
690a8e2

Choose a tag to compare

What's Changed

Full Changelog: v8.0.0...v8.1.0

v8.0.0

29 May 19:06
27b5c62

Choose a tag to compare

What's Changed

Full Changelog: v7.2.0...v8.0.0

v7.2.0

26 May 18:46
aec4730

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.1.0...v7.2.0

v7.1.0

20 Apr 12:02
8cf3595

Choose a tag to compare

What's Changed

Full Changelog: v7.0.2...v7.1.0

v7.0.2

20 Jul 19:40
f6544f7

Choose a tag to compare

Changelog

  • Updated dependencies
  • Removed unnecesary method
  • Update notification action

v7.0.1

30 Apr 15:45
a669400

Choose a tag to compare

Changelog

  • Updated Seaside version to v3.4.x
  • Renamed RenoirSt package to RenoirSt-Core to ease portability
  • Improved documentation
  • Use GitHub actions instead of TravisCI
  • Use CodeCov instead of Coveralls
  • Add automatic notification of new releases

v7.0.0

30 Apr 14:56
1d6bd81

Choose a tag to compare

Changelog

  • Updated Seaside version to v3.4.x
  • Renamed RenoirSt package to RenoirSt-Core to ease portability
  • Improved documentation
  • Use GitHub actions instead of TravisCI
  • Use CodeCov instead of Coveralls

v6.2.0

02 Dec 12:38
674947f

Choose a tag to compare

Changelog

  • PR #34 CSS Animations . Thanks @HurrellT
    • CascadingStyleSheetBuilder now support messages to create @keyframe rules
    • Animation related properties were added (animation: animationName: animationDuration: animationTimingFunction: animationIterationCount: animationDirection: animationPlayState: animationDelay: animationFillMode:)
    • New functions:
      • CssRotate & CssRotate3D (rotate() rotateX() rotateY() rotateZ() rotate3d() )
      • CssTranslate (translate() translateX() translateY() translateZ() translate3d())
      • CssScale (scale() scaleX() scaleY() scaleZ() scale3d())
      • CssSkew (skew() skewX() skewY())
      • CssPerspective (perspective())
      • CssSteps (steps())
      • CssCubicBezier (cubic-bezier())
    • Updated tutorial

v6.1.3

09 Sep 19:54
a09598c

Choose a tag to compare

Changelog

  • Update Seaside dependencies to v3.3.x symbolic version