v2.1.16
- fixes a layout issue where the search tag suggestions below the search bar were being improperly sized. this issue appears to have been introduced with Xcode 13.1 - the solution is to ensure subviews are being added to the
contentView
property ofUICollectionViewCell
s rather than directly to the cell's view.