Skip to content

Latest commit

 

History

History
79 lines (47 loc) · 1.99 KB

CHANGELOG.md

File metadata and controls

79 lines (47 loc) · 1.99 KB

Change Log

All notable changes to this project will be documented in this file. AMTagListView adheres to Semantic Versioning.


Added

  • Merged #53

Added

  • Delegate method called when a tag is deleted.

Added

  • Tags can now be generic UIViews conforming to the AMTag protocol. See #60

Added

  • tagList:shouldAddTagsWithText:resultingContentSize:

Added

  • addTag:withUserInfo: to add a payload to tags. Thanks to nsolter

Stable release

Changed

  • tagText on AMTagView is now read-write

Changed

  • textPadding is now a CGPoint

Fixed

  • Changes in text color updates the view properly

Added

  • Support to Carthage

Updated

  • Minor refactoring

Added

  • Support to right to left alignment via tagAlignment