Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@alexlafroscia alexlafroscia released this 09 Aug 17:11
· 19 commits to master since this release

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)