All Versions
31
Latest Version
Avg Release Cycle
72 days
Latest Release
1582 days ago
Changelog History
Page 1
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
- ๐ Fix
SwitchRow
subtitles, #45 by @dnicolson
โก๏ธ Project Updates
- โ Add an example of dynamic table, #42 by @twodayslate
- โ Convert specs to XCTests
- ๐ Move tests to GitHub Actions
- ๐ Fix
-
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 rowaction
- Remove
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES
from build settings
- ๐ Fix the animated
-
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 withUITableViewCell
's naming - Enable detailText in
OptionRow
andSwitchRow
- Add accessoryButtonAction to
NavigationRow
-
v1.0.0 Changes
September 19, 2018โจ Enhancements
- ๐ Support tvOS