All Versions
34
Latest Version
Avg Release Cycle
81 days
Latest Release
-
Changelog History
Page 4
Changelog History
Page 4
-
v1.3.0 Changes
๐ Released on 2015-12-08.
- Memory leak fix.
- Removed HeaderFooterView inits from Section.
- Removed HeaderFooterView inits from Section
- Added documentation for Section Header and Footer
- Added documentation for Implementing custom Presenter row
- Inject table view style on init (by [mikaoj])
- Modified observeValueForKeyPath functions on FieldCell and SegmentedCell to correctly update constraints (by [dernster] and [estebansotoara])
- Added Keyboard next button
- Fixed bug with minimum dates #111
- Fixed bug where autocorrected value would not be saved in row.value
- Fixed currency formatter bugs
- Added list sections
-
v1.2.0 Changes
๐ Released on 2015-11-12.
- Added PickerRow.
- Added PickerInlineRow.
- Added ZipCodeRow.
- Fix bug when inserting hidden row in midst of a section.
- Example project: Added ability to set up a formatter to FloatLabelRow.
rowValueHasBeenChanged
signature has been changed tooverride func rowValueHasBeenChanged(row: BaseRow, oldValue: Any?, newValue: Any?)
.- Added
@noescape
attribute to initializer closures. - Fixed issue with tableView's bottom inset when keyboard was dismissed.
- Changed NameRow keyboardType to make autocapitalization works.
-
v1.1.0 Changes
๐ Released on 2015-10-20.
-
v1.0.0 Changes
๐ Released on 2015-09-29. This is the initial version.