Skip to content

Releases: alexlafroscia/ember-cli-stencil

v1.0.0

09 Aug 17:11
Compare
Choose a tag to compare

1.0.0 (2019-08-09)

⚠ BREAKING CHANGES

  • ember-cli-stencil now requires that collections are authored using @stencil/core v1.0.0 or higher.
  • If you were previously leveraging the custom Ember component wrappers, you should instead just invoke the custom elements like you normally would. Rather than using the {{action}} helper to listen to events, you should install ember-on-modifiers and leverage that to listen to events from your custom elements. If you were extending your Application instance with the CustomEvents mixin, that should be removed, as it is no longer necessary thanks to the {{on}} modifier.

Bug Fixes

  • changes .reduce to have a default value (ae8a8c9)
  • check devDependencies for Stencil collections (53ee6bd)
  • compatibility with ember-cli 3.4 (3f06969)

Features

  • modernize usage of Stencil components (12b82d3)
  • update to support Stencil v1 collection format (0642e11)

v0.4.0

09 Sep 21:24
Compare
Choose a tag to compare
  • Grant compatibility with Stencil compiler changes that produce an ESM build
    • Collections are now imported through ember-auto-import automatically so that the ESM build is consumed from Webpack
    • Auto-importing can be disabled through configuration options