yew/website/docs/migration-guides/yew-agent/from-0_0_0-to-0_1_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
203 B
Plaintext

---
title: "From 0.0.0 to 0.1.0"
---
This is the first release of `yew-agents` being separated from `yew`
The only thing you will need to do is change the import paths from `yew::*` to `yew_agents::*`