All Versions
11
Latest Version
Avg Release Cycle
19 days
Latest Release
2235 days ago

Changelog History
Page 1

  • v0.10.0 Changes

    March 12, 2018
    • โž• Added dismissSearchBar in FlaneurSearchViewController so that the search bar can be dismissed without the need of another view controller being presented
    • ๐Ÿ”จ Refactored/renamed ProgressModalViewController so that it is easier to implement
    • โž• Added a cancel button to ProgressModalViewController
  • v0.9.0 Changes

    February 21, 2018
    • โž• 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.8.0 Changes

    February 05, 2018
    • Created MultiSelectDelegate and MultiSelectCollectionViewController based on objc.io's Generic Table View Controllers
    • โž• Added ItemsViewController based on the same source as above
    • Made selectDelegate an optional in FlaneurFormSelectElementCollectionViewCell
    • ๐Ÿ›  Fixed cell selection management in FlaneurFormSelectElementCollectionViewCell #24
    • ๐Ÿ”„ Changed design of form cells so that they don't use conditional/forced casts so much
    • โž• Added code to create snapshots of a MKMapView
    • โž• Added default values for MapKit types
    • โž• Added code to render a grayscale version of a UIImage
  • v0.7.0 Changes

    January 18, 2018
    • โฌ†๏ธ Upgraded FlaneurImagePicker to version 0.5.0
    • Gross implementation of a new form element type (button) which proves that the form tools should be moved and redesigned to a dedicated pod
    • ๐Ÿ›  Fixed size of navigation bar button
    • โž• Added logo for iPhone app
    • โž• Added the option to hide the navigation bar bottom border
    • ๐Ÿ›  Fixed bug of the image picker left button so that localizedStringForCancelAction is used
    • โž• Added some code specific for FlaneurApp... not ideal but we'll fix it later... I hope...
  • v0.6.0 Changes

    December 05, 2017
    • Swift 4
  • v0.5.0 Changes

    December 05, 2017
    • โšก๏ธ Updated FlaneurImagePicker to 0.3.0 version.
    • โž• Added functions to SegmentedCollectionViewDelegate for more customization of the view appearance, including default implementations for NSObject implementations:
      • the number of columns
      • the height of the header view
      • the vertical padding for items
      • the height for items
  • v0.4.0 Changes

    November 20, 2017

    โž• 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
  • v0.3.0 Changes

    September 19, 2017

    โž• Added

    • ๐Ÿ‘ Completed filter support to the FlaneurCollectionView (#5)
    • โž• Added .swift-version file for cocoapods lib linting

    ๐Ÿ”„ Changed

    • ๐Ÿ“‡ Renamed FlaneurCollectionContainerView to FlaneurCollectionView
    • ๐Ÿ“‡ Renamed FlaneurDiffable to FlaneurCollectionItem
    • ๐Ÿ“‡ Renamed FlaneurCollectionContainerViewDelegate to FlaneurCollectionViewDelegate and the associated signatures.
  • v0.2.1 Changes

    September 14, 2017

    ๐Ÿ”„ Changed

    • When a left action is set up on a FlaneurNavigationBar, touching the bar (with the exception of the possible right buttons) actions it (#6)
  • v0.2.0 Changes

    September 14, 2017

    โž• Added

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