Commit Graph

1018 Commits

Author SHA1 Message Date
Dan Abramov
a4306d6ba4 Put the original Monitor on statics 2015-09-24 23:38:10 +03:00
Dan Abramov
49bb120444 merge 2015-09-24 23:05:55 +03:00
Dan Abramov
f3e950aecf 3.0.0-alpha-1 2015-09-24 22:55:08 +03:00
Dan Abramov
94826d610e Bring back the ability to pass raw store 2015-09-24 22:51:59 +03:00
Dan Abramov
f05afda46a Revert "Delete outdated test file"
This reverts commit 23163516ed.
2015-09-24 22:14:03 +03:00
Dan Abramov
23163516ed Delete outdated test file 2015-09-24 22:10:05 +03:00
Dan Abramov
0c3a1c6f7a Fix lint 2015-09-24 22:08:20 +03:00
Dan Abramov
8c68b9519c Update counter example 2015-09-24 22:06:06 +03:00
Lee Bannard
95a2636370 add tests for persistState.js 2015-09-24 19:20:02 +01:00
Lee Bannard
eb9ecb1e65 improve code coverage on devTools.js 2015-09-24 19:18:58 +01:00
Dan Abramov
b58ae85971 3.0.0-alpha 2015-09-24 20:35:52 +03:00
Dan Abramov
274d0cba27 Extract LogMonitor 2015-09-24 20:35:33 +03:00
Lee Bannard
d157963ceb clarify recompute test 2015-09-24 18:12:24 +01:00
Lee Bannard
7ef89c29e9 rename sweep disabled action test 2015-09-24 18:11:11 +01:00
Dan Abramov
e1585eae4f Merge pull request #119 from nikgraf/patch-1
fix(LogMonitor): add theme to propTypes
2015-09-24 17:59:38 +03:00
Dan Abramov
54146ad2a9 Add badges 2015-09-24 17:58:42 +03:00
Dan Abramov
730860de0a Merge pull request #120 from ellbee/getState_returns_last_non_undefined
Return last non-undefined state from getState() #106
2015-09-24 17:55:49 +03:00
Dan Abramov
c74c3b479f 2.1.3 2015-09-24 16:40:38 +03:00
Dan Abramov
6dba7875ba Update dependencies 2015-09-24 16:40:14 +03:00
Lee Bannard
49b7bd1282 add tests for createDevTools.js 2015-09-23 20:47:07 +01:00
Nik Graf
c5165b1bce fix(LogMonitor): allow a string for the theme prop 2015-09-20 18:25:22 +02:00
Lee Bannard
41e444f75c Return last non-undefined state from getState() 2015-09-20 11:49:37 +01:00
Nikolaus Graf
ef559a4848 fix(LogMonitor): add theme to propTypes 2015-09-20 11:34:44 +02:00
Lee Bannard
aa5ee9b6c6 Add tests for devTools.js 2015-09-19 21:19:10 +01:00
Dan Abramov
a8e06e9975 Merge pull request #111 from chibicode/patch-1
Bump react-json-tree 0.1.9
2015-09-14 22:54:28 +03:00
Shu Uesugi
dcb2ada59c ⬆️ react-json-tree 0.1.9
@dzannotti helped increase the performance of `react-json-tree` - it doesn't use deep equality check anymore, so it should be much faster. I put it on 0.1.9. The details are on this commit:

b550c73770
2015-09-14 12:51:04 -07:00
Dan Abramov
fc839a0896 2.1.2 2015-09-13 02:58:44 +03:00
Dan Abramov
751e22d687 Bump peerDependencies to include Redux 3.x 2015-09-13 02:58:34 +03:00
Dan Abramov
22011114f5 Fix lint 2015-09-12 17:17:41 +03:00
Dan Abramov
d1d39a0890 Bump react-json-tree dependency 2015-09-12 17:14:13 +03:00
Dan Abramov
dbe42cbacc 2.1.1 2015-09-12 16:57:17 +03:00
Dan Abramov
431adfd611 Merge pull request #101 from conundrumer/master
add actionDeserializer callback to persistState
2015-09-12 16:54:46 +03:00
Dan Abramov
2c0d51ae82 Update README.md 2015-09-12 16:53:58 +03:00
Dan Abramov
c0010a2ae6 Merge pull request #103 from chriskjaer/extend-component
Extend component
2015-09-12 16:50:19 +03:00
chriskjaer
134098d2be Extend component
React 0.14 rc1 gives warnings if React.Component
isn't extendend. See https://facebook.github.io/react/blog/2015/09/10/react-v0.14-rc1.html#new-deprecations-introduced-with-a-warning
2015-09-11 11:59:05 +02:00
David Lu
b4ea5c278e refactor deserialization in persistState 2015-09-10 23:46:33 -04:00
David Lu
3294864b7d add actionDeserializer callback to persistState 2015-09-10 23:44:49 -04:00
Dan Abramov
1d41c808a1 2.1.0 2015-09-03 16:24:48 +03:00
Dan Abramov
9873b0f9e5 Merge branch 'master' of https://github.com/gaearon/redux-devtools 2015-09-03 16:21:01 +03:00
Dan Abramov
52bd8c0d7c Merge pull request #78 from FredyC/persist-state-serialization
custom parsers for persistState
2015-09-03 16:17:33 +03:00
Dan Abramov
2a1596901b Merge pull request #93 from khronnuz/patch-1
Improve instructions on how to run example
2015-09-03 16:16:41 +03:00
Dan Abramov
92b5110cc0 Add visibleOnLoad to all examples 2015-09-03 16:14:21 +03:00
Dan Abramov
d3b850f750 Merge pull request #75 from jackielii/visible-on-load
add visibleOnLoad props to LogMonitor
2015-09-03 16:12:02 +03:00
Johnny Everson
0a1a49c4d8 Improve instructions on how to run example
Note: taken as it is from the root Readme
2015-09-01 13:20:58 -03:00
Dan Abramov
7eef6710ab 2.0.0 2015-09-01 04:41:09 +03:00
Dan Abramov
329b755a3a Update to Redux 2.0 2015-09-01 04:40:45 +03:00
Jackie Li
fa5f907738 add visibleOnLoad prop to LogMonitor 2015-08-29 00:13:14 +01:00
Dan Abramov
0609397636 Merge pull request #91 from gaearon/remove-no-errors-plugin
Remove NoErrorsPlugin
2015-08-29 01:01:52 +03:00
Dan Abramov
919ae16aa0 Remove NoErrorsPlugin 2015-08-29 01:01:23 +03:00
Dan Abramov
2f8ecf202e Merge pull request #90 from ngbrown/patch-1
Updated README.md with info on Ctrl+H
2015-08-28 20:59:51 +03:00