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

Changelog History
Page 1

  • v1.3.1 Changes

    November 24, 2020
    • ๐Ÿš€ Change the minimum deployment target to iOS 9 in Package.swift
  • v1.3.0 Changes

    October 05, 2020
    • ๐Ÿ‘‰ Use SF Symbols as icon images, #41 by @ezfe
    • ๐Ÿ’… Make init(style:) a designated initializer
    • โž• Add an option to override table view for style configuration, #74 by @Tobisaninfo
    • ๐Ÿš€ Set IPHONEOS_DEPLOYMENT_TARGET to 9.0
  • v1.2.4 Changes

    July 02, 2020
    • ๐Ÿ›  Fix an issue where the same identifier is used for different cell types #50
  • v1.2.3 Changes

    June 07, 2020
    • ๐Ÿ›  Fix Swift version in podspec
  • v1.2.2 Changes

    May 24, 2020

    ๐Ÿ›  Fixes

    โšก๏ธ Project Updates

    • โž• Add an example of dynamic table, #42 by @twodayslate
    • โœ… Convert specs to XCTests
    • ๐Ÿšš Move tests to GitHub Actions
  • v1.2.1 Changes

    December 02, 2019
    • ๐Ÿ‘Œ Support Swift Package
  • v1.2.0 Changes

    June 14, 2019
  • v1.1.1 Changes

    May 06, 2019

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fix the animated OptionRow deselection
    • Invoke accessoryButtonAction asynchronously to match the behaviour of row action
    • Remove ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES from build settings
  • v1.1.0 Changes

    January 06, 2019

    โœจ Enhancements

    • Swift 4.2, #20 by @getaaron and #28 by @mttcrsp
    • โœ… tvOS UI tests, #27 by @FraDeliro
    • Subtitle is deprecated and will be removed in v2.0.0
    • ๐Ÿ“‡ Rename Row's title and subtitle to text and detail text to align with UITableViewCell's naming
    • Enable detailText in OptionRow and SwitchRow
    • Add accessoryButtonAction to NavigationRow
  • v1.0.0 Changes

    September 19, 2018

    โœจ Enhancements

    • ๐Ÿ‘Œ Support tvOS