From cb120b110fb062a19b73837cd812db243455ca11 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sat, 13 Aug 2016 09:08:35 -0400 Subject: #304 - upgraded native-transitions package as well Former-commit-id: 066dc6ffa5ecf8949fa3c0a1191d2bebf2f88d50 --- www/lib/ionic-native-transitions/CHANGELOG.md | 49 +++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) (limited to 'www/lib/ionic-native-transitions/CHANGELOG.md') diff --git a/www/lib/ionic-native-transitions/CHANGELOG.md b/www/lib/ionic-native-transitions/CHANGELOG.md index 380b1162..27c6addd 100644 --- a/www/lib/ionic-native-transitions/CHANGELOG.md +++ b/www/lib/ionic-native-transitions/CHANGELOG.md @@ -1,3 +1,52 @@ + +### 1.0.2 + +* [BUG] Allow transitions to same state with different parameters + + +### 1.0.1 + +* [BUG] Transition direction is wrong when using native-ui-sref + + +### 1.0.0 + +* [BUG] Default back transition takes over the state transition +* [BUG] Same state transition with reload flag not possible + +#### Breaking changes + +* `stateGo` arguments order changed to match UI Route `go` 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 +``` + + +### 1.0.0-rc11 + +* [BUG] The transition is not right on IOS with Ionic 1.3.0 + + +### 1.0.0-rc10 + +* [FEATURE] Add onBefore transition event +* [BUG] Prevent same state transition when using stateGo function + ### 1.0.0-rc9 -- cgit v1.2.3