- [BUG] Fixing overlapping/flickering of current view when navigating #137
- [BUG] Allow transitions to same state with different parameters #126
- [BUG] Transition direction is wrong when using native-ui-sref https://github.com/shprink/ionic-native-transitions/issues123
- [BUG] Default back transition takes over the state transition #105
- [BUG] Same state transition with reload flag not possible #119
stateGo
arguments order changed to match UI Routego
arguments:
from:
# * @param {string|null} state default:null
# * @param {object} stateParams default:{}
# * @param {object|null} transitionOptions default:null
# * @param {object} stateOptions default:{}
to:
# * @param {string|null} state default:null
# * @param {object} stateParams default:{}
# * @param {object} stateOptions default:{}
# * @param {object|null} transitionOptions default:null
- [BUG] The transition is not right on IOS with Ionic 1.3.0 #97
- [FEATURE] Add onBefore transition event #74
- [BUG] Prevent same state transition when using stateGo function #75
- [BUG] stateGo API change #35
- [BUG] Hardware back does not close app #47
- [BUG] Pass
backCount
parameter to$ionicNativeTransitions.goBack()
method #53
- [Enhancement] stateGo API change #35
- [Enhancement] Adding backCount to goBack() method #56
- [BUGFIX] Screen stuck after $stateChangeStart is defaultPrevented #45
- [BUGFIX] Correct back button behavior #39
- [FEATURE] Opposite transition on back button (backInOppositeDirection: true) #27
- [FEATURE] Back transition per state #28
- [BUGFIX] Hardware back button now closes Modal, Menu or Action Sheet before transition. #32