-
Notifications
You must be signed in to change notification settings - Fork 833
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
Fourth incremental upgrade to SPFx v1.16.1 #1424
base: main
Are you sure you want to change the base?
Fourth incremental upgrade to SPFx v1.16.1 #1424
Conversation
Hi @Adam-it This project uses So far, I have upgraded it until SPFx v1.16.1 Thanks, |
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.
@NishkalankBezawada I had a quick glance at the PR.
I am wondering if it is ok we are commenting out so much code and changing the behavior of the sample 🤔?
Could we have a double check on some of the comments I left? 🙏
samples/react-command-print/src/extensions/print/PrintCommandSet.ts
Outdated
Show resolved
Hide resolved
...-command-print/src/extensions/print/components/print-dialog-content/print-dialog-content.tsx
Show resolved
Hide resolved
samples/react-command-print/src/extensions/print/util/list-helper.ts
Outdated
Show resolved
Hide resolved
Hey @Adam-it here you go, with the comments and resolutions. I send you back this PR for review :) I have checked it again by serving the extension, it works good. Thanks, |
What's in this Pull Request?
Tried to upgrade the SPFx v1.7.0 to SPFx v1.20.0, but this project seems to have dependencies which will not work with react v17. I would like to give a try to upgrade to spfx v1.11.0 since, later versions of spfx has a significant breaking changes too. This might take some time, but I suggest to upgrade to spfx v1.11.0 and then try to do an incremental upgrade.
So this PR contains first incremental SPFx upgrade to SPFx v1.111.0
Thanks,
Nishkalank