v0.3.2

Lightricks/LTX-Videov0.3.2Apr 8, 2015by koistya

AI Summary

Focuses on code quality tools, modernizing the React version, and transitioning component syntax to ES6 classes.

Key Highlights

  • Upgrade to React 0.13
  • Migration to ES6 class-based syntax
  • Migration from JSHint to ESLint
  • Addition of a React style guide

Breaking Changes

  • React 0.13 upgrade
  • Migration to ES6 class syntax
  • Replacement of JSHint with ESLint

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