redux-devtools

DevTools for Redux with hot reloading, action replay, and customizable UI

MIT License

Downloads
9.8M
Stars
14K
Committers
119

Bot releases are visible (Hide)

redux-devtools - Redux DevTools Extension v3.2.7 Latest Release

Published by Methuselah96 about 1 month ago

  • Send state from background when monitor connects (#1771)
redux-devtools - Redux DevTools Extension v3.2.6

Published by Methuselah96 about 1 month ago

  • Fix DevTools from losing connection (#1767)
redux-devtools - Redux DevTools Extension v3.2.5

Published by Methuselah96 about 1 month ago

  • Add logging to background service worker (#1760)
redux-devtools - Redux DevTools Extension v3.2.4

Published by Methuselah96 about 2 months ago

  • Fix mocking Chrome API for Electron (#1748)
redux-devtools - Redux DevTools Extension v3.2.3

Published by Methuselah96 about 2 months ago

  • Fix monitoring on opening panel (#1739)
  • Fix manifest.json for Edge (#1737)
redux-devtools - Redux DevTools Extension v3.2.1

Published by Methuselah96 about 2 months ago

  • Fix: only send data to extension if DevTools are open (#1735)
redux-devtools - Redux DevTools Extension v3.2.0

Published by Methuselah96 2 months ago

  • Upgrade to Manifest V3 (#1714)
redux-devtools - Redux DevTools Extension v3.1.11

Published by Methuselah96 3 months ago

  • Fix releasing Firefox extension (#1716)
redux-devtools - Redux DevTools Extension v3.1.10

Published by Methuselah96 3 months ago

redux-devtools - @redux-devtools/[email protected]

Published by github-actions[bot] 5 months ago

Minor Changes

  • 96ac1f2: Move the logic from @redux-devtools/app into @redux-devtools/app-core

Patch Changes

redux-devtools - @redux-devtools/[email protected]

Published by github-actions[bot] 7 months ago

Patch Changes

redux-devtools - @redux-devtools/[email protected]

Published by github-actions[bot] 7 months ago

Patch Changes

redux-devtools - [email protected]

Published by github-actions[bot] 7 months ago

Major Changes

  • 191d419: Convert d3 packages to ESM

Patch Changes

redux-devtools - @redux-devtools/[email protected]

Published by github-actions[bot] 7 months ago

Patch Changes

  • f387854: Revert "Add polyfill for Symbol.asyncIterator (#1642)"
redux-devtools - @redux-devtools/[email protected]

Published by github-actions[bot] 7 months ago

Patch Changes

  • 138f4f3: Fix Hermes support by adding polyfill for Symbol.asyncIterator
redux-devtools - @redux-devtools/[email protected]

Published by github-actions[bot] 10 months ago

Major Changes

  • 4dd0dd2: Require Node.js 18
redux-devtools - @redux-devtools/[email protected]

Published by github-actions[bot] 11 months ago

Major Changes

  • 5cfe3e5: Update min required React version to 16.8.4

Patch Changes

redux-devtools - @redux-devtools/[email protected]

Published by github-actions[bot] 11 months ago

Patch Changes

  • 3205269: Add explicit return types
redux-devtools - @redux-devtools/[email protected]

Published by github-actions[bot] 11 months ago

Patch Changes

  • 3205269: Add explicit return types
redux-devtools - Redux DevTools Extension v3.1.6

Published by Methuselah96 11 months ago

  • Fix Symbol.observable mismatch via #1560 and #1568.