Skip to content

Releases: koba04/swr-devtools

v1.3.2

10 Sep 16:13
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.1...v1.3.2

v1.3.1

23 Mar 09:29
Compare
Choose a tag to compare

What's Changed

  • chore(examples): add debug entry points by @koba04 in #117
  • test: setup the testing environment by @koba04 in #121
  • fix: ignore DOMException by accessing localStorage by @koba04 in #123

Full Changelog: v1.3.0...v1.3.1

v1.3.0

10 Mar 14:17
Compare
Choose a tag to compare

What's Changed

  • chore: update swr v2 by @koba04 in #109
  • docs: stop using API routes because of the fair limits by @koba04 in #113
  • feat: support useSWRSubscription by @koba04 in #119

Full Changelog: v1.2.2...v1.3.0

v1.2.2

20 Dec 03:14
Compare
Choose a tag to compare

What's Changed

  • fix: send the panelshow event with SWRDevTools by @koba04 in #108

Full Changelog: v1.2.1...v1.2.2

v1.2.1

19 Dec 06:28
Compare
Choose a tag to compare

What's Changed

  • fix: header style on mobile by @koba04 in #96
  • chore: add warning emoji for v1 setup by @koba04 in #97
  • docs: too small images on mobile by @koba04 in #98
  • docs: reduce request counts in the docs by @koba04 in #99
  • pref: run client scripts only when opening the DevTools Panel by @koba04 in #101
  • fix: the style of theme switcher by @koba04 in #104
  • fix: remove duplicate React instance by @koba04 in #105
  • fix: missing discarded events by @koba04 in #106

Full Changelog: v1.2.0...v1.2.1

v1.2.0

23 Nov 13:06
Compare
Choose a tag to compare

Features

  • Support switching theme (system, dark, light) manually
  • Support more types (Map, Set, etc)

⚠️ Note

When you use SWR v1 and add SWRDevTools into your application, please make sure to use SWRDevTools v1.2.0 or higher versions.

Changelog

  • Revert "fix: a hydration error in SSR apps (#76)" by @koba04 in #78
  • fix: remove the inserted script after loading by @koba04 in #79
  • refactor: cache data and Panel components by @koba04 in #80
  • docs: add How to use section for panels by @koba04 in #81
  • perf: use next/future/image by @koba04 in #82
  • deps: update dependencies by @koba04 in #85
  • fix: a warning for useLayoutEffect on srever by @koba04 in #87
  • chore: update favicon from the default one by @koba04 in #88
  • Feat: add manual dark mode support by @dev-afzalansari in #93
  • fix: serialize the payload of postMessge by @koba04 in #92
  • refactor: SWRDevToolsPanel by @koba04 in #94

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.1.1

13 Jul 03:06
Compare
Choose a tag to compare

What's Changed

  • Revert "fix: a hydration error in SSR apps (#76)" by @koba04 in #78

Full Changelog: v1.1.0...v1.1.1

v1.1.0

12 Jul 15:57
Compare
Choose a tag to compare

What's Changed

  • chore: tweak the website by @koba04 in #75
  • fix: a hydration error in SSR apps by @koba04 in #76
  • feat: close a dialog when clicking outside of elements by @koba04 in #77

Full Changelog: v1.0.0...v1.1.0

v1.0.0

10 Jul 14:28
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v0.5.0...v1.0.0

v0.5.0

01 Jun 15:20
Compare
Choose a tag to compare

What's Changed

  • feat: display errors in SWRCache by @koba04 in #41
  • feat(swr-devtools-demo): refine the webpage of SWRDevTools by @koba04 in #43
  • feat: support SWR v2 by @koba04 in #44
  • feat: emoji label by @koba04 in #47
  • refactor: rework on DevTools Cache Data by @koba04 in #49
  • refactor: cohesive SWRDevTools Cache data by @koba04 in #50
  • feat: support manifest v3 by @koba04 in #53
  • deps: update React version in peerDeps by @koba04 in #54

Full Changelog: v0.4.0...v0.5.0