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 for ember-bootstrap v5.1 #312

Merged
merged 1 commit into from
May 23, 2022
Merged

Fix for ember-bootstrap v5.1 #312

merged 1 commit into from
May 23, 2022

Conversation

simonihmig
Copy link
Contributor

@simonihmig simonihmig commented May 23, 2022

Was throwing with Assertion Failed: <PowerSelect> requires an `@onChange` function as the components still referred to properties on this that don't exist anymore since ember-bootstrap/ember-bootstrap#1772. See failing CI

Was throwing with `Assertion Failed: <PowerSelect> requires an `@onChange` function` as the components still referred to properties on `this` that don't exist anymore since ember-bootstrap/ember-bootstrap#1772. See failing [CI](https://github.com/kaliber5/ember-bootstrap-power-select/runs/6518834502?check_suite_focus=true#step:5:312)
@simonihmig simonihmig requested a review from jelhan May 23, 2022 13:54
@simonihmig
Copy link
Contributor Author

@jelhan Fyi. I'll merge right away once CI passes, as I'm blocked on this.

@simonihmig simonihmig merged commit 8695ef3 into master May 23, 2022
@simonihmig simonihmig deleted the fix-eb51 branch May 23, 2022 13:57
@simonihmig simonihmig added the bug label May 23, 2022
@jelhan
Copy link
Collaborator

jelhan commented May 23, 2022

Thanks a lot for taking care of this one! Seems as if the test coverage is very low if it hasn't been catched in CI. 😞

@simonihmig
Copy link
Contributor Author

Seems as if the test coverage is very low if it hasn't been catched in CI.

It has, see the link in my first comment!

It was just that e-b 5.1 introduced "breaking" (breaking for our "privileged addons that still have to extend from components, not breaking for anyone not extending) changes, which we already fixed for the other form-integration addons, but not yet here.

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.

2 participants