v0.3.2
kriasoft/react-starter-kitv0.3.2Apr 8, 2015by koistya
AI Summary
Release focused on updating React to version 0.13 and migrating components to ES6 class-based syntax. Adds code quality tooling with ESLint and a React style guide.
Key Highlights
- Update React to 0.13
- Update React components to use ES6 class-based syntax
- Replace JSHint with ESLint
- Add React style guide
- Add JSCS config file
New Features
- Add React style guide
- Add higher-order React component sample (AppViewport)
- Update .gitattributes and .gitignore files
- Update favicon.ico and other 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