All Versions
31
Latest Version
Avg Release Cycle
72 days
Latest Release
1210 days ago

Changelog History
Page 2

  • v0.9.1 Changes

    April 17, 2018

    🛠 Fixes

    • 🛠 Fix the property setter in RadioSection and change Row to a class protocol, #14 by @z3bi
  • v0.9.0 Changes

    April 05, 2018

    💥 Breaking

    🚀 Change the Icon type (since v0.2.0) from struct to enum:

    enum Icon { case named(String) case image(UIImage) case images(normal: UIImage, highlighted: UIImage) }
    

    🚀 Rename the protocols (introduced in v0.8.1) that define specific rows regardless of their associated cell types:

    • NavigationRowCompatible
    • OptionSelectableOptionRowCompatible
    • SwitchableSwitchRowCompatible
    • TappableTapActionRowCompatible
  • v0.8.4 Changes

    March 21, 2018

    🛠 Fixes

    • 👉 Use TapActionCell's tintColor as its label textColor, #13 by @sanekgusev
  • v0.8.3 Changes

    February 17, 2018

    🛠 Fixes

    • Avoid some unwanted animation when the row action also involves table view reload
  • v0.8.2 Changes

    January 01, 2018

    🛠 Fixes

    • 🛠 Fix the SwitchCell configuration with custom row classes
  • v0.8.1 Changes

    December 11, 2017

    🛠 Fixes

    • Unhighlight the selected row in the radio section when it's tapped with alwaysSelectsOneOption set to true
    • Fix the empty image name that causes CUICatalog: Invalid asset name supplied: ''
    • 👍 Allow OptionRow to be used with custom table view cells
    • 🛠 Fix the actions that are not invoked in rows with custom table view cells
  • v0.8.0 Changes

    ✨ Enhancements

    • Swift 4
  • v0.7.1 Changes

    ✨ Enhancements

    • 👍 Allow predefined NavigationRow, SwitchRow, TapActionRow, and OptionRow to be subclassable
  • v0.7.0 Changes

    💥 Breaking

    • ✂ Remove the accessory view from the AccessoryEnabled protocol
    • 💅 Merge IconEnabled and AccessoryEnabled properties into the RowStyle protocol

    ✨ Enhancements

    • ➕ Add OptionRow and RadioSection to support mutually exclusive options

    🛠 Fixes

    • 💅 Use both cell type and cell style as the reuse identifiers for navigation rows to distinguish customized cell classes
  • v0.6.2 Changes

    ✨ Enhancements

    • Mark properties and methods open in the open classes
    • 👌 Improve the documentation