FlaneurOpen v0.4.0 Release Notes

Release Date: 2017-11-20 // over 6 years ago
  • โž• Added

    • ๐Ÿ‘ FlaneurCollectionViewDelegate now supports deselection of cells and filters #9 & #10
    • All FlaneurCollectionViewDelegate functions are now optional for UIViewController instances that benefit from a default implementation
    • โž• Added userInfo to FlaneurCollectionFilter #11
    • โž• Added LayoutBorderManager: a NSLayoutConstraint helper #14
    • โž• Added FlaneurModalProgressViewController #23
    • โž• Added the option to toggle or deselect right buttons in FlaneurNavigationBar #18
    • โž• Added the option to use a custom view for the left part of the navigation bar. #17
    • โž• Added SegmentedCollectionView #23
    • โž• Added FlaneurOpenThemeManager to change fonts easily without exposing everything

    ๐Ÿ”„ Changed

    • ๐Ÿ”ง Made the right buttons of a FlaneurNavigationBar configurable dynamically #7
    • Made nbColumns and cellRatio customizable for FlaneurCollectionView #8
    • Made FlaneurCollectionView's collectionView public in readonly
    • FlaneurFilterCollectionViewCell has been made public to allow UIAppearance customization #12
    • FlaneurMapView replaced FlaneurMapViewController #13
    • โšก๏ธ Updated project and dependencies for compatibility with Xcode 9
    • Right actions in a FlaneurNavigationBar can either be a collection if images or a single text #16
    • Right actions in a FlaneurNavigationBar are now have public getters for their UIButton #16
    • Limit the navigation bar left action surface to its title #21
    • ๐Ÿ›  Fixed bug where FlaneurCollectionView was not updating items #22
    • Extend size of right actions buttons and bring title closer to left container
    • โž• Add sender to FlaneurNavigationBar actions