Skip to content

v0.0.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@cpsubrian cpsubrian released this 14 Jul 03:52
· 9 commits to master since this 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) as src/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.