v1.2.0
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
- @dev-afzalansari made their first contribution in #93
Full Changelog: v1.1.0...v1.2.0