-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: modernize usage of Stencil components
- Remove the ability to wrap a Stencil component in an Ember component - Remove configuration of custom events through Ember, thanks to the new `{{on}}` modifier BREAKING CHANGE: 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.
- Loading branch information
1 parent
53ee6bd
commit 12b82d3
Showing
15 changed files
with
60 additions
and
325 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
48 changes: 0 additions & 48 deletions
48
packages/ember-cli-stencil/addon/-private/generate-component.js
This file was deleted.
Oops, something went wrong.
Empty file.
1 change: 0 additions & 1 deletion
1
packages/ember-cli-stencil/addon/templates/generated-component.hbs
This file was deleted.
Oops, something went wrong.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 0 additions & 24 deletions
24
packages/ember-cli-stencil/lib/broccoli/dynamically-create-mixin.js
This file was deleted.
Oops, something went wrong.
42 changes: 0 additions & 42 deletions
42
packages/ember-cli-stencil/lib/transforms/install-custom-events.js
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.