Skip to content

Latest commit

 

History

History
115 lines (50 loc) · 3.84 KB

CHANGELOG.md

File metadata and controls

115 lines (50 loc) · 3.84 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.0.2 (2019-11-12)

Bug Fixes

  • add jsx extension support (3c25a94)

3.0.1 (2019-03-06)

Bug Fixes

  • better detection of existing JSX plugin (cc55646)

3.0.0 (2019-02-02)

Code Refactoring

Features

  • support Stage 2 decorators (529e6f4), closes #29

BREAKING CHANGES

  • 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)

Bug Fixes

  • remove TypeScript compilation hooks (0eccca6)
  • support arrow functions for components (b9a809b), closes #27

2.0.3 (2019-02-01)

Bug Fixes

  • install React, React DOM through ember-auto-import (4f99ad8), closes #23
  • remove ember-cli-typescript (6853e63)

2.0.2 (2018-07-06)

Bug Fixes

  • add ember-cli option to not import react (d1bdd31)

2.0.1 (2018-06-15)

Bug Fixes

  • update name of default blueprint (3da2176)

2.0.0 (2018-06-15)

Code Refactoring

  • rename the package to ember-react-components (0bec444)

BREAKING CHANGES

  • New package name and installation instructions

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