v0.3.2
HumanAIGC/Cloth2Texv0.3.2Apr 8, 2015by koistya
AI Summary
This update introduces modern JavaScript syntax and a new code linting standard while upgrading the core React library.
Key Highlights
- React upgrade to version 0.13
- Migration to ES6 class-based syntax for React components
- Replacement of JSHint with ESLint
- Addition of a React style guide in the docs folder
Breaking Changes
- React upgrade to 0.13 (API changes)
- Replacement of JSHint with ESLint
New Features
- React style guide
- Higher-order React component sample (AppViewport)
- 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