dzannotti
|
50212f88a0
|
beautified devtools look and removed lodash.assign as dep
|
2015-08-07 16:20:13 +01:00 |
|
dzannotti
|
669b1be808
|
Merge remote-tracking branch 'gaearon/master'
|
2015-08-07 02:50:19 +01:00 |
|
dzannotti
|
45086e246c
|
Initial addition of JSON Tree Inspector
|
2015-08-07 02:49:47 +01:00 |
|
Dan Abramov
|
80e3ae54ea
|
0.1.3
|
2015-08-05 03:26:44 +03:00 |
|
Dan Abramov
|
5cf97a7532
|
Merge pull request #33 from rogermarkussen/patch-1
Patch 1
|
2015-08-05 02:25:43 +03:00 |
|
rogermarkussen
|
dda35f7258
|
Update README.md
|
2015-07-28 19:55:49 +02:00 |
|
rogermarkussen
|
5813c4c852
|
Update README.md
Tell how to monitor only a part of the state
|
2015-07-28 19:42:56 +02:00 |
|
Dan Abramov
|
9e9d23daf3
|
Merge pull request #30 from FredyC/reducer-error-in-console
reducer exception shown in console
|
2015-07-27 21:21:17 +03:00 |
|
FredyC
|
c84b3bdd2c
|
reducer exception shown in console
|
2015-07-27 20:10:13 +02:00 |
|
Dan Abramov
|
a297a3606a
|
Merge pull request #26 from taylorhakes/sweep
Fixed bug in sweep
|
2015-07-23 16:33:40 +03:00 |
|
Dan Abramov
|
7b63418029
|
Merge pull request #25 from taylorhakes/pointer
Changed cursor: hand to pointer
|
2015-07-23 10:26:20 +03:00 |
|
taylorhakes
|
0c40c5592f
|
Fixed bug in sweep
|
2015-07-23 00:33:31 -04:00 |
|
taylorhakes
|
4260c8b68b
|
Changed cursor: hand to pointer
|
2015-07-22 23:56:03 -04:00 |
|
Dan Abramov
|
53a8c74341
|
Merge pull request #23 from jasonals/patch-2
Make DebugPanel style customizable.
|
2015-07-21 20:33:51 +03:00 |
|
Dan Abramov
|
69158ec338
|
Merge pull request #22 from jasonals/patch-1
Remove scrollbar when hidden.
|
2015-07-21 20:33:31 +03:00 |
|
Jason Als
|
bc214a6691
|
Make DebugPanel style customizable.
With this you can pass style to DebugPanel component.
```js
<DebugPanel style={{maxWidth: '50%'}}> </DebugPanel>
```
|
2015-07-21 09:17:58 -04:00 |
|
Jason Als
|
a837af8e7a
|
Remove scrollbar when hidden.
|
2015-07-21 09:14:10 -04:00 |
|
Dan Abramov
|
b676d446f8
|
0.1.2
|
2015-07-20 23:24:29 +03:00 |
|
Dan Abramov
|
f6e8d24b33
|
Use a generic setMonitorState action so other monitors can impleemnt other logic
|
2015-07-20 23:24:04 +03:00 |
|
Dan Abramov
|
276efcca03
|
Merge pull request #18 from gaearon/fix-replace-reducer
Fix replaceReducer to work on the unlifted store
|
2015-07-20 23:14:10 +03:00 |
|
Dan Abramov
|
acc8d6a1e0
|
Fix replaceReducer to work on the unlifted store
|
2015-07-20 23:13:38 +03:00 |
|
Dan Abramov
|
6b4465699f
|
Copy
|
2015-07-20 23:13:09 +03:00 |
|
Dan Abramov
|
31baa586b8
|
Scroll to bottom while hidden
|
2015-07-20 23:11:14 +03:00 |
|
Dan Abramov
|
e03e66c680
|
Merge pull request #17 from rodrigobac/master
Fixes Issue #14
|
2015-07-20 22:13:39 +03:00 |
|
Rodrigo Bacelli
|
013ef07f72
|
Changes the keypress events to keydown events. Added preventDefault to stop default Browsers actions on 'ctrl + h'
|
2015-07-20 14:31:30 -03:00 |
|
Dan Abramov
|
86771b647e
|
Merge pull request #13 from pburtchaell/pburtchaell-example-update
Update examples with README and correct URLs
|
2015-07-19 19:38:50 +03:00 |
|
Dan Abramov
|
1d5791ea88
|
Merge pull request #12 from pburtchaell/pburtchaell-create-toggle
Implement toggle
|
2015-07-19 19:36:09 +03:00 |
|
Patrick Burtchaell
|
9466e68cc7
|
Fix style
|
2015-07-19 10:43:49 -05:00 |
|
Patrick Burtchaell
|
94f9afe510
|
Update package.json URLs
|
2015-07-19 10:27:07 -05:00 |
|
Patrick Burtchaell
|
34c3023e23
|
Add README
Mostly to quiet the annoying npm warning.
|
2015-07-19 10:26:54 -05:00 |
|
Patrick Burtchaell
|
daf029fca2
|
Show monitor when isVisible is true
|
2015-07-19 10:21:53 -05:00 |
|
Patrick Burtchaell
|
2a103c005a
|
Add PropTypes
|
2015-07-19 10:21:35 -05:00 |
|
Patrick Burtchaell
|
4a2a59d676
|
Add handleKeyPress event
|
2015-07-19 10:21:29 -05:00 |
|
Patrick Burtchaell
|
64dcb3cc17
|
Add monitorState
|
2015-07-19 10:21:10 -05:00 |
|
Patrick Burtchaell
|
0d7142e2d2
|
Add show and hide action creators and action types
|
2015-07-19 10:21:04 -05:00 |
|
Dan Abramov
|
a30043f54e
|
Merge pull request #7 from gaearon/gaearon-patch-1
Clarify how to exclude DevTools in production
|
2015-07-15 02:20:44 +03:00 |
|
Dan Abramov
|
6357024033
|
Clarify how to exclude DevTools in production
|
2015-07-15 02:20:37 +03:00 |
|
Dan Abramov
|
56b1c5a360
|
0.1.1
|
2015-07-15 01:51:10 +03:00 |
|
Dan Abramov
|
024e317d00
|
Add jumpToState to props to make it clear that it is injected
|
2015-07-15 01:49:53 +03:00 |
|
Dan Abramov
|
ad55e25443
|
Merge pull request #5 from gaearon/add-jump-to-state
Add JUMP_TO_STATE action for slider-like monitors
|
2015-07-15 01:48:14 +03:00 |
|
Dan Abramov
|
be4014bd62
|
Add JUMP_TO_STATE action for slider-like monitors
|
2015-07-15 01:47:37 +03:00 |
|
Dan Abramov
|
fa8b2d80b6
|
Merge pull request #4 from kevinrenskers/patch-1
react-devtools -> redux-devtools
|
2015-07-15 01:05:28 +03:00 |
|
Dan Abramov
|
71cbe43c03
|
Update README.md
|
2015-07-15 01:05:08 +03:00 |
|
Kevin Renskers
|
9cb4dd98a5
|
react-devtools -> redux-devtools
|
2015-07-14 22:00:12 +00:00 |
|
Dan Abramov
|
37eda914af
|
Update README.md
|
2015-07-15 00:59:35 +03:00 |
|
Dan Abramov
|
a831af7317
|
Merge pull request #2 from gaearon/gaearon-patch-1
0.1.0 README
|
2015-07-15 00:45:16 +03:00 |
|
Dan Abramov
|
2b1d25ff39
|
0.1.0 README
|
2015-07-15 00:45:02 +03:00 |
|
Dan Abramov
|
60b9451993
|
Update README.md
|
2015-07-15 00:32:47 +03:00 |
|
Dan Abramov
|
3af7775678
|
Update README.md
|
2015-07-15 00:26:06 +03:00 |
|
Dan Abramov
|
72301fb741
|
Add monitor to TodoMVC
|
2015-07-15 00:25:02 +03:00 |
|