mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 08:21:11 +00:00
Polish README
This commit is contained in:
parent
66efdf3a3d
commit
4ff1c963f4
1 changed files with 2 additions and 4 deletions
|
|
@ -26,10 +26,8 @@ We use [Break Versioning][breakver]. The version numbers follow a `<major>.<mino
|
||||||
### `reitit-frontend`
|
### `reitit-frontend`
|
||||||
|
|
||||||
* **Html5History**: Added `:ignore-anchor-click?` option ([#259](https://github.com/metosin/reitit/pull/259))
|
* **Html5History**: Added `:ignore-anchor-click?` option ([#259](https://github.com/metosin/reitit/pull/259))
|
||||||
* This option can used to provide custom function which determines if
|
* This option can used to provide custom function which determines if clicks in anchor elements are ignored.
|
||||||
clicks in anchor elements are ignored.
|
* Default logic can be extended by using `reitit.frontend.history/ignore-anchor-click?` in custom function.
|
||||||
* Default logic can be extended by using
|
|
||||||
`reitit.frontend.history/ignore-anchor-click?` in custom function.
|
|
||||||
* **Html5History**: Keep URL fragments when handling anchor element clicks ([#300](https://github.com/metosin/reitit/pull/300))
|
* **Html5History**: Keep URL fragments when handling anchor element clicks ([#300](https://github.com/metosin/reitit/pull/300))
|
||||||
|
|
||||||
## 0.3.9 (2019-06-16)
|
## 0.3.9 (2019-06-16)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue