Skip to content
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

Update to new Glint addon best practices #246

Merged
merged 3 commits into from
Sep 4, 2023

Conversation

langalex
Copy link
Contributor

The Glint docs now recommend to export the Registry, see https://typed-ember.gitbook.io/glint/using-glint/ember/authoring-addons

@evoactivity
Copy link
Owner

Hi @langalex

I've just been given maintainer access and I'm catching up on open PR's.
This looks good to me so is on my radar for the next release.

Thanks for the contribution!

README.md Outdated Show resolved Hide resolved
Co-authored-by: Sergey Astapov <[email protected]>

export default interface EmberSvgJarRegistry {
'svg-jar': typeof SvgJar;
svgJar: typeof SvgJar;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't think this one is needed, as you can't use {{svgJar}} as a helper?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

correct

@evoactivity evoactivity merged commit 43663dd into evoactivity:master Sep 4, 2023
13 of 15 checks passed
@evoactivity
Copy link
Owner

Thanks @langalex this has been merged and released as 2.4.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants