Skip to content

Releases: ba-st/RenoirSt

v8.0.0

29 May 19:06
27b5c62
Compare
Choose a tag to compare

What's Changed

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

v7.2.0

26 May 18:46
aec4730
Compare
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
Compare
Choose a tag to compare

What's Changed

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

v7.0.2

20 Jul 19:40
f6544f7
Compare
Choose a tag to compare

Changelog

  • Updated dependencies
  • Removed unnecesary method
  • Update notification action

v7.0.1

30 Apr 15:45
a669400
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Changelog

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

v6.1.2

09 May 21:37
2c0a6aa
Compare
Choose a tag to compare

Changelog

  • Updated Seaside to v3.3.3

v6.1.1

23 Jan 20:20
1ea1a9b
Compare
Choose a tag to compare

Changes

  • Fix loading of Seaside groups