Releases: Salby/morpheus
Releases · Salby/morpheus
v1.2.2+1
Fixed
- Fixed some strange
MorpheusTabView
behaviour.
v1.2.2
Changed
MorpheusTabView
will only ignore a new child if it has the same key as the previous child.
Fixed
- Fixed issue where popping a
MorpheusPageRoute
that uses a parentKey
would throw an exception.
v1.2.1
Changed
MorpheusTabView
only transitions when a new child is provided.
v1.2.0+6
Fixes
- Fixed change in
MorpheusPageRoute
default transition.
v1.2.0+5
Changed
- Improved
MorpheusPageRoute
default transition.
v1.2.0+4
Added
- Added documentation for
MorpheusPageRoute
transitions.
Changed
- Improved
MorpheusPageRoute
bidirectional transition when there is no transition widget.
v1.2.0+3
Changed
- Reverted some earlier "fixes".
v1.2.0+2
Fixes
- Fixed a rendering error caused by the last fix :)
v1.2.0+1
Fixes
- Fixed a bug where
MorpheusPageRoute
couldn't re-use the existing RenderBox
and would throw an exception when popping a layer in the navigation stack.
1.2.0
Added
- Added a new 'default' transition for situations where no
parentKey
has been provided (This wasn't possible before).
- Added support for transitioning from
Container
and FloatingActionButton
widgets.
Changed
- Changed the default
MorpheusPageRoute
transition duration from 500ms to 450ms.