blob: 380b116220ef69c616950a94406d29fef7837961 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
<a name="1.0.0-rc9"></a>
### 1.0.0-rc9
* [BUG] stateGo API change <https://github.com/shprink/ionic-native-transitions/issues/35>
* [BUG] Hardware back does not close app <https://github.com/shprink/ionic-native-transitions/issues/47>
* [BUG] Pass `backCount` parameter to `$ionicNativeTransitions.goBack()` method <https://github.com/shprink/ionic-native-transitions/issues/53>
<a name="1.0.0-rc8"></a>
### 1.0.0-rc8
* [Enhancement] stateGo API change <https://github.com/shprink/ionic-native-transitions/issues/35>
<a name="1.0.0-rc7"></a>
### 1.0.0-rc7
* [Enhancement] Adding backCount to goBack(<backCount>) method <https://github.com/shprink/ionic-native-transitions/pull/56>
<a name="1.0.0-rc6"></a>
### 1.0.0-rc6
* [BUGFIX] Screen stuck after $stateChangeStart is defaultPrevented <https://github.com/shprink/ionic-native-transitions/issues/45>
<a name="1.0.0-rc5"></a>
### 1.0.0-rc5
* [BUGFIX] Correct back button behavior <https://github.com/shprink/ionic-native-transitions/issues/39>
<a name="1.0.0-rc3"></a>
### 1.0.0-rc3
* [FEATURE] Opposite transition on back button (backInOppositeDirection: true) <https://github.com/shprink/ionic-native-transitions/issues/27>
* [FEATURE] Back transition per state <https://github.com/shprink/ionic-native-transitions/issues/28>
<a name="1.0.0-rc2"></a>
### 1.0.0-rc2
* [BUGFIX] Hardware back button now closes Modal, Menu or Action Sheet before transition. <https://github.com/shprink/ionic-native-transitions/issues/32>
<a name="1.0.0-rc1"></a>
### 1.0.0-rc1
[milestone](https://github.cohttps://github.com/shprink/ionic-native-transitions/milestones/1.0.0)
* [FEATURE] Enable/Disable as a service <https://github.com/shprink/ionic-native-transitions/issues/22>
* [FEATURE] How to know that the transition ended? <https://github.com/shprink/ionic-native-transitions/issues/17>
* [FEATURE] How can I use it with $location.url() ? <https://github.com/shprink/ionic-native-transitions/issues/9>
* [FEATURE] Animate too early or too late enhancement <https://github.com/shprink/ionic-native-transitions/issues/3>
|