Skip to content

Latest commit

 

History

History
74 lines (32 loc) · 2.06 KB

File metadata and controls

74 lines (32 loc) · 2.06 KB

2.0.0-alpha.3 (2018-04-30)

Bug Fixes

  • Fix error when disabling yellowbox (#18) (9ebbdaa)

2.0.0-alpha.2 (2017-12-01)

Bug Fixes

  • Add client to devProvider if using apollo (6d6f395)

2.0.0-alpha.1 (2017-11-22)

Bug Fixes

  • Set the correct version ranges to get the right version (b3317e1)

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

Bug Fixes

Features

  • Expose new stats object to template values (faeddf4)
  • Introduce support for Apollo (59037bc)
  • 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