Skip to content

v3.4.0-alpha

Choose a tag to compare

@absurdprofit absurdprofit released this 06 May 22:00
· 223 commits to main since this release

V3.4.0-alpha

Features

  • New GestureRegion component for wrapping gesture sensitive components. React Motion Router will ignore navigation gestures that overlap these regions.

Enhancements

  • Added React Motion Router events to the global event listeners interface. Meaning now you get code completion when writing any of these event handlers:
    • page-animation-start
    • page-animation-end
    • motion-progress-start
    • motion-progress
    • motion-progress-end
  • Fallback components now have access to route parameters just like the actual component.

Bug Fixes

  • Fixed a bug that made navigation impossible after a gesture navigation when browser routing is enabled.

CHANGELOG