v3.4.0-alpha
·
223 commits
to main
since this release
V3.4.0-alpha
Features
- New
GestureRegioncomponent 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-startpage-animation-endmotion-progress-startmotion-progressmotion-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.