Skip to content

Latest commit

 

History

History
101 lines (67 loc) · 3.8 KB

CHANGELOG.md

File metadata and controls

101 lines (67 loc) · 3.8 KB

1.0.3

  • [BUG] Fixing overlapping/flickering of current view when navigating #137

1.0.2

  • [BUG] Allow transitions to same state with different parameters #126

1.0.1

1.0.0

  • [BUG] Default back transition takes over the state transition #105
  • [BUG] Same state transition with reload flag not possible #119

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 #97

1.0.0-rc10

  • [FEATURE] Add onBefore transition event #74
  • [BUG] Prevent same state transition when using stateGo function #75

1.0.0-rc9

  • [BUG] stateGo API change #35
  • [BUG] Hardware back does not close app #47
  • [BUG] Pass backCount parameter to $ionicNativeTransitions.goBack() method #53

1.0.0-rc8

  • [Enhancement] stateGo API change #35

1.0.0-rc7

  • [Enhancement] Adding backCount to goBack() method #56

1.0.0-rc6

  • [BUGFIX] Screen stuck after $stateChangeStart is defaultPrevented #45

1.0.0-rc5

  • [BUGFIX] Correct back button behavior #39

1.0.0-rc3

  • [FEATURE] Opposite transition on back button (backInOppositeDirection: true) #27
  • [FEATURE] Back transition per state #28

1.0.0-rc2

  • [BUGFIX] Hardware back button now closes Modal, Menu or Action Sheet before transition. #32

1.0.0-rc1

milestone

  • [FEATURE] Enable/Disable as a service #22
  • [FEATURE] How to know that the transition ended? #17
  • [FEATURE] How can I use it with $location.url() ? #9
  • [FEATURE] Animate too early or too late enhancement #3