Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 852 Bytes

CHANGELOG.md

File metadata and controls

20 lines (12 loc) · 852 Bytes

[Unreleased]

[1.0.2] - 2018-10-08

  • Support React v16 as peer dependency #41

[1.0.1] - 2018-10-04

  • Add ember-auto-import to support import of other react ecosystem libraries #38

[1.0.0] - 2018-07-17

  • Show component name in React dev tools #24
  • Do not pass children to react component when not in block form #26
  • Breaking change: replace ember-browserify with ember-auto-import #27
  • Support PascalCase file naming convention for React components #32

[0.3.1] - 2018-05-16

  • ...