All Versions
50
Latest Version
Avg Release Cycle
19 days
Latest Release
2931 days ago

Changelog History
Page 2

  • v1.1.0 Changes

    June 11, 2016

    ✨ Enhancements

    • 📇 Renamed mode to displayMode
  • v1.0.0 Changes

    June 11, 2016

    💥 Breaking changes

    • Protocol oriented programming

    ✨ Enhancements

    • ➕ Added background color option for paging view
    • ➕ Added custom view support for menu item view

    🐛 Bug fixed

    • 🛠 Fixed incorrect behaviour of menu view delegate method
    • 🛠 Fixed showing white page when jumping to pages
  • v0.10.2 Changes

    May 25, 2016

    🐛 Bug fixed

    • 🛠 Fixed delegate method call timing correctlly
    • 🛠 Fixed menu item image constraints
    • 🛠 Fixed Extranous argument label in .setup method error
  • v0.10.1 Changes

    May 20, 2016

    🐛 Bug fixed

    • 🛠 Fixed seeing white page when jumping to previous or next page
    • 🛠 Fixed incorrect behaviout when swiping on menu view
  • v0.10.0 Changes

    May 19, 2016

    ✨ Enhancements

    • ➕ Added more examples
    • ⬆️ Upgraded CocoaPods to 1.0.0
    • ➕ Added menuControllerSet option to choose single or multiple controller
    • ➕ Added menuComponentType option that provides component which are MenuView + MenuController, MenuView or MenuController
    • 👌 Supported UIImage for MenuItemView

    🐛 Bug fixed

    • 🛠 Fixed memory leaks thanks to @minhtran129
  • v0.9.1 Changes

    April 27, 2016

    🐛 Bug fixed

    • 🛠 Fix incorrect menu controller pass
  • v0.9.0 Changes

    April 21, 2016

    ✨ Enhancements

    • 👌 Supported Swift 2.2 thanks to @newbdez33
    • ➕ Added selected property to MenuItemView
    • ➕ Added menuItemDividerImage option thanks to @bojanp
    • ➕ Added menuSelectedItemCenter option thanks to @newbdez33
    • ➕ Added currentPage and currentMenuItemView to MenuView
    • ➕ Added MenuScrollingMode to Infinite mode

    🐛 Bug fixed

    • 🛠 Fix app crash on iPad thanks to @pableiros
  • v0.8.0 Changes

    February 22, 2016

    ✨ Enhancements

    • lazyLoadingPage is added

    💥 Breaking changes

    • PagingMenuControllerDelegate methods now return previous and current menu controller, not order number
    • rebuild method is deleted. Use setup method instead

    🐛 Bug fixed

    • 🛠 Fix memory leaks
  • v0.7.9 Changes

    January 28, 2016

    🐛 Bug fixed

    • 🛠 Fix crash when PagingMenuController is initialized asynchronously
  • v0.7.8 Changes

    January 07, 2016

    ✨ Enhancements

    • 🛠 Crash fixes thanks to @patricks