From bb730e37f0c3cd0c1c7d677bd876e8d43343abee Mon Sep 17 00:00:00 2001 From: Krasimir Tsonev Date: Tue, 29 Dec 2020 15:29:45 +0200 Subject: [PATCH] Updating README #250 --- README.md | 9 +++++++++ examples/README.md | 1 + 2 files changed, 10 insertions(+) diff --git a/README.md b/README.md index 2c26f436..ede6d0a3 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,15 @@ A simple dependency-free minimalistic JavaScript router * [Examples](./examples) * [Changelog](./CHANGELOG.md) +- [Navigo](#navigo) + - [Features](#features) + - [Installation](#installation) + - [Quick start](#quick-start) + - [Development](#development) + - [Building](#building) + - [Tests](#tests) + - [MISC](#misc) + ## Features * Uses the [History API](https://developer.mozilla.org/en-US/docs/Web/API/History_API) so it does update the URL of the page diff --git a/examples/README.md b/examples/README.md index acbcbe46..81c5035c 100644 --- a/examples/README.md +++ b/examples/README.md @@ -9,6 +9,7 @@ To try the examples run `yarn install` into the `examples` directory. Then go in Examples done to investigate issues: +* How to add a confirm prompt before leave? [#250](https://github.com/krasimir/navigo/issues/250) - [source](./250) * notFound is not working on new page (refresh) [#229](https://github.com/krasimir/navigo/issues/229) - [source](./229) * Is it possible to replace/redirect a route request? [#228](https://github.com/krasimir/navigo/issues/228) - [source](./228) * Incorrect path detection [#191](https://github.com/krasimir/navigo/issues/191) - [source](./191)