mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-25 15:40:06 +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** 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
|
||||
- import { composeWithDevTools, devToolsEnhancer } from 'redux-devtools-extension/developmentOnly';
|
||||
- import { composeWithDevTools, devToolsEnhancer } from 'redux-devtools-extension/logOnly';
|
||||
|
@ -23,6 +24,7 @@
|
|||
+ devToolsEnhancerLogOnlyInProduction,
|
||||
+ } from '@redux-devtools/extension';
|
||||
```
|
||||
|
||||
- Deprecate `actionsBlacklist` and `actionsWhitelist` in favor of `actionsDenylist` and `actionsAllowlist` (https://github.com/reduxjs/redux-devtools/pull/851).
|
||||
|
||||
## 2.13.9 (2021-03-06)
|
||||
|
|
Loading…
Reference in New Issue
Block a user