v0.3.2

enricoros/big-AGIv0.3.2Apr 8, 2015by koistya

AI Summary

This version introduces a significant upgrade to React 0.13 and refactors the codebase to utilize modern ES6 class-based syntax, alongside improvements to code linting standards.

Key Highlights

  • Upgraded React to version 0.13
  • Refactored React components to use ES6 class-based syntax
  • Replaced JSHint with ESLint for code quality
  • Added JSCS configuration file
  • Added a higher-order React component sample

Breaking Changes

  • Update to React 0.13 API
  • Migration to ES6 class-based syntax

New Features

  • React style guide documentation
  • Higher-order component sample (`App/AppViewport`)
  • Updated ESLint and JSCS configurations

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