- [BUG] Allow transitions to same state with different parameters shprink#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 shprink#105
- [BUG] Same state transition with reload flag not possible shprink#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 shprink#97
- [FEATURE] Add onBefore transition event shprink#74
- [BUG] Prevent same state transition when using stateGo function shprink#75
- [BUG] stateGo API change shprink#35
- [BUG] Hardware back does not close app shprink#47
- [BUG] Pass
backCount
parameter to$ionicNativeTransitions.goBack()
method shprink#53
- [Enhancement] stateGo API change shprink#35
- [Enhancement] Adding backCount to goBack() method shprink#56
- [BUGFIX] Screen stuck after $stateChangeStart is defaultPrevented shprink#45
- [BUGFIX] Correct back button behavior shprink#39
- [FEATURE] Opposite transition on back button (backInOppositeDirection: true) shprink#27
- [FEATURE] Back transition per state shprink#28
- [BUGFIX] Hardware back button now closes Modal, Menu or Action Sheet before transition. shprink#32
- [FEATURE] Enable/Disable as a service shprink#22
- [FEATURE] How to know that the transition ended? shprink#17
- [FEATURE] How can I use it with $location.url() ? shprink#9
- [FEATURE] Animate too early or too late enhancement shprink#3