-
Notifications
You must be signed in to change notification settings - Fork 13
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
Outdated version of Ember Power Select / Basic Dropdown #205
Comments
Thanks @mkszepp ! will get on this soon. thanks for reporting. We just need to be careful because consumers will get this dep bumped too, one time i got bitten because a component got deprecated in ember-power-select and ocnsumers of this addon got bitten by upgrading... even if this addon is not using any newer apis, the final users might |
I think the update of this dependency is breaking, because the addon is shipping tight now as dependency. I will recommend to move the dependency to peer so you can make updates in future without making always breaking, when there is a new power select version |
Yeah, making it a peer is a good idea! |
Ok so I manage to make it work with ember-source 6.2.0, please give it a try on version, all packages on version Take a look to /site app if anything... |
Seems that bumping power-select, again.. had breaking changes. Renaming helpers, moving apis around... these all should be majors on ember-power-select side. |
@betocantu93 which helper was renamed in v8? If you are talking about |
fixed... ! 12.0.1 now has the latest and works. |
Tahnks @mkszepp for reporting and follow-up |
thank you for the updated release! I tried a new project and I found this issue, I don't reopen the bug because I don't know if it's important or not, but I'll leave it here
|
Intersting... supposedly render-modifiers has embersource >= 4.0.0 |
OKay seems the @ember/render-modifiers has pending changes to be released to npm. like a v3 or v2.2.0 in the long run: we should refactor this lib and instead use custom modifiers... this is extremely fragile and risky. Specially without proper testing suite. |
A fix to this, if you are using pnpm... is using pnpm patch @ember/render-modifiers and patch the peerDependencies, to be >=4.0.0 |
Ember Power Select / Ember Basic Dropdown was moved ~ a year ago to an v2 addon (v8.x)
I have seen that the package is still using the legacy version v7.2.0
ember-eui/packages/core/package.json
Line 147 in dcacacc
The move to v8 would be good, because there were improvement some parts of typing, a11y, dependencies were dropped and also updated.
In addtional you can drop one part of setup for this package (theme config is not needed) and move to recommended way to use it inside
application.hbs
.ember-eui/docs/getting-started.md
Lines 85 to 97 in dcacacc
Here you can find the migration docs for this https://ember-power-select.com/docs/migrate-7-0-to-8-0
Changelogs:
https://github.com/cibernox/ember-power-select/blob/master/ember-power-select/CHANGELOG.md
The text was updated successfully, but these errors were encountered: