From a448172c31d93e6de6ad253cce5688c5b435b465 Mon Sep 17 00:00:00 2001 From: Marc Arndt Date: Sun, 27 Sep 2020 22:59:25 +0200 Subject: [PATCH] fix: swap defaults of navigateBackward and navigateForward of the [awNavigationMode] directive --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 95ce6ec8..0ba9687c 100644 --- a/README.md +++ b/README.md @@ -271,8 +271,8 @@ The easiest option is to tweak the default navigation mode with `[navigateBackwa | Parameter name | Possible Values | Default Value | | ----------------------------- | ---------------------------------------------------------------------------------------------------- | ------------- | -| `[navigateBackward]` | `'allow'` \| `'deny'` | `'deny'` | -| `[navigateForward]` | `'allow'` \| `'deny'` \| `'visited'` | `'allow'` | +| `[navigateBackward]` | `'allow'` \| `'deny'` | `'allow'` | +| `[navigateForward]` | `'allow'` \| `'deny'` \| `'visited'` | `'deny'` | Take notice that the `'allow'` and `'visited'` options still respect step exit conditions. Also, the completion step still only becomes enterable after all previous steps are completed. Example usage: