-
-
Notifications
You must be signed in to change notification settings - Fork 257
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
Breaking change released as a minor version #1210
Comments
This was not an intentional breaking change, therefore it doesn't really make sense to re-release as a major version. It makes more sense to fix forward. It looks like @shamrt is taking a look at this. Let's try to get this fixed and re-release as a patch. |
Ya, like @scalvert mentioned the changes in #1185 should not have been breaking ( @mansona - Have you debugged it yet? |
I'm debugging, but it appears to be a pernicious issue. I'll report back once I've identified the issue, and will likely fix and create a PR in the process. |
@rwjblue no I haven't done any debugging yet. I'm happy to help out but I figured since @shamrt has a reproduction and the full context of the original PR I would take more time ramping up. Although if you wanted to share your work so far @shamrt I might be able to find some time to help debug this 👍 |
@rwjblue I've finally been able to spend a little bit of time investigating what went wrong. It's a bit tricky for me to explain especially because the PR was squash merged into master 🙈 so I'll have to link to the original commits in the PR and I hope that the links will work as expected 🙃 I did a quick I was a little bit suspicious about this commit because the focus and click events are relevant to the test that I'm running so I decided to edit the commit to split it out into 6 separate commits (one for each file that changed) and it does in fact seem that it's the change to the Suspecting that there might be a timing issue somewhere (as we are changing the async nature of things in this PR) I added a console log to the For some reason the blur and focusOut events are not getting fired before the click event. I haven't tracked down the exact reason why this might be causing the test failure but it represents a clear digression from the previous behaviour. I don't have enough context why this change might cause that behaviour difference but I wonder if maybe we should consider backing out the PR for now until we can figure it out because there is clearly a behaviour change. What do we think? |
Hey has anyone had a chance to look at my investigation yet? If anyone who has more context might be able to point me in some direction with my work that would be much appreciated 👍 |
Hey folks 👋
I just got hit by the change #1185 actually changing behaviour that has broken a test using floating dependencies: GavinJoyce/ember-headlessui#140
Can we back that PR out, release a patch release and then release it as a major version bump?
The text was updated successfully, but these errors were encountered: