Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 630 Bytes

CHANGELOG.md

File metadata and controls

38 lines (23 loc) · 630 Bytes

Changelog

This file contains all notable changes.

1.0.0 - 2015-03-28

Changed

  • Update dependencies (now using React v0.14.2 and ReactRouter v1.0.0)
  • Use stateless functional components

0.3.0 - 2015-03-28

Changed

  • Update packages (now using React v0.13.1)
  • Use ES6 class syntax instead of React.createClass

0.2.0 - 2015-03-10

Added

  • Some basic tests with jest
  • Changelog.md

Changed

  • Make ItemList stateles
  • Handle ItemList state in parent component

0.1.0 - 2014-10-04

Added

  • Initial version
  • React-Router
  • Reflux
  • Example Components, Pages, Stores and Actions