yew/website/docs/migration-guides/yew-router/from-0_15_0-to-0_16_0.mdx
Matt 90b4e55ebc
Docusaurus Overhaul (#2275)
* change suffixes from md to mdx
fix broken links for English locale
tree shake and update docusaurus
add docusaurus ideal image plugin
use svg and themed image
delete unused static asset

* move localized landing page

* change GitLocalize project page

* nit pick

* remove ignore to have the block checked
2021-12-20 12:10:45 +02:00

8 lines
265 B
Plaintext

---
title: "From 0.15.0 to 0.16.0"
---
The router API has been completely redone in `0.16.0`.
There would be to many things to list out here, so we highly recommend to read up on the [router documentation](./../../concepts/router) and adapt your app accordingly.