Releases: rechsteiner/Parchment
Releases · rechsteiner/Parchment
v1.6.0
- Forward appearance methods from EMPageViewController #306
- Fix indicator insets with only one item #307
- Add method for reloading menu #312
v1.5.0
- Include vertical insets for indicator view #271
- Remove development team from Parchment target #280
- Update indicator and border views when changing options #245
- Fix issue with width delegate not being called #244
- Fix issue with invalidating collection view layout #240
v1.4.0
- Add support for Xcode 10 and Swift 4.2 #228
- Add option for registering cells from NIB #227 (thanks @RealBonus!)
v1.3.0
- Add version checks to support Swift >=3.2 #190, #184
- Fix issue with indicator/border class was not registered #191
- Fix issue with reloading data when view controllers did not change #201
v1.2.0
- Upgrade to Swift 4.1 #171 (thanks @voyager163!)
- Prevent unnecessary view controller initializations #160
- Fix issues with reloading data #157
- Fix issue with clearing all items in page view controller (a5759ba)
- Fix issue where willScrollToItem delegate was not called #173
- Fix layout bug with cell heights when using width delegate #155
v1.1.0
- Add method for reloading data without passing initial item (8ebd931)
- Add option for selected font #143 (thanks @cheebow!)
- Fix issue with reloading data when using PagingViewControllerDataSource (07641e2)
- Fix integer overflow causing crash in UnplashExample #140
v1.0.3
- Fix issue where size delegate was not called #135
v1.0.2
- Update default background color for menu items #131
v1.0.1
- Fix issue with selecting items programatically #125
- Fix wrong color on collection view background #126
- Fix issue with menu items being clipped #127