Skip to content

v1.2.0

Compare
Choose a tag to compare
@koba04 koba04 released this 23 Nov 13:06
· 31 commits to main since this release

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