Skip to content
This repository has been archived by the owner on Jan 11, 2021. It is now read-only.

Latest commit

 

History

History
46 lines (28 loc) · 894 Bytes

CHANGELOG.md

File metadata and controls

46 lines (28 loc) · 894 Bytes

Changelog

This file contains all notable changes.

1.0.1 - 2015-12-14

Changed

  • Fix gulp build task adding a return statement to gulp 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

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