Skip to content

Releases: alexdrone/Render

Render 0.5.1

31 May 13:59
Compare
Choose a tag to compare

CHANGES

  • Cocoapods lint and release

Render 0.5

30 May 11:12
Compare
Choose a tag to compare

Release targeted for cocoa pods.

Render 0.4

25 May 14:40
Compare
Choose a tag to compare
  • 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

23 May 12:47
Compare
Choose a tag to compare

Improved documentation and playgrounds.

Render 0.3.0

19 May 12:31
Compare
Choose a tag to compare

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

18 May 10:58
Compare
Choose a tag to compare
  • Fixed more layout issues
  • More playgrounds

Render 0.2

17 May 15:23
Compare
Choose a tag to compare

Fix some minor issues in the layout.
Added playgrounds.

Render 0.1

15 May 13:51
Compare
Choose a tag to compare

Reworked the ComponentView class hierarchy in order to facilitate vanilla views (implemented through auto layout and manual layout) to comply to ComponentViewType.

Initial

12 May 11:50
Compare
Choose a tag to compare
Initial Pre-release
Pre-release
0.1.0-alpha

minor fixes