-
[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)
- Transition events and ITransitionAware (issue #39)
- LightSnapshot mode for iOS (issue #40)
- Minor fixes and improvements (expecially for iOS)
- 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
- 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
- Fix issue #10 (crash in iOS with non-existant image)
- Fix issue #11 (backward transition duration in iOS)
- Fix Android backward transition duration
- 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!
- 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
- First release