-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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 deprecated API: unfocusSearchFieldContainer, doUnfocusSearchFieldContainer() #10625
Conversation
feb2a5b
to
233233f
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.
When we remove API, we should add an entry to the "breaking changes" section of the changelog document.
@SarveshMishra Please feel free to ping me on this issue here, for any further help needed. I think you just need to complete the CHANGELOG entry, amend your commit and force-push to your branch. |
233233f
to
f3e5387
Compare
@marcdumais-work I created a new entry in the CHANGELOG.md file v1.22.0 as you suggested please look into it. |
Did you stage/commit the changelog.md? It does not show up in the PR |
I amend the commit then forced push. Should I do another commit for this? |
81ed00c
to
cf02075
Compare
After changing done in changelog.md file now it is showing conflict in files. Do I have to edit something on my side? |
Probably someone has modified You need to rebase your branch on the latest upstream master, and force-push again. e.g.: $ git fetch origin
$ git rebase origin/master |
…eldContainer() fixes eclipse-theia#10622 Signed-off-by: Sarvesh Mishra <[email protected]>
cf02075
to
8bf3a04
Compare
Thanks @SarveshMishra - looks good. @tsmaeder can you have another look? |
The 'breaking changes' changelog entry was correctly added.
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.
The changes look good to me 👍 Thank you for your first contribution!
We have a couple of approvals - let's merge this PR. Thanks @SarveshMishra for this first contribution to Eclipse Theia! |
@marcdumais-work @JonasHelming @tsmaeder @vince-fugnitto Thanks for helping me with this first contribution. |
You're welcome - thanks for participating to the hackathon.
It's up-to you, but probably yes: the source branch is no longer needed (by us) after merge. |
Ok, now I will try to solve level 1 or 2 issues and try to create PR for them. Thanks |
What it does
Fixes: #10622
Remove deprecated API: unfocusSearchFieldContainer, doUnfocusSearchFieldContainer()
How to test
confirm that theia builds and that example application it starts.
Review checklist
Reminder for reviewers