All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
3.0.2 (2019-11-12)
- add jsx extension support (3c25a94)
3.0.1 (2019-03-06)
- better detection of existing JSX plugin (cc55646)
3.0.0 (2019-02-02)
- remove Babel 6 support (b076935)
- Remove automatic Babel 6 support. For continued support, the React JSX Babel transform can be supplied manually by the application configuration.
2.0.4 (2019-02-01)
- remove TypeScript compilation hooks (0eccca6)
- support arrow functions for components (b9a809b), closes #27
2.0.3 (2019-02-01)
- install React, React DOM through
ember-auto-import
(4f99ad8), closes #23 - remove
ember-cli-typescript
(6853e63)
2.0.2 (2018-07-06)
- add ember-cli option to not import react (d1bdd31)
2.0.1 (2018-06-15)
- update name of default blueprint (3da2176)
2.0.0 (2018-06-15)
- rename the package to
ember-react-components
(0bec444)
- New package name and installation instructions