All Versions
19
Latest Version
Avg Release Cycle
27 days
Latest Release
1454 days ago

Changelog History
Page 1

  • v1.6.0 Changes

    September 17, 2020

    ๐Ÿš€ In this release we've:

    • ๐Ÿ’… #65 Added support for iOS 14 date picker styles
    • ๐Ÿ‘ #58 Added out-of-box support for dark mode on iOS
    • ๐Ÿ— Compiled binaries with Swift 5.3 and Xcode 12 to allow building iOS 14 apps
  • v1.5.0 Changes

    September 03, 2020

    ๐Ÿš€ In this release we've:

    • #63 Added (opt-in) functionality for caching scroll positions of cells which contain their own (individual currently) scroll view
  • v1.4.3 Changes

    August 14, 2020

    ๐Ÿš€ In this release we've:

    • ๐Ÿ›  (#62) Made improvements and bug fixes to asynchronous image loading
  • v1.4.2 Changes

    July 03, 2020

    Re-compiled binary framework for Swift 5.2.4

  • v1.4.1 Changes

    April 19, 2020

    Re-compiled binary framework for Swift 5.2.2

  • v1.4.0 Changes

    April 04, 2020

    ๐Ÿš€ In this release we've:

    • #60 Added the ability to get incremental image load callbacks when loading images
  • v1.3.7 Changes

    March 31, 2020

    โฌ†๏ธ Bumps version and build with Swift 5.2

  • v1.3.6 Changes

    January 24, 2020

    โฌ†๏ธ Bumps version and build with Swift 5.1.3

  • v1.3.5 Changes

    December 12, 2019

    ๐Ÿš€ In this release we've:

    • (#57) Made improvements to accessibility, in particular VoiceOver
  • v1.3.4 Changes

    December 05, 2019

    ๐Ÿš€ In this release we've:

    • (#56) Made sure there are never any out of bounds issues when accessing the data object in TableViewController. This has never been necessary before as Apple are very good at only asking for index paths that are correct according to the results you return to delegate methods, however in one particular app we were witnessing an out of bounds crash with VoiceOver enabled for some reason!