yii2-bootstrap5 is a major rewrite of the entire project (according Bootstrap 5 to Bootstrap 4 migration guide). The most notable changes are summarized below:
yii\bootstrap5 instead of yii\bootstrap4>=7.0btn-close class and set appropriate styles yourself
if you override it.There is a new constant yii\bootstrap5\ActiveForm::LAYOUT_FLOATING. It's a new form layout introduced in Bootstrap 5.
Change data-target and data-toggle to data-bs-target and data-bs-toggle
There is now the possibility to create an offcanvas navbar.
You can achieve this by setting the $collapseOptions to false in Navbar widget and the
$offcanvasOptions to at least an empty array.