Releases: alexdrone/Render
Releases · alexdrone/Render
Render 2.1
- New animation api.
- Bug fixes.
Render 2.0
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
Improved demo project and documentation.
Fixed some issues related to the new css-layout.
Render 1.4
- Fixed some issues with inner components
- Deprecated the 'referenceView' and 'referenceSize' props
Render 1.3.0
ComponentNode renamed to Node
Render 1.2.1
Fix compliation issue
Render 1.2
added *.c linguist-language=Swift
Render 1.1
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
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
CHANGES
- Cocoapods lint and release