v1.0.0
With SWR v2.0.0-beta.6 or later versions, you no longer need to wrap your application with SWRDevtools
π
- SWRDevtools introduces a new Network panel, which enables you to see fetcher requests as a waterfall chart π
- The History panel has been rebuilt. It now displays the history of fetcher results.
What's Changed
- Network tab by @shuding in #51
- Clean up a few styles by @corysimmons in #56
- feat: use SWR_DEVTOOLS_USE hook by @koba04 in #55
- chore: update devDeps by @koba04 in #58
- fix: support multiple pages by @koba04 in #59
- lint: suppress ESLint warnings by @koba04 in #62
- deps: update deps in demo apps by @koba04 in #63
- deps: update minor deps by @koba04 in #64
- deps: update the version of swr by @koba04 in #66
- feat: update react to v18 by @koba04 in #67
- fix: persist state between Cache/History and Network by @koba04 in #68
- fix: createRoot error by @koba04 in #70
- feat: use request histories for the history panel by @koba04 in #69
- fix: settle ongoing parallel requests by @koba04 in #72
- fix: SWR v1 support by @koba04 in #73
- chore: update images and description by @koba04 in #74
New Contributors
- @shuding made their first contribution in #51
- @corysimmons made their first contribution in #56
Full Changelog: v0.5.0...v1.0.0