Skip to content

Releases: alexdrone/Render

Render 2.1

06 Mar 14:52
Compare
Choose a tag to compare
  • New animation api.
  • Bug fixes.

Render 2.0

23 Feb 08:56
Compare
Choose a tag to compare

Render 2.0 is a major rewrite where the APIs has been drastically simplified.

  • The flexbox layout engine is now entirely delegated to Facebook's Yoga.
  • Node and ComponentView are the only two abstractions offered from the framework.
  • Render, diffing and reconciliation performance improved.

Render 1.4.1

19 Nov 22:37
Compare
Choose a tag to compare

Improved demo project and documentation.
Fixed some issues related to the new css-layout.

Render 1.4

18 Nov 13:10
Compare
Choose a tag to compare
  • Fixed some issues with inner components
  • Deprecated the 'referenceView' and 'referenceSize' props

Render 1.3.0

17 Nov 19:30
Compare
Choose a tag to compare
ComponentNode renamed to Node

Render 1.2.1

16 Nov 06:52
Compare
Choose a tag to compare
Fix compliation issue

Render 1.2

13 Nov 20:45
Compare
Choose a tag to compare
added *.c linguist-language=Swift

Render 1.1

13 Nov 20:13
Compare
Choose a tag to compare

Integrates the new css-layout C api for flexbox.
This results in a more CSS-compliant and performant implementation of Flexbox.

Render 1.0 for Swift 3

12 Sep 08:54
Compare
Choose a tag to compare

Ported the project to Swift 3 and changed the APIs.

  • New props constructors.
  • flex properties are now exposed as UIView's properties.

Render 0.5.2

31 May 14:02
Compare
Choose a tag to compare

CHANGES

  • Cocoapods lint and release