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
Nathan Brown
7f4add81b4
Updated README.md with info on Ctrl+H
2015-08-28 09:28:07 -07:00
Dan Abramov
75322b15ee
Update CHANGELOG.md
2015-08-26 20:13:18 +03:00
Dan Abramov
c38fc57209
Update CHANGELOG.md
2015-08-26 20:13:09 +03:00
Dan Abramov
d2083e1541
1.1.2
2015-08-26 20:04:40 +03:00
Dan Abramov
6c81eebb0b
Merge pull request #86 from chibicode/master
...
Extract JSONTree
2015-08-26 20:01:59 +03:00
Shu Uesugi
445e3c9ecd
Extract JSONTree
2015-08-24 19:43:31 -07:00
Dan Abramov
15c35b6417
1.1.1
2015-08-24 02:57:08 +03:00
Dan Abramov
92aaa5a3be
Merge pull request #84 from josebalius/master
...
Fix for issue #83 - JSONObjectNode#getChildNodes: Cannot read propert…
2015-08-24 02:56:14 +03:00
Jose Garcia
b5a878df87
Fix for issue #83 - JSONObjectNode#getChildNodes: Cannot read property '...' of null (previousData)
2015-08-23 19:26:38 -04:00
FredyC
6ee3b4373b
using deserializer callback for persistState
2015-08-23 13:43:26 +02:00
Dan Abramov
4670a825d0
Tweak the instructions
2015-08-23 14:17:33 +03:00
Dan Abramov
68c4e666c0
Merge pull request #82 from qnm/improve-readme
...
Improve instructions, adding examples and notes on middleware ordering
2015-08-23 14:11:10 +03:00