Releases: infinitered/reactotron
Releases · infinitered/reactotron
Upgraded Dependencies + Android Love
React DOM Dependency Loosen Up
Support
- switch to peer dependencies for
react
andreact-dom
onreactotron-react-js
- switch from
^15.3.0
to>=15.3.0
forreact
andreact-dom
onreactotron-react-js
React Native Dependency Loosen Up
Support
- loosens the React Native dependency to prevent downstream warnings (
reactotron-react-native
only)
More Classic Steve
- 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
Features
Fixes
- fixes app on case-sensitivity filesystems (#170) by @kenshaw
- NPM 2.x compatibility (#179) by @vjpr & @skellock
Support
- Homebrew Cask installer (#164) by @jsynowiec
- Infinite Red sponsorship <3 (#169) by @skellock
- demo apps dependency refresh, screenshot example, dev-dependency examples, & Symbol polyfill (#180, #181, #165) by @skellock
- documentation updates (#166, #175, #176, #177) by @ReadmeCritic, @patricksmith, @jamonholmgren, @skellock
Classic Steve
- Only affects
reactotron-cli
. Now it contains the#!
part of the script that allows it to run.
Desktop App + Plugin System
I feel pretty. Oh so pretty.
Help Screen & Important Actions
Can't Stop Now. This is Bat Country.
Here's the super quick starting notes.
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 pathcmd-d
= dispatch a Redux actioncmd-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