You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To keep the Workbench up to date with the latest bugfixes and security patches, we should upgrade react-bootstrap, and its Bootstrap dependency, to their current major versions.
Since Bootstrap 5 was a major rewrite compared to Bootstrap 4, there will be breaking changes. We should expect all or nearly all of our React components to be affected, and we will need to make several updates to the code.
To keep the Workbench up to date with the latest bugfixes and security patches, we should upgrade react-bootstrap, and its Bootstrap dependency, to their current major versions.
Since Bootstrap 5 was a major rewrite compared to Bootstrap 4, there will be breaking changes. We should expect all or nearly all of our React components to be affected, and we will need to make several updates to the code.
We should follow the migration guides:
... and be sure to perform thorough manual testing of the UI to minimize side effects.
Ideally, this work should be planned while we're not making UI-related updates, to avoid conflicts and re-work.
The text was updated successfully, but these errors were encountered: