v0.3.2
blakeblackshear/frigatev0.3.2Apr 8, 2015by koistya
AI Summary
This release introduces a dedicated React style guide and upgrades the core React library to version 0.13, accompanied by a shift to ES6 class-based syntax and ESLint.
Key Highlights
- Added React style guide documentation
- Upgraded React to version 0.13
- Migrated components to ES6 class-based syntax
- Replaced JSHint with ESLint
- Added a higher-order component sample
Breaking Changes
- Upgraded React to 0.13
- Switched to ES6 class syntax
New Features
- React style guide
- Higher-order component sample
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