v0.3.2

a16z-infra/JungleGymv0.3.2Apr 8, 2015by koistya

AI Summary

This release updates React to version 0.13 and migrates the codebase to modern ES6 class-based syntax. It also introduces a new React style guide, a higher-order component example, and replaces the JSHint linter with ESLint.

Key Highlights

  • Updated React to version 0.13.
  • Migrated components to ES6 class-based syntax.
  • Added React style guide and higher-order component sample.
  • Replaced JSHint with ESLint.
  • Updated project configuration and icons.

Breaking Changes

  • React version updated to 0.13.
  • Migration to ES6 class-based syntax.
  • Replacement of JSHint with ESLint.

New Features

  • React style guide (located in ./docs).
  • Higher-order React component sample (AppViewport).
  • ESLint configuration file.

Full Release Notes

- Add React style guide (see ./docs)
- Update React to 0.13; update other npm modules
- Update React components to use ES6 class-based syntax
- Add a higher-order React component sample (see App/AppViewport)
- Replace JSHint with ESLint
- Add JSCS config file
- Update .gitattributes and .gitignore files
- Update favicon.ico and other icons