Redux Devtools Extension Versions Save

Redux DevTools extension.

2.17.1

5 years ago

Fix issues on Firefox with codesandbox using error-polyfill (reduxjs/redux-devtools@22dc9f2).

2.17.0

5 years ago

trace-demo

  • 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

2.16.5

5 years ago
  • Fix regression introduced by last version of Chrome where page action icon is not grayed out anymore #600
  • Fix serialization of toISOString #315 #598
  • Fix actionsWhitelist/actionsBlacklist when provided as null.

2.16.4

5 years ago

Support for devpanel in incognito mode #597

2.16.3

5 years ago

To install it directly, download extension.zip, unzip, open chrome://extensions url and turn on developer mode from top left and then click; on Load 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.

2.16.2

5 years ago
  • Rollback dynamic maxAge as it's not allowed to be called "while reducer is executing" in Redux 4 #588
  • Fix the issue with ngrx while getting blacklisted actions #589

2.16

5 years ago
  • 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

2.15.5

5 years ago
  • Fix regression for Immutable.js from 2.15.4 #581
  • Warn when serialized object has more than 16 MB and suggest how to sanitize #455

2.15.4

5 years ago

2.15.3

5 years ago
  • Add support for Redux 4.x #490
  • Add actionCreators option to messaging api #529
  • Unblock dispatch arguments #478
  • GenericStoreEnhancer is deprecated and was renamed to StoreEnhancer #495
  • Fix errors parsing Immutable js data #501
  • Support ^@@redux/REPLACE last action for hot reload #533