Releases: venmo/Static
Releases · venmo/Static
1.2.0: Swift 2.3 Compatibility
Merge pull request #91 from venmo/swift-23 Add Swift 2.3 Support
v1.1.1: Git Ignore, Git Paid
- [ADDED]: A .gitignore file. Sorry for the dirty submodules.
v1.1.0: Progress
No API changes this time! Not even any bug fixes. This release is purely for a pre-built binary compatible with Swift 2.2.
v1.0.0: Tune In, Drop Out
- [REMOVED]: Removed heights and tint colors from
Row
. #60 - [UPDATED]: Tabs > spaces 4 lyfe. #61
- [FIXED]: Fixed an issue where rows would stay selected or flicker during an interactive pop in a navigation controller. #66 #67
We'd like to thank all of the contributors who helped us get to 1.0!
Aashish Dhawan (@aashishdhawan)
Ayaka Nonaka (@ayanonagon)
Dasmer Singh (@dasmer)
Eli Perkins (@eliperkins)
Elliot Lee (@intelliot)
Giovanni Lodi (@mokagio)
Lionel Alves (@lionel-alves)
Mark Adams (@hyperspacemark)
Paul Brunei (@paulbruneau)
Sam Soffes (@soffes)
Valentin Pertuisot (@Valpertui)
Cassidy Williams (@cassidoo)
Nathan Spindel (@natan)
At the height of Static
Support row heights set via UITableView.rowHeight
.
I.B.S. (Interface Builder Support)
Merge pull request #56 from venmo/ma/move-nib-to-celltype Move cellNib declaration to CellType
Tinted Love
- Add
imageTintColor
support toRow
🎨
Xcode 7 Point Whaa?
- [FIXED]: Recompiled with Xcode 7.1 and fixed a warning in the example project. No warnings 4 lyfe. #53
Set Image, Eat Gummy Bunnies, Lawyer Down
Diff: v0.1.5...v0.2.0
You can now set an image on Row
so you can have something like the settings icon below:
Delete Facebook, Hit the Gym, Lawyer Up
Diff: v0.1.4...v0.1.5
- [Feature] Adds ability to add cell edit actions (#31)