Skip to content

Releases: FlaneurApp/FlaneurOpen

0.9.0

21 Feb 07:50

Choose a tag to compare

  • Added segmentedCollectionView(_:willDisplayHeader:) to SegmentedCollectionViewDelegate
  • Improved documentation of SegmentedCollectionViewDelegate
  • Added FlaneurSearchViewController and the associated demo
  • Added KeyboardObserver to delegate keyboard notification observations
  • Added initials extension to String
  • Started ignoring Pods in repository (because GoogleMaps is unmanageable and diffs were getting too hard to read)
  • FlaneurMapView updates:
    • Updated the FlaneurMapView demo to make it simpler
    • Made code simpler and improved documentation
  • Added some sample code for screenshot testing

v0.2.0

14 Sep 09:13

Choose a tag to compare

Added

  • Added FlaneurNavigationBar (#4)
  • Added FlaneurCollectionContainerView (#5)
  • Added a UILabel extension to display text with custom letter spacing

v0.1.1

14 Sep 09:14

Choose a tag to compare

Changed

  • Removed dependency of the pod to IGListKit
  • Changed async image download dependency from SDWebImage to Kingfisher