Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.42 KB

File metadata and controls

39 lines (23 loc) · 1.42 KB

[Unreleased]

[2.0.1] - 2021-09-11

  • Try importing Ember internals one by one instead of using hardcoded version number.

[2.0.0] - 2021-09-09

  • Breaking change: bump minimum NodeJS to v10
  • Breaking change: replace broccoli-react with broccoli-babel-transpiler #50
  • Breaking change: rename npm package to ember-cli-react-fork
  • Support React v17 as peer dependency

[1.0.4] - 2018-12-10

  • Switch back to yarn for now

[1.0.3] - 2019-12-10

  • Support Ember 3.6 #48

[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

  • ...