Skip to content
This repository has been archived by the owner on Jun 11, 2022. It is now read-only.

Latest commit

 

History

History
32 lines (25 loc) · 1.58 KB

releasenotes.md

File metadata and controls

32 lines (25 loc) · 1.58 KB

New in 1.1.0

  • Added ability to position pager on bottom, through the ShowBottom property
  • Breaking: Removed ISGTabbedPagerDelegate, use the OnShowViewController event instead
  • (MvvmCross version) Updated to latest 4.4.0 packages

New in 1.2.0

  • Added Icon support, adds a new method in the ISGTabbedPagerDatasource interface. Just return null if you don't want an icons showing.

New in 1.3.0

  • Added support for adjusting Selected Item Color and Font
  • Fixed issue with IconSpacing, which wasn't respected

New in 1.3.1

  • Added constructors for use in storyboards and designers. Thanks @eestein
  • Added Exports for properties for use in designers

New in 1.4.0

  • Built against MvvmCross 5.0.3
  • Added XML doc

New in 1.5.0

  • Added ability to have the Tab Bar Static, no scrolling (#21) (BitKaitsu)
  • Added ability to add spacing between tabs (#21) (BitKaitsu)
  • Built against MvvmCross 5.5.2
  • Built against Cirrious.FluentLayout 2.6.0

New in 1.6.0

New in 1.6.1

  • Fixed bug with animation on tabs not working (#22) (BitKaitsu)