v0.3.2

amirivojdan/shekarv0.3.2Apr 8, 2015by koistya

AI Summary

A feature update that modernizes the codebase to React 0.13, introduces a style guide, and migrates component syntax to ES6 classes.

Key Highlights

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

Breaking Changes

  • React 0.13 API changes
  • Replacement of JSHint with ESLint

New Features

  • React style guide
  • Higher-order component sample (`AppViewport`)
  • Updated icons

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