GMOD / jbrowse-components

Source code for JBrowse 2, a modern React-based genome browser
https://jbrowse.org/jb2
Apache License 2.0
208 stars 62 forks source link

Update to MUI v6 #4534

Closed cmdcolin closed 2 months ago

cmdcolin commented 2 months ago

Announcement of MUI v6 https://mui.com/blog/material-ui-v6-is-out/

Docs for v6 upgrade https://mui.com/material-ui/migration/upgrade-to-v6/

The number of changes is not really that large. there is slightly less browser compatibility, but otherwise, it is quite similar.

Related PR https://github.com/GMOD/jbrowse-components/pull/4380

cmdcolin commented 2 months ago

went ahead with merge :) we did not work on older browsers anyways due to usage of Array.prototype.at, we can still work with plugins that declare e.g. @mui/icons-material v5, and anything else i think can be dragged into the future :)