Skip to content

Redux DevTools Extension v3.0.0

Compare
Choose a tag to compare
@Methuselah96 Methuselah96 released this 08 Jan 02:53
· 556 commits to main since this release

Summary

New UI (Thanks @zalmoxisus!)

image

RTK Query Monitor (Thanks @FaberVitale!) https://user-images.githubusercontent.com/16583125/122668789-161c2e80-d1ba-11eb-92ad-b12a00adfa59.png

Changelog

Features

- import { composeWithDevTools, devToolsEnhancer } from 'redux-devtools-extension/developmentOnly';
- import { composeWithDevTools, devToolsEnhancer } from 'redux-devtools-extension/logOnly';
- import { composeWithDevTools, devToolsEnhancer } from 'redux-devtools-extension/logOnlyInProduction';
+ import {
+   composeWithDevToolsDevelopmentOnly,
+   devToolsEnhancerDevelopmentOnly,
+   composeWithDevToolsLogOnly,
+   devToolsEnhancerLogOnly,
+   composeWithDevToolsLogOnlyInProduction,
+   devToolsEnhancerLogOnlyInProduction,
+ } from '@redux-devtools/extension';