2.1.0
- Breaking change:
actionTitleLabelConstraintToContainer
andactionTitleLabelConstraintToImageView
were removed fromActionCell
class. You must delete these outlets from your xib files, PR #23. - Breaking change: actions' handlers are now executed after the action controller was completely dismissed, PR #22.
- Fixed duplicated execution of actions, PR #22.