v0.0.5
Pre-release
Pre-release
- Remember last search and active host and apply them when you reopen the app.
- Exposes
React.addons.Perf
(but only in development i.e.make
) assrc/utils/perf
.- This was required in order to successfully run the perf tools.
- Converts all objects and arrays in stores to use Immutable.js.
- Converts many components to use the
@pureRender
decorator.- This avoids tons of wasted re-rendering.