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 possibility for config of max history limit #7

Merged
merged 4 commits into from
May 13, 2024

Conversation

buehler
Copy link
Collaborator

@buehler buehler commented May 13, 2024

This adds some configuration possibilities
to the navigator observer.
Right now maxLength is supported
which allows to set the maximal length
in the navigation stack. Routes
that are outside this limit are removed
from the navigation stack.

Also, this adds tests for the
navigation service and the observer.

@buehler buehler requested a review from nschaer92 May 13, 2024 12:41
@nschaer92 nschaer92 merged commit 3349f8d into main May 13, 2024
4 checks passed
@nschaer92 nschaer92 deleted the feat/configurable-navigation-history branch May 13, 2024 12:50
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