Skip to content

Migrate to tagless components #2052

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Dec 25, 2019
Merged

Migrate to tagless components #2052

merged 3 commits into from
Dec 25, 2019

Conversation

Turbo87
Copy link
Member

@Turbo87 Turbo87 commented Dec 22, 2019

"Tagless" components are components with tagName: '', which causes them to not have an implicit wrapping element. This is the new default in Ember.js apps with components based on @glimmer/component. To make it easier to eventually migrate to these new Glimmer components we'll set tagName: '' on some of the existing components that can automatically be migrated.

This PR was created using https://github.com/ember-codemods/tagless-ember-components-codemod

r? @locks

@locks
Copy link
Contributor

locks commented Dec 25, 2019

@bors r+

@bors
Copy link
Contributor

bors commented Dec 25, 2019

📌 Commit a392923 has been approved by locks

@bors
Copy link
Contributor

bors commented Dec 25, 2019

⌛ Testing commit a392923 with merge ef7cfd3...

bors added a commit that referenced this pull request Dec 25, 2019
Migrate to tagless components

"Tagless" components are components with `tagName: ''`, which causes them to not have an implicit wrapping element. This is the new default in Ember.js apps with components based on `@glimmer/component`. To make it easier to eventually migrate to these new Glimmer components we'll set `tagName: ''` on some of the existing components that can automatically be migrated.

This PR was created using https://github.com/ember-codemods/tagless-ember-components-codemod

r? @locks
@bors
Copy link
Contributor

bors commented Dec 25, 2019

☀️ Test successful - checks-travis
Approved by: locks
Pushing ef7cfd3 to master...

@bors bors merged commit a392923 into rust-lang:master Dec 25, 2019
@Turbo87 Turbo87 deleted the tagless branch December 25, 2019 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants