Commit Graph

  • 22011114f5 Fix lint Dan Abramov 2015-09-12 17:17:41 +0300
  • d1d39a0890 Bump react-json-tree dependency Dan Abramov 2015-09-12 17:14:13 +0300
  • dbe42cbacc 2.1.1 v2.1.1 Dan Abramov 2015-09-12 16:57:17 +0300
  • 431adfd611 Merge pull request #101 from conundrumer/master Dan Abramov 2015-09-12 16:54:46 +0300
  • 2c0d51ae82 Update README.md Dan Abramov 2015-09-12 16:53:58 +0300
  • 9b209f9273 Merge 0caa64684d into c0010a2ae6 Alex Schenkman 2015-09-12 13:52:02 +0000
  • c0010a2ae6 Merge pull request #103 from chriskjaer/extend-component Dan Abramov 2015-09-12 16:50:19 +0300
  • a9fe85c4c1 Merge 00a70b03b3 into 1d41c808a1 Paulo Andre Azevedo Quirino 2015-09-11 12:55:05 +0000
  • 00a70b03b3 avoid react 1.0.0 warnings oem 2015-09-11 13:53:33 +0100
  • 134098d2be Extend component chriskjaer 2015-09-11 11:59:05 +0200
  • b4ea5c278e refactor deserialization in persistState David Lu 2015-09-10 23:46:33 -0400
  • 3294864b7d add actionDeserializer callback to persistState David Lu 2015-09-10 23:44:49 -0400
  • 0caa64684d Added missing thunk import. Alex Schenkman 2015-09-10 12:19:27 +0200
  • 1d41c808a1 2.1.0 v2.1.0 Dan Abramov 2015-09-03 16:24:48 +0300
  • 9873b0f9e5 Merge branch 'master' of https://github.com/gaearon/redux-devtools Dan Abramov 2015-09-03 16:21:01 +0300
  • 52bd8c0d7c Merge pull request #78 from FredyC/persist-state-serialization Dan Abramov 2015-09-03 16:17:33 +0300
  • 2a1596901b Merge pull request #93 from khronnuz/patch-1 Dan Abramov 2015-09-03 16:16:41 +0300
  • 92b5110cc0 Add visibleOnLoad to all examples Dan Abramov 2015-09-03 16:14:21 +0300
  • d3b850f750 Merge pull request #75 from jackielii/visible-on-load Dan Abramov 2015-09-03 16:12:02 +0300
  • 74d5d597f9 add link to Deku monitor Nils Ivanson 2015-09-03 11:38:05 +0200
  • 0a1a49c4d8 Improve instructions on how to run example Johnny Everson 2015-09-01 13:20:58 -0300
  • 7eef6710ab 2.0.0 v2.0.0 Dan Abramov 2015-09-01 04:41:09 +0300
  • 329b755a3a Update to Redux 2.0 Dan Abramov 2015-09-01 04:40:45 +0300
  • fa5f907738 add visibleOnLoad prop to LogMonitor Jackie Li 2015-08-29 00:13:14 +0100
  • 0609397636 Merge pull request #91 from gaearon/remove-no-errors-plugin Dan Abramov 2015-08-29 01:01:52 +0300
  • 919ae16aa0 Remove NoErrorsPlugin Dan Abramov 2015-08-29 01:01:23 +0300
  • 2f8ecf202e Merge pull request #90 from ngbrown/patch-1 Dan Abramov 2015-08-28 20:59:51 +0300
  • 7f4add81b4 Updated README.md with info on Ctrl+H Nathan Brown 2015-08-28 09:28:07 -0700
  • 75322b15ee Update CHANGELOG.md Dan Abramov 2015-08-26 20:13:18 +0300
  • c38fc57209 Update CHANGELOG.md Dan Abramov 2015-08-26 20:13:09 +0300
  • d2083e1541 1.1.2 v1.1.2 Dan Abramov 2015-08-26 20:04:40 +0300
  • 6c81eebb0b Merge pull request #86 from chibicode/master Dan Abramov 2015-08-26 20:01:59 +0300
  • 445e3c9ecd Extract JSONTree Shu Uesugi 2015-08-24 16:21:28 -0700
  • 15c35b6417 1.1.1 v1.1.1 Dan Abramov 2015-08-24 02:57:08 +0300
  • 92aaa5a3be Merge pull request #84 from josebalius/master Dan Abramov 2015-08-24 02:56:14 +0300
  • b5a878df87 Fix for issue #83 - JSONObjectNode#getChildNodes: Cannot read property '...' of null (previousData) Jose Garcia 2015-08-23 19:26:38 -0400
  • 6ee3b4373b using deserializer callback for persistState FredyC 2015-08-23 13:43:26 +0200
  • 4670a825d0 Tweak the instructions Dan Abramov 2015-08-23 14:17:33 +0300
  • 68c4e666c0 Merge pull request #82 from qnm/improve-readme Dan Abramov 2015-08-23 14:11:10 +0300
  • bb48132774 1.1.0 v1.1.0 Dan Abramov 2015-08-23 03:28:09 +0300
  • 1b25f615cc Merge 634b8e8557 into 31a3d64143 David Zukowski 2015-08-23 00:27:03 +0000
  • 31a3d64143 Update dependencies Dan Abramov 2015-08-23 03:26:30 +0300
  • 14fcc66f7f Merge remote-tracking branch 'FredyC/iteratable-support' Dan Abramov 2015-08-23 03:17:25 +0300
  • fff7e39874 using Number.isSafeInteger for iterable size (+ fixed some comments) FredyC 2015-08-22 17:51:37 +0200
  • 11af53ccfb counting entries of iterable structure FredyC 2015-08-22 17:38:43 +0200
  • 04f15f6d4d arrays shouldn't be treated as an iterable FredyC 2015-08-22 06:13:04 +0200
  • c76f755863 safer type checking for iterable structures FredyC 2015-08-22 06:09:42 +0200
  • 583ff8ca58 Merge 79f1fee048 into 644a202312 Bill Noon 2015-08-21 14:55:23 +0000
  • 79f1fee048 Add support for Map nodes Bill Noon 2015-08-13 12:16:51 -0400
  • 1eb5d62ba9 Prefer 'store enhancer' and remove duplicate CounterApp Rob Sharp 2015-08-21 21:51:33 +1000
  • c567bb2d72 Improve installation instructions by adding examples and note on middleware ordering Rob Sharp 2015-08-21 09:24:46 +1000
  • 644a202312 Merge pull request #80 from rrrene/patch-1 Dan Abramov 2015-08-21 02:26:22 +0300
  • 0ffad5b7f8 Add link to Redux project in README René Föhring 2015-08-20 15:41:03 +0200
  • 56de89c440 support for state with iterable structures FredyC 2015-08-20 10:16:39 +0200
  • e76bb6956b custom parsers for persistState FredyC 2015-08-19 21:58:25 +0200
  • 634b8e8557 LogMonitor now attempts to call .toJS() on state entries. David Zukowski 2015-08-15 12:43:59 -0400
  • b09d171f2d Merge pull request #67 from forresto/patch-1 Dan Abramov 2015-08-14 22:45:21 +0300
  • 9471456fbe DefinePlugin works Forrest Oliphant 2015-08-14 13:06:36 -0400
  • 2de7e8a953 Merge pull request #65 from bloodyowl/master Dan Abramov 2015-08-13 15:10:46 +0300
  • 9df6e1a1da Merge pull request #64 from sapegin/patch-3 Dan Abramov 2015-08-13 15:10:39 +0300
  • ba82a24101 added flexDirection on menu items Matthias Le Brun 2015-08-13 13:02:19 +0200
  • 11f62b53b6 Prevent link styles inheritance. Artem Sapegin 2015-08-13 09:26:56 +0200
  • db483c0eef add parameters to ActionCreator.recomputeStates - esp. timestamps. ioss 2015-08-13 03:49:54 +0200
  • d54bd2539c Merge pull request #59 from gaearon/change-error-color Dan Abramov 2015-08-13 01:13:58 +0300
  • 52b5439986 Fix hot reloading DevTools UI Dan Abramov 2015-08-13 01:05:32 +0300
  • 09dd0b2747 Change error color Nic Aitch 2015-08-12 16:24:01 -0500
  • 74426b4f8e 1.0.2 v1.0.2 Dan Abramov 2015-08-12 23:56:09 +0300
  • 62e53164ee Update timestamps on RECOMPUTE_STATES Dan Abramov 2015-08-12 23:53:40 +0300
  • 932eb6185f 1.0.1 v1.0.1 Dan Abramov 2015-08-12 23:49:05 +0300
  • 10a9c05974 Merge pull request #35 from calesce/add-timestamp-to-recorded-actions Dan Abramov 2015-08-12 23:44:28 +0300
  • f52df89d66 Merge pull request #58 from gaearon/fix-toggle-visibility Dan Abramov 2015-08-12 23:43:48 +0300
  • 7b67ae9abb Fix devtools visiblity after hidding Nic Aitch 2015-08-12 15:31:58 -0500
  • d6aba950fc Merge pull request #55 from threepointone/master Dan Abramov 2015-08-12 21:52:11 +0300
  • ff00269968 lightweight css animations for new actions entering the log. Sunil Pai 2015-08-12 23:42:41 +0530
  • 70039ee7e7 pass lint checks Sunil Pai 2015-08-12 22:58:57 +0530
  • e4f492d38b add timestamps array Cale Newman 2015-07-30 23:20:33 -0500
  • df98361eaa Merge 3e4eaab207 into 1eeda8073a Cale Newman 2015-08-12 13:58:11 +0000
  • 1eeda8073a 1.0.0 v1.0.0 Dan Abramov 2015-08-12 16:31:39 +0300
  • 938ce9b7f9 Update README.md Dan Abramov 2015-08-12 16:30:49 +0300
  • 78cf169aa6 Fix item strings Dan Abramov 2015-08-12 16:20:57 +0300
  • 279480ac15 Tweak error reporting style Dan Abramov 2015-08-12 15:53:12 +0300
  • e0d1f7f7a6 Don't collapse nodes on hot reload Dan Abramov 2015-08-12 15:36:42 +0300
  • f61d86a81d Update README.md Dan Abramov 2015-08-12 14:49:31 +0300
  • 15edc609f3 Merge pull request #48 from dzannotti/master Dan Abramov 2015-08-12 14:38:48 +0300
  • 540e9e506c Add box shadow to DebugPanel for depth Nic Aitch 2015-08-11 23:09:20 -0500
  • c4fa25940a Fix action node overflow, background Nic Aitch 2015-08-11 23:05:33 -0500
  • 6af5d98799 Increase node indentation Nic Aitch 2015-08-11 23:04:48 -0500
  • 0e6c4d2f75 Change number node color Nic Aitch 2015-08-11 23:03:46 -0500
  • 184853cb14 Change highlight color to white with 0.1 alpha Nic Aitch 2015-08-11 23:02:38 -0500
  • c6811b0302 Fix base09 color in nicinabox theme Nic Aitch 2015-08-11 23:01:33 -0500
  • da7995cb28 Bump padding on section titles Nic Aitch 2015-08-11 22:02:59 -0500
  • cb355c371d Bump min width to 300 Nic Aitch 2015-08-11 21:57:40 -0500
  • 9ad4fb2a42 Style buttons Nic Aitch 2015-08-11 21:56:24 -0500
  • 476122253f pixel pushed buttons at top dzannotti 2015-08-11 23:09:04 +0100
  • e222f98be6 added disabled state to button, and always show all buttons even if disabled dzannotti 2015-08-11 23:00:54 +0100
  • 39512ff8e9 removed no longer used colorFromString dzannotti 2015-08-11 22:47:45 +0100
  • 6f839bdc10 Merge remote-tracking branch 'gaearon/master' dzannotti 2015-08-11 22:44:34 +0100
  • 4ec79f8f5a adjusted height of buttonbar and padding on actionbar dzannotti 2015-08-11 22:41:46 +0100
  • a695bb25a3 implemented nicinabox theme dzannotti 2015-08-11 22:14:10 +0100
  • 65d9e5831b ignored undefined nodes in array/objects dzannotti 2015-08-11 21:54:08 +0100