Skip to content

Releases: gaearon/redux-devtools-dock-monitor

v1.1.3

26 Dec 14:46
@jvt jvt
Compare
Choose a tag to compare
  • Allow React 16

v1.1.2

25 Apr 20:27
Compare
Choose a tag to compare

Fix PropTypes warning introduced in React 15.5.

v1.1.1

02 Apr 17:38
Compare
Choose a tag to compare
  • Allow React 15

v1.1.0

19 Feb 15:37
Compare
Choose a tag to compare
  • Adds support for multiple monitors (#31, #27, documented in 40957b2)
  • Avoids capturing keyboard events when no modifier keys are active, and an input is focused (#30, #29, 447aaa8)

v1.0.1

14 Dec 04:30
Compare
Choose a tag to compare
  • The initial stable release. (We're jumping to 1.0.1 because I botched the 1.0.0 release.) Compared to beta-3, there is just one change: key binding props now accept anything parse-key accepts. Make sure you change 'h' to 'ctrl-h' (or something else!) Bugs with keyboard event handling should also be fixed here. Requires DevTools 3.0!

v1.0.0-beta-3

17 Oct 12:47
Compare
Choose a tag to compare
v1.0.0-beta-3 Pre-release
Pre-release
  • Bump the peer dependency

v1.0.0-beta-2

17 Oct 01:02
Compare
Choose a tag to compare
v1.0.0-beta-2 Pre-release
Pre-release
  • Bump the peer dependency

v1.0.0-beta-1

16 Oct 22:29
Compare
Choose a tag to compare
v1.0.0-beta-1 Pre-release
Pre-release
  • The initial release