Skip to content

v2.0

Choose a tag to compare

@0thernet 0thernet released this 19 Mar 19:31
· 106 commits to master since this release

This release contains breaking changes and is not backwards compatible.

BZGFormFieldCell -> BZGTextFieldCell

  • Removes voidEditingEventBlock and boolEditingEventBlock types
    • autocomplete with inscrutable block types is annoying.
  • Renaming:
    • showsCheckmark -> showsCheckmarkWhenValid

BZGFormInfoCell -> BZGInfoCell

BZGFormViewController

  • BZGFormViewController no longer inherits from UITableViewController. 💀
    • tableView is now a subview of the view controller's view
  • Removes shouldShowInfoCell
    • Use BZGValidationStateWarning when you want to show an info cell without marking the cell as invalid.
  • Renaming:
    • formFieldCells -> formCells
    • updateInfoCellBelowFormFieldCell -> updateInfoCellBelowFormCell
    • nextFormFieldCell -> nextFormCell
    • firstInvalidFormFieldCell -> firstInvalidFormCell