Skip to content

Releases: Salby/morpheus

v1.2.2+1

04 Sep 10:23
Compare
Choose a tag to compare

Fixed

  • Fixed some strange MorpheusTabView behaviour.

v1.2.2

03 Sep 08:11
Compare
Choose a tag to compare

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

02 Sep 07:29
Compare
Choose a tag to compare

Changed

  • MorpheusTabView only transitions when a new child is provided.

v1.2.0+6

30 Aug 05:34
Compare
Choose a tag to compare

Fixes

  • Fixed change in MorpheusPageRoute default transition.

v1.2.0+5

30 Aug 05:28
Compare
Choose a tag to compare

Changed

  • Improved MorpheusPageRoute default transition.

v1.2.0+4

29 Aug 12:58
Compare
Choose a tag to compare

Added

  • Added documentation for MorpheusPageRoute transitions.

Changed

  • Improved MorpheusPageRoute bidirectional transition when there is no transition widget.

v1.2.0+3

26 Aug 14:17
Compare
Choose a tag to compare

Changed

  • Reverted some earlier "fixes".

v1.2.0+2

26 Aug 13:10
Compare
Choose a tag to compare

Fixes

  • Fixed a rendering error caused by the last fix :)

v1.2.0+1

26 Aug 12:48
Compare
Choose a tag to compare

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

26 Aug 12:06
Compare
Choose a tag to compare

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.