From 210e8feae2fb4842bfb2de38666e6c41671fef3c Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Wed, 27 Sep 2017 12:42:48 -0400 Subject: removed lib --- www/lib/ionic-native-transitions/CHANGELOG.md | 96 --------------------------- 1 file changed, 96 deletions(-) delete mode 100644 www/lib/ionic-native-transitions/CHANGELOG.md (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 deleted file mode 100644 index 27c6addd..00000000 --- a/www/lib/ionic-native-transitions/CHANGELOG.md +++ /dev/null @@ -1,96 +0,0 @@ - -### 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 - -* [BUG] stateGo API change -* [BUG] Hardware back does not close app -* [BUG] Pass `backCount` parameter to `$ionicNativeTransitions.goBack()` method - - -### 1.0.0-rc8 - -* [Enhancement] stateGo API change - - -### 1.0.0-rc7 - -* [Enhancement] Adding backCount to goBack() method - - -### 1.0.0-rc6 - -* [BUGFIX] Screen stuck after $stateChangeStart is defaultPrevented - - -### 1.0.0-rc5 - -* [BUGFIX] Correct back button behavior - - -### 1.0.0-rc3 - -* [FEATURE] Opposite transition on back button (backInOppositeDirection: true) -* [FEATURE] Back transition per state - - -### 1.0.0-rc2 - -* [BUGFIX] Hardware back button now closes Modal, Menu or Action Sheet before transition. - - -### 1.0.0-rc1 - -[milestone](https://github.cohttps://github.com/shprink/ionic-native-transitions/milestones/1.0.0) - -* [FEATURE] Enable/Disable as a service -* [FEATURE] How to know that the transition ended? -* [FEATURE] How can I use it with $location.url() ? -* [FEATURE] Animate too early or too late enhancement -- cgit v1.2.3