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

Convert PaperGridList to native class syntax #1220

Merged
merged 1 commit into from
Jul 14, 2022

Conversation

mansona
Copy link
Collaborator

@mansona mansona commented Jun 2, 2022

Hey folks 👋 I'm still aiming to remove as many deprecations as I can, and my next target is to try to upgrade the ember-composability-tools dependency

But before I do that I need to convert each of the components that use it to glimmer components. I'm doing that step by step and trying to keep the change as small as possible.

This PR introduces ember-classic-decorator to try to keep the PR diff as small as possible. This was recommended by the lining setup to prevent me from needing to convert all this.get() and this.set() calls in this PR (making it harder to follow)

I had originally used ember-classic-decorator since that's what the lint message suggested, but it seemed to break in earlier Ember versions so I just dropped it and ignored the lint error (temporarily) 👍 quick reminder that we have a PR to setup the lint-to-the-future dashboard to keep track of these temporary ignores ;) #1215

@mansona mansona force-pushed the grid-list-class branch 2 times, most recently from b4b757c to 5950273 Compare June 7, 2022 09:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant