mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-26 16:09:50 +03:00
Format
This commit is contained in:
parent
a904efb571
commit
52c15e7861
|
@ -10,6 +10,7 @@
|
||||||
|
|
||||||
- **BREAKING** Rename `redux-devtools-extension` package to `@redux-devtools/extension` (https://github.com/reduxjs/redux-devtools/pull/948).
|
- **BREAKING** Rename `redux-devtools-extension` package to `@redux-devtools/extension` (https://github.com/reduxjs/redux-devtools/pull/948).
|
||||||
- **BREAKING** The secondary exports are now exported from the main entrypoint (https://github.com/reduxjs/redux-devtools/pull/1075) (NOTE: this will only work in `@redux-devtools/extension@3.2.2` or later):
|
- **BREAKING** The secondary exports are now exported from the main entrypoint (https://github.com/reduxjs/redux-devtools/pull/1075) (NOTE: this will only work in `@redux-devtools/extension@3.2.2` or later):
|
||||||
|
|
||||||
```diff
|
```diff
|
||||||
- import { composeWithDevTools, devToolsEnhancer } from 'redux-devtools-extension/developmentOnly';
|
- import { composeWithDevTools, devToolsEnhancer } from 'redux-devtools-extension/developmentOnly';
|
||||||
- import { composeWithDevTools, devToolsEnhancer } from 'redux-devtools-extension/logOnly';
|
- import { composeWithDevTools, devToolsEnhancer } from 'redux-devtools-extension/logOnly';
|
||||||
|
@ -23,6 +24,7 @@
|
||||||
+ devToolsEnhancerLogOnlyInProduction,
|
+ devToolsEnhancerLogOnlyInProduction,
|
||||||
+ } from '@redux-devtools/extension';
|
+ } from '@redux-devtools/extension';
|
||||||
```
|
```
|
||||||
|
|
||||||
- Deprecate `actionsBlacklist` and `actionsWhitelist` in favor of `actionsDenylist` and `actionsAllowlist` (https://github.com/reduxjs/redux-devtools/pull/851).
|
- Deprecate `actionsBlacklist` and `actionsWhitelist` in favor of `actionsDenylist` and `actionsAllowlist` (https://github.com/reduxjs/redux-devtools/pull/851).
|
||||||
|
|
||||||
## 2.13.9 (2021-03-06)
|
## 2.13.9 (2021-03-06)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user