Skip to content

Releases: zalmoxisus/redux-devtools-extension

v2.17.1

25 Jan 22:26
Compare
Choose a tag to compare

v2.17.0

19 Dec 11:37
Compare
Choose a tag to compare

trace-demo

v2.16.5

01 Dec 19:15
Compare
Choose a tag to compare
  • 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.

v2.16.4

29 Nov 12:26
Compare
Choose a tag to compare

Support for devpanel in incognito mode #597

v2.16.3

28 Nov 17:22
Compare
Choose a tag to compare
v2.16.3 Pre-release
Pre-release

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.

v2.16.2

28 Nov 12:56
Compare
Choose a tag to compare
  • 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

v2.16

28 Nov 00:09
Compare
Choose a tag to compare
  • 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

20 Nov 20:09
Compare
Choose a tag to compare
  • 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

v2.15.4

17 Nov 16:12
Compare
Choose a tag to compare

v2.15.3

14 Nov 21:33
Compare
Choose a tag to compare
  • 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