Skip to content

Latest commit

 

History

History
37 lines (16 loc) · 913 Bytes

CHANGELOG.md

File metadata and controls

37 lines (16 loc) · 913 Bytes

2.0.0-alpha.0 (2017-11-01)

Features

  • Support React 15 and 16, and making it a peerDependency (7f44273)

BREAKING CHANGES

  • Projects will now need to install React manually in their projects. npm install --save react react-dom prop-types

1.0.0 (2017-10-24)

Bug Fixes

  • Use the coming release everywhere, 1.0.0 (48dae4a)

Chores

  • Update the babel preset to target Node 6 (67cc7de)
  • Update tooling and structure to work with a monorepo (34e45bd)

BREAKING CHANGES

  • Release as 1.0.0
  • Users of Node 4 will need to upgrade to Node 6