leeight
70227c1e72
Use react-dom.findDOMNode instead of react.findDOMNode
2015-10-23 17:18:50 +08:00
Dan Abramov
28c2062390
Add some troubleshooting
2015-10-17 14:15:59 +03:00
Dan Abramov
578dddbc5b
Update README.md
2015-10-17 04:33:23 +03:00
Dan Abramov
c13a911a0f
Update README.md
2015-10-16 20:57:15 +03:00
Dan Abramov
86b8e37e19
Merge pull request #157 from omnidan/patch-2
...
prevent possible errors in example
2015-10-15 23:24:27 +03:00
Daniel Bugl
bfbacefae7
prevent possible errors in example
...
I just ran into this issue and thought it might be react 0.14, then I realized I didn't `npm install` in the root directory 😁
2015-10-15 21:16:33 +02:00
Dan Abramov
0a1458cdbd
Merge pull request #138 from djkirby/patch-1
...
📝 Fix typo in docs
2015-10-03 13:30:17 +03:00
Dylan Kirby
ec6c650b51
📝 Fix typo in docs
...
re-evaluted -> re-evalutated
2015-10-02 13:42:25 -04:00
Dan Abramov
b0288c83d1
Merge pull request #136 from gouegd/master
...
Rephrasing how to order the devtools and middleware calls
2015-10-01 19:41:25 +03:00
Gregory Desfour
239ec691f2
Explicitly tell devTools should be called after in the composed
...
functions list.
2015-09-30 22:27:49 +02:00
Gregory Desfour
8a2ce42268
Revert "Rephrasing how to order the devtools and middleware calls"
...
This reverts commit 1c022b8bc0
.
2015-09-30 22:15:00 +02:00
Gregory Desfour
1c022b8bc0
Rephrasing how to order the devtools and middleware calls
2015-09-29 11:54:18 +02:00
Dan Abramov
cbbaaef554
2.1.5
2015-09-27 20:24:14 +03:00
Dan Abramov
32371664a0
Merge pull request #133 from gaearon/optimize-state-computation
...
Do not recompute states unless necessary
2015-09-27 20:24:00 +03:00
Dan Abramov
092bb66d03
Add performance regression tests
2015-09-27 20:15:43 +03:00
Dan Abramov
b5292609da
Do not recompute states unless necessary
2015-09-27 20:08:58 +03:00
Dan Abramov
a5dd802547
2.1.4
2015-09-26 01:20:05 +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
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