This file contains all notable changes.
- Fix
gulp build
task adding areturn
statement togulp clean
- Update project dependencies and React/Reflux structure (React v0.14.x, Reflux v0.3.0, React-router v1.0.0, introduce History and React-DOM)
- Update tests
- Update dependencies (now using React v0.14.2 and ReactRouter v1.0.0)
- Use stateless functional components
- Update packages (now using React v0.13.1)
- Use ES6 class syntax instead of React.createClass
- Some basic tests with jest
- Changelog.md
- Make ItemList stateles
- Handle ItemList state in parent component
- Initial version
- React-Router
- Reflux
- Example Components, Pages, Stores and Actions