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

fix(modifier): ensure compatibility with ember-modifier v4 #540

Merged

Conversation

anehx
Copy link
Contributor

@anehx anehx commented Sep 12, 2022

This PR converts the pikaday modifier to use the new ember-modifier API introduced in v3.2.0. I migrated the modifier using this guide here.

package.json Outdated
@@ -44,7 +44,7 @@
},
"dependencies": {
"@embroider/addon-shim": "^0.50.2",
"ember-modifier": "^3.0.0"
"ember-modifier": "^3.2.7"

Choose a reason for hiding this comment

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

as ember-modifier@4.0.0 got published, let's include it in the range

Suggested change
"ember-modifier": "^3.2.7"
"ember-modifier": "^3.2.7 || ^4.0.0"

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done

@patrickberkeley
Copy link
Contributor

@anehx we're running into the compatibility issue you've fixed here. Any chance you can move this forward?

@anehx anehx force-pushed the ember-modifier-deprecations branch from 665d5b7 to 9471789 Compare February 6, 2023 09:44
@tcjr
Copy link

tcjr commented Feb 22, 2023

@anehx Is there anything blocking this from being merged? I would be happy to help in any way I can.

@anehx
Copy link
Contributor Author

anehx commented Feb 23, 2023

@tcjr @patrickberkeley I don't have any permissions on this repo so I can't really push this forward. Since I waited too long for a response we dropped ember-pikaday in favor of ember-flatpickr..

@renaudleo
Copy link

@SergeAstapov Anything we can do to help merging this? 🙂

@MelSumner MelSumner merged commit 494998e into adopted-ember-addons:master Jul 26, 2023
@knownasilya knownasilya added the internal maintenance that comes with software label Dec 15, 2023
@github-actions github-actions bot mentioned this pull request Jan 25, 2024
@mansona mansona added bug and removed internal maintenance that comes with software labels Jan 25, 2024
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.

8 participants