v0.3.2

hpcaitech/Open-Sorav0.3.2Apr 8, 2015by koistya

AI Summary

Updated React core version and introduced modern JavaScript standards and linting tools.

Key Highlights

  • Updated React to version 0.13
  • Migrated React components to ES6 class-based syntax
  • Replaced JSHint with ESLint
  • Added React style guide documentation

Breaking Changes

  • React components now use ES6 class syntax

New Features

  • Added a higher-order React component sample (AppViewport)
  • Added JSCS config file
  • Updated .gitattributes and .gitignore files

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