Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(navigation): add platform specific page builder #8

Merged
merged 2 commits into from
May 13, 2024

Conversation

buehler
Copy link
Collaborator

@buehler buehler commented May 13, 2024

This adds the PlatformPageRouteBuilder
which uses native animations to route
between pages. Cupertino is used for
ios and macos with the swipe back gesture
and fade upwards for all other devices.

@buehler buehler requested a review from nschaer92 May 13, 2024 13:05
@nschaer92 nschaer92 merged commit 03a69bd into main May 13, 2024
4 checks passed
@nschaer92 nschaer92 deleted the feat/platform-route-builder branch May 13, 2024 13:08
buehler pushed a commit that referenced this pull request May 13, 2024
# [3.1.0](v3.0.1...v3.1.0) (2024-05-13)

### Features

* **navigation:** add platform specific page builder ([#8](#8)) ([03a69bd](03a69bd))
* **navigation:** add possibility for config of max history limit ([#7](#7)) ([3349f8d](3349f8d))
* **navigation:** expose the previous route in navigation service ([#9](#9)) ([087cea6](087cea6))
@buehler
Copy link
Collaborator Author

buehler commented May 13, 2024

🎉 This PR is included in version 3.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants