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

Migrate blueprint to ES6 class #99

Merged
merged 1 commit into from Feb 24, 2021

Conversation

Gorzas
Copy link
Contributor

@Gorzas Gorzas commented May 8, 2019

Close #92

@Gorzas
Copy link
Contributor Author

Gorzas commented May 8, 2019

It's important to notice that they may be some caveats using ES6 classes. Anyway, we are using this type of blueprint on our current projects (working on production) and we haven't found anything buggy yet.

@Exelord
Copy link
Collaborator

Exelord commented May 8, 2019

Native classes are only supported from ember 3.6. We need to provide wider support :/

@Gorzas
Copy link
Contributor Author

Gorzas commented May 8, 2019

@Exelord Ok, maybe we can do something to choose the blueprint depending on the Ember version? I think there're other libraries that do it. Do you know a way to do it?

@Gorzas
Copy link
Contributor Author

Gorzas commented Feb 24, 2021

I float this merge request as ember-can now requires Ember 3.8 and above. Can we have this merge request accepted o should I close it?

@Exelord Exelord merged commit d8abaa0 into minutebase:master Feb 24, 2021
@Exelord
Copy link
Collaborator

Exelord commented Feb 24, 2021

Yep :) Thank you for bringing it up once more! <3

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.

Update blueprints to ES6 classes
2 participants