Skip to content

Releases: infinitered/reactotron

Upgraded Dependencies + Android Love

15 Sep 17:00
Compare
Choose a tag to compare

Features

Support

React DOM Dependency Loosen Up

29 Aug 17:16
Compare
Choose a tag to compare

Support

  • switch to peer dependencies for react and react-dom on reactotron-react-js
  • switch from ^15.3.0 to >=15.3.0 for react and react-dom on reactotron-react-js

React Native Dependency Loosen Up

29 Aug 01:44
Compare
Choose a tag to compare

Support

  • loosens the React Native dependency to prevent downstream warnings (reactotron-react-native only)

More Classic Steve

27 Aug 17:47
Compare
Choose a tag to compare
  • Updates the version number which appears in the About screen (App only... not a necessary upgrade, I just messed up)

Image Support and Documentation Overhaul

27 Aug 12:32
Compare
Choose a tag to compare

Features

image

Fixes

Support

Classic Steve

24 Aug 00:05
Compare
Choose a tag to compare
  • Only affects reactotron-cli. Now it contains the #! part of the script that allows it to run.

Desktop App + Plugin System

23 Aug 23:24
Compare
Choose a tag to compare

Reactotron now has a desktop app in addition to the CLI!

image

There's also a brand new plugin system which makes it much easier to extend and customize.

I feel pretty. Oh so pretty.

22 Aug 04:02
Compare
Choose a tag to compare
Pre-release

image

image

  • Adds tabs to the API response to organize it better. @skellock (#145)

image

image

image

image

Help Screen & Important Actions

18 Aug 18:45
Compare
Choose a tag to compare
Pre-release
  • We have a help screen (command + /) and a new core contributor! @gantman (#133)

image

  • Commands can be flagged as important for better visibility. @skellock (#134)

image

Can't Stop Now. This is Bat Country.

16 Aug 06:41
Compare
Choose a tag to compare
Pre-release

Here's the super quick starting notes.

image

Running Reactotron.app

  • Download the pre-release. Mac OS X 64-bit only. That's probably you.
  • Unzip.
  • Double click Reactotron.app

Keystrokes

  • cmd-f = find Redux keys or values (use tab to toggle)
  • cmd-n = subscribe to a Redux path
  • cmd-d = dispatch a Redux action
  • cmd-k = klear!

Running A Sample App

Ain't no-one got time to write a sample app. Here's a prepackaged one!

cd ~/safeplace
git clone git@github.com:reactotron/reactotron.git
git checkout next
cd packages/demo-react-native
npm i
react-native run-ios

Other Things

  • Not compatible with reactotron 0.9.0 and below.
  • The cli is still there! cd packages/reactotron-cli && npm i && npm start

Next Steps

  • Triple check all deps and lerna workarounds to ensure nice env for devs
  • Bugz bugz bugz
  • Polish
  • Docs
  • Demos
  • Videos