Skip to content

Commit

Permalink
chore: wording in changelog [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Aug 26, 2022
1 parent 3debfe8 commit d56ba0a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/router/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@

Changes introduced by e8875705eb8b8a0756544174b85a1a3c2de55ff6.

If you were relying on passing `params` that were not defined as
part of the `path`, eg: having a route defined as follows:
If you were relying on passing `params` that were not defined as part of the `path`, eg: having a route defined as follows:

```js
{
Expand Down Expand Up @@ -33,7 +32,7 @@ This change will break your app. This behavior has worked in some scenarios but
>...</button>
```

Note you are subject to [History state limitations](https://developer.mozilla.org/en-US/docs/Web/API/History/state).
Note `state` is subject to [History state limitations](https://developer.mozilla.org/en-US/docs/Web/API/History/state).

- Pass it as a new property to `to.meta` **during navigation guards**:

Expand Down

0 comments on commit d56ba0a

Please sign in to comment.