All Versions
11
Latest Version
Avg Release Cycle
19 days
Latest Release
2597 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.10.0 Changes
March 12, 2018- โ Added
dismissSearchBar
inFlaneurSearchViewController
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
- โ Added
-
v0.9.0 Changes
February 21, 2018- โ Added
segmentedCollectionView(_:willDisplayHeader:)
toSegmentedCollectionViewDelegate
- ๐ Improved documentation of
SegmentedCollectionViewDelegate
- โ Added
FlaneurSearchViewController
and the associated demo - โ Added
KeyboardObserver
to delegate keyboard notification observations - โ Added
initials
extension toString
- 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
- Updated the
- โ Added some sample code for screenshot testing
- โ Added
-
v0.8.0 Changes
February 05, 2018- Created
MultiSelectDelegate
andMultiSelectCollectionViewController
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
- Created
-
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...
- โฌ๏ธ Upgraded
-
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 forNSObject
implementations:- the number of columns
- the height of the header view
- the vertical padding for items
- the height for items
- โก๏ธ Updated
-
v0.4.0 Changes
November 20, 2017โ Added
- ๐
FlaneurCollectionViewDelegate
now supports deselection of cells and filters #9 & #10 - All
FlaneurCollectionViewDelegate
functions are now optional forUIViewController
instances that benefit from a default implementation - โ Added
userInfo
toFlaneurCollectionFilter
#11 - โ Added
LayoutBorderManager
: aNSLayoutConstraint
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
andcellRatio
customizable for FlaneurCollectionView #8 - Made
FlaneurCollectionView
's collectionView public in readonly FlaneurFilterCollectionViewCell
has been madepublic
to allow UIAppearance customization #12FlaneurMapView
replacedFlaneurMapViewController
#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 theirUIButton
#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
toFlaneurCollectionView
- ๐ Renamed
FlaneurDiffable
toFlaneurCollectionItem
- ๐ Renamed
FlaneurCollectionContainerViewDelegate
toFlaneurCollectionViewDelegate
and the associated signatures.
- ๐ Completed filter support to the
-
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)
- When a left action is set up on a
-
v0.2.0 Changes
September 14, 2017