You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ember-link is becoming more and more problematic in terms of types (it affects the builds of packages using this one) and also writing tests in v2 addons is becoming problematic. I see a weird instanceof Link problem, which turns false, even though both are instances of links (I don't know more).
Here is an idea for the roadmap:
Version 2: Deprecations
Deprecate <Link> component in favor of (link) helper
Deprecate UILink interface
Version 3
Migrate into v2 addon
Glint support with template-registryand signatures (should fix all typing problems) Add glint support #772
ember-link
is becoming more and more problematic in terms of types (it affects the builds of packages using this one) and also writing tests in v2 addons is becoming problematic. I see a weirdinstanceof Link
problem, which turns false, even though both are instances of links (I don't know more).Here is an idea for the roadmap:
Version 2: Deprecations
<Link>
component in favor of(link)
helperUILink
interfaceVersion 3
template-registry
and signatures (should fix all typing problems) Add glint support #772Behavior
toLink
in order to removeUILink
Add behavior parameter to links #770UILink
in favor of onlyLink
(andTestLink
) RemoveUILink
#771index.ts
<Link>
component Remove deprecated<Link>
component #747The text was updated successfully, but these errors were encountered: