Skip to content

1.0.0 Release Candidate 1

Compare
Choose a tag to compare
@ra1028 ra1028 released this 29 Jul 17:36
· 96 commits to master since this release
70d345c

This version Carbon supports both Swift 5.0 and Swift 5.1.

Features

  • Add support for use custom container cell/header/footer class (#21)
  • Add closure style initializer for Section (#28)
  • Add a render function with closure style builder (#28)
  • Add completion closure property to Renderer (#28)

Breaking Changes

  • Remove UITableViewCellContent, UITableViewHeaderFooterViewContent, UICollectionViewCellContent and UICollectionReusableViewContent (#21)
  • Remove UITableViewAdapter.Config and UICollectionViewAdapter.Config (#21)
  • Remove the completion parameter from each render functions (#28)