Releases: alexlafroscia/ember-react-components
Releases · alexlafroscia/ember-react-components
v3.0.0
3.0.0 (2019-02-02)
Code Refactoring
Features
BREAKING CHANGES
- Remove automatic Babel 6 support. For continued support, the React JSX Babel transform can be supplied manually by the application configuration.
v2.0.4
2.0.4 (2019-02-01)
Bug Fixes
- remove TypeScript compilation hooks (0eccca6)
- support arrow functions for components (b9a809b), closes #27
v2.0.3
2.0.3 (2019-02-01)
Bug Fixes
- install React, React DOM through
ember-auto-import
(4f99ad8), closes #23
- remove
ember-cli-typescript
(6853e63)
v2.0.2
Bug Fixes
- add ember-cli option to not import react (d1bdd31)
v2.0.1
Bug Fixes
- update name of default blueprint (3da2176)
Rename to `ember-react-components`
2.0.0 (2018-06-15)
Code Refactoring
- rename the package to
ember-react-components
(0bec444)
v1.1.0
1.1.0 (2018-06-14)
Bug Fixes
- add ember-cli >=2.15 as a peer dependency (51f3249)
- be explicit about exported types so declaration emission works (cf2ba4b)
- make
render
return type explicit (1711900)
Features
- support stateless, functional components (2f113e1), closes #5