Skip to content

Latest commit

 

History

History
68 lines (57 loc) · 4.32 KB

CHANGELOG.md

File metadata and controls

68 lines (57 loc) · 4.32 KB

2.3

  • [NEW] CurrentTransition observable property

  • [Core] Update XF to 4.5.0.725

  • FIX TransitionListenerAdapter and NavigationTransitionListener classes not found exception with v2.3 (#43)

  • FIX Navigation.PopAsync(false) results in empty page (#45)

  • FIX Frame doesn't respect CornerRadius in transition (#46)

  • FIX NullReferenceException on iOS (#48)

  • FIX Crash on ShellGoToAsync(../) in Android with Xamarin latest version (#49)

  • FIX [iOS] - Shell back animation doesn't work (#50)

  • FIX Shell PopToRootAsync crashes - No view found for id (#51)

  • FIX [iOS] - Shell EdgeGestureRecognizer is broken (#52)

  • FIX [iOS] Shell navigation with ../ is seen as PopToRoot when there are only 2 page in stack (#53)

  • FIX [iOS] Shell - Tapping on the same tabbar item invoke events for push (#54)

  • FIX [iOS] Navstack get corrupted if interactive gesture is canceled (#55)

  • FIX [Android] Shell - Navigation with ../ hide elements (#57)

2.3

  • Transition events and ITransitionAware (issue #39)
  • LightSnapshot mode for iOS (issue #40)
  • Minor fixes and improvements (expecially for iOS)

2.2

  • AndroidX support (issue #23)
  • Fix IOS "Failed to lookup the required marshalling information" (issue #31)
  • Fix Tabbed page inside MasterDetail (issue #30)
  • Fontsize transition for label in iOS
  • Improve Flip background animation in iOS
  • Improve transition in iOS removing occasional flickering
  • TransitionStack improvement using Weakdelegates

2.1

  • Shell support (issues #16, #17, #18)
  • Tabbed page support (issue #13)
  • Master Detail page support (issue #21)
  • Fix DataTemplate in ListView (issue #14)
  • Improved sample apps (more demos for MasterDetail, TabbedPage & Shell)
  • Code improvement & refactoring for better performance & stability
  • Xamarin.Forms 4.3+ is required

2.0.2

  • Fix issue #10 (crash in iOS with non-existant image)
  • Fix issue #11 (backward transition duration in iOS)
  • Fix Android backward transition duration

2.0.1

  • BREAKING: Properties renamed to: Transition.Name, Transition.Group and TransitionDuration
  • Full MVVM support with TransitionSelectedGroup
  • New, improved Transition management under the hood (no more limitation to int number for transition names & groups, faster view lookup for transitions)
  • New transition engine for ios (support for shape transitions, including boxview, images with different bounds, aspect ratios, ecc..)
  • New sample app in full MVVM with listview, collectionview and normal transitions (including demostrations with PancakeView and FFImageLoading)
  • Everything mostly rewritten fro the ground-up: better stability and functionality
  • Improved code comments and error handling
  • Added useful notes in code to help contributors to make this plugin better!

1.1.0

  • Update to .NETStandard 2
  • Fixed transitions between images with different aspect ratios
  • Enable transitions between layouts (frame, stacklayout, ecc..) Note: BoxView in iOS is not currently supported in this version
  • Updated Xamarin.Forms version from 3.1 to 3.6 (#6) by @jsuarezruiz
  • Added new BackgroundAnimations (Flip, SlideFromLeft, etc.) (#7) by @jsuarezruiz
  • Updated README with a new sample reference (#8) by @jsuarezruiz

1.0.0

  • First release