Skip to content

Releases: infinitered/reactotron

Tasty Exceptions!

07 Dec 03:29
Compare
Choose a tag to compare

screenshot-for-1 6

Features

Changes

Upgrading

Bump your reactotron-* dependencies up to 1.6.0 in your package.json.

If you'd like to take advantage of the new openInEditor plugin for React Native, you can make these changes in your ReactotronConfig.js:

import Reactotron, { trackGlobalErrors, openInEditor } from 'reactotron-react-native'

// then down below where you configure your Reactotron plugins, add...

  .use(openInEditor())

There's a download link for the new Reactotron app down below. It will be available on brew shortly.

Socket.io Upgraded Us Into Oblivion

28 Nov 00:56
Compare
Choose a tag to compare

Fixes

  • Socket.io had moved the location of one of their libraries. Hilarity ensued. #279 by @ricardofbarros .
  • Added a {safeRecursion: false} to configure() to opt-out of circular dependency checking. This will help if you have massive payloads being sent over to Reactotron. #281 by @skellock.

How to Upgrade

Bump any of your reactotron-* libraries in your projects up to 1.5.3.

yarn upgrade-interactive is pretty great for that.

What version is the App?

It's still 1.5.0. ❤️

Circular Deps, Function Names, and Bad Saga Names

18 Nov 15:19
Compare
Choose a tag to compare

image

Fixes

  • show the saga description instead of undefined when showing non-iterator yielded tasks - #267 by @rmevans9
  • support for circular dependencies - #264 by @skellock
  • support for showing function names - #264 by @skellock

Support

  • fixed note about wrong name for source-map - #265 by @nhducit

Upgrade Notes

In your app, just upgrade the appropriate libraries you're using. All of these have now 1.5.2 versions:

  • reactotron-apisauce
  • reactotron-react-native
  • reactotron-react-js
  • reactotron-redux
  • reactotron-redux-saga

No code changes are required if you're coming from 1.5.x.

Support redux-saga 0.13

15 Nov 16:03
Compare
Choose a tag to compare

Fix

The 0.13 release of redux-saga earlier this morning changed the interface for their sagaMonitors to require an additional function that must exist.

Timeline Filtering

15 Nov 11:28
Compare
Choose a tag to compare

reactotron 1 5

Features

Fixes

Support

Hello Redux Saga!

10 Nov 05:24
Compare
Choose a tag to compare

reactotron 1 4

Features

Redux Fixes And Config Overhaul

03 Nov 04:32
Compare
Choose a tag to compare

Fixes

  • fixed an issue where dispatching request might not work (#230) by @skellock
  • fixed an issue where displaying actions triggered by sagas might not show (#230) by @skellock
  • fixed the complicated setup requirements of integrating with Redux (#230) by @skellock

Note

This updates reactotron-redux only. I do recommend upgrading as it's pretty silly bug fix. To take advantage of this fix, you'll also need to change how you integrate with Redux.

Configuration is now moved into your ReactotronConfig.js file with the rest of the configuration. 🎉

You now use Reactotron.createStore(myReducer, myEnhancer) to create build your store.

Here's two examples:

React JS: Reactotron Setup and Store Setup
React Native: Reactotron Setup and Store Setup

The documentation has also been updated.

State Snapshots + Clearing

02 Nov 01:54
Compare
Choose a tag to compare

reactotron 1 3

Features

API Goodies - Clipboard & Visuals

28 Oct 12:43
Compare
Choose a tag to compare

reactotron 1 2

Features

Support

Upgraded Dependencies + Android Love

15 Sep 17:00
Compare
Choose a tag to compare

Features

Support