Releases: alexdrone/Render
Releases · alexdrone/Render
Render 0.5.1
CHANGES
- Cocoapods lint and release
Render 0.5
Release targeted for cocoa pods.
Render 0.4
- Cleaner APIs for cells
- Removed the UITableViewCell/UICollectionViewCell component wrapper and the LCS algorithm: This will be part of dedicated μ-framework (https://github.com/alexdrone/Buffer)
Render 0.3.1
Improved documentation and playgrounds.
Render 0.3.0
Render offers a conventient way to apply and share styles among components.
ComponentStyle is a simple struct with a closure that describe the styling for a component node. ComponentStyles can be chained using the + operator.
Render 0.2.1
- Fixed more layout issues
- More playgrounds
Render 0.2
Fix some minor issues in the layout.
Added playgrounds.
Render 0.1
Reworked the ComponentView class hierarchy in order to facilitate vanilla views (implemented through auto layout and manual layout) to comply to ComponentViewType.
Initial
0.1.0-alpha minor fixes