-
Notifications
You must be signed in to change notification settings - Fork 56
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
Remove Mixin, refactor to glimmer component #513
Remove Mixin, refactor to glimmer component #513
Conversation
…t to a glimmer component. Used Ember-cli-update to update ember-cli to 3.20.0 and ran all the codemods that it had.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is looking good so far, thanks so much for the PR! We use yarn
on this project, so would you mind removing package-lock.json and running yarn
instead please?
…r/render-modifiers as a prod dependency.
…as glimmer components were only available starting ember-3.13. Updated readme.
39d3f2f
to
6accbc4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall, this looks amazing, great work! Just requested a few documentation changes and had some questions.
c4392a2
to
33647cc
Compare
33647cc
to
0f0640c
Compare
Thanks so much for putting in the work on this PR! |
Removed mixin and changed the Ember Flatpickr from a classic component to a glimmer component.