Carbon v1.0.0-rc.1 Release Notes

Release Date: 2019-07-29 // over 4 years ago
  • ๐Ÿ‘ 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)