Releases: zalmoxisus/redux-devtools-extension
Releases · zalmoxisus/redux-devtools-extension
v2.17.1
Fix issues on Firefox with codesandbox using error-polyfill
(reduxjs/redux-devtools@22dc9f2).
v2.17.0
- Trace actions calls #612 reduxjs/redux-devtools#418
- Better handling for ImmutableJS types
- Deprecate the ability to create a Redux store directly from the extension #613
v2.16.5
v2.16.4
v2.16.3
To install it directly, download
extension.zip
, unzip, openchrome://extensions
url and turn on developer mode from top left and then click; onLoad Unpacked
and select the extracted folder for use.
- Support dynamic maxAge and proper handling of blacklisted actions.
- Get liftedState from instrumentation instead of calling getState to avoid Redux 4 limitation.
- Better handling filters from option page.
- Support for string actions.
v2.16.2
v2.16
- Deprecating
window.devToolsExtension
#220 Proper support for Blacklisted actions and dynamic maxAge(removed for now as it's not allowed to be called "while reducer is executing") #316- Improve performance for Chrome devpanel #580
- Workaround for new Chrome limit on message size #582
- Fix Chart Monitor nodes reusing #269
- Fix losing options passed from option page
- Fix actionsBlacklist/Whitelist to be also string as per documentation
- Fix infinite recursion in enhancers #556
- Fix serialization #459
v2.15.5
v2.15.4
- Provide an option to hide context menu #535
- Add support for numeric keys in Map and OrderedMap zalmoxisus/remotedev-serialize#9
- Fix regression in parsing introduced in jsan #540