Releases: alexlafroscia/ember-cli-stencil
Releases · alexlafroscia/ember-cli-stencil
v1.0.0
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 installember-on-modifiers
and leverage that to listen to events from your custom elements. If you were extending yourApplication
instance with theCustomEvents
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
v0.4.0
- 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
- Collections are now imported through