Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

v6.0.0-beta.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@vladucu vladucu released this 13 Jul 12:56
117ccd3

💥 Breaking Change

All components have been converted into tag-less components.
If you relied on any functionality that just worked in Ember with with non-tagless components (ex: passing class argument, tagName, etc), these will no longer work. We've tried to keep backwards support as much as possible, especially with class arguments. Feel free to open a fix if you notice anything could have better backwards support.

🏠 Internal