v0.3.2
nari-labs/diav0.3.2Apr 8, 2015by koistya
AI Summary
v0.3.2 introduces a React style guide, updates React to version 0.13, and migrates React components to ES6 class-based syntax. The release also replaces JSHint with ESLint and adds JSCS configuration.
Key Highlights
- Added React style guide
- Updated React to 0.13
- Migrated React components to ES6 class-based syntax
- Replaced JSHint with ESLint
- Added JSCS config file
Breaking Changes
- React updated to 0.13
- Migration from JSHint to ESLint
- Migration from JavaScript to ES6 class-based syntax
New Features
- React style guide
- Higher-order React component sample
- JSCS configuration file
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